Home
last modified time | relevance | path

Searched refs:remquo (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp78 float remquo(float t, float v, int* ptr) {return SC_remquof(t, v, ptr);} in remquo() function
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs128 TEST_FUNC_3PI(remquo);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs820 f = remquo(f, f, (int *)&i);
821 f2 = remquo(f2, f2, (int2 *)&i2);
822 f3 = remquo(f3, f3, (int3 *)&i3);
823 f4 = remquo(f4, f4, (int4 *)&i4);
Dmath.rs310 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs820 f = remquo(f, f, (int *)&i);
821 f2 = remquo(f2, f2, (int2 *)&i2);
822 f3 = remquo(f3, f3, (int3 *)&i3);
823 f4 = remquo(f4, f4, (int4 *)&i4);
Dmath.rs310 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs168 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs310 TEST_FN_FUNC_FN_FN_PIN(remquo);
Dmath.rs.bak296 TEST_FN_FUNC_FN_FN_PIN(remquo);
Dmath.rs.orig310 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs318 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs310 TEST_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs379 BENCH_FN_FUNC_FN_FN_PIN(remquo);
/frameworks/rs/api/
Drs_math.spec1906 function: remquo
1922 …For example, an implementation of @sin(x) could call <code>remquo(x, PI / 2.f, &amp;quadrant)</cod…
1925 Example: <code>remquo(-23.5f, 8.f, &amp;quot)</code> sets the lowest three bits of quot to 3
/frameworks/rs/scriptc/
Drs_math.rsh3707 * remquo: Remainder and quotient of a division
3715 * For example, an implementation of sin(x) could call remquo(x, PI / 2.f, &quadrant)
3718 * Example: remquo(-23.5f, 8.f, &quot) sets the lowest three bits of quot to 3
3729 remquo(float numerator, float denominator, int* quotient);
3732 remquo(float2 numerator, float2 denominator, int2* quotient);
3735 remquo(float3 numerator, float3 denominator, int3* quotient);
3738 remquo(float4 numerator, float4 denominator, int4* quotient);
/frameworks/rs/driver/runtime/
Drs_cl.c543 extern float __attribute__((overloadable)) remquo(float, float, int *);
544 FN_FUNC_FN_FN_PIN(remquo)
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2923 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
2924 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
2925 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
2926 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3015 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
3016 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
3017 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
3018 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2853 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
2854 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
2855 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
2856 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2853 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
2854 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
2855 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
2856 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2853 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
2854 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
2855 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
2856 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2923 *(float*)buf1187 = remquo(*(float*)buf1188, *(float*)buf1189, (int*) buf1190);
2924 *(float2*)buf1191 = remquo(*(float2*)buf1192, *(float2*)buf1193, (int2*) buf1194);
2925 *(float3*)buf1195 = remquo(*(float3*)buf1196, *(float3*)buf1197, (int3*) buf1198);
2926 *(float4*)buf1199 = remquo(*(float4*)buf1200, *(float4*)buf1201, (int4*) buf1202);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3147 *(float*)buf1239 = remquo(*(float*)buf1240, *(float*)buf1241, (int*) buf1242);
3148 *(float2*)buf1243 = remquo(*(float2*)buf1244, *(float2*)buf1245, (int2*) buf1246);
3149 *(float3*)buf1247 = remquo(*(float3*)buf1248, *(float3*)buf1249, (int3*) buf1250);
3150 *(float4*)buf1251 = remquo(*(float4*)buf1252, *(float4*)buf1253, (int4*) buf1254);
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd929 <a href='rs_math.html#android_rs:remquo'>remquo</a>
6387 <a name='android_rs:remquo'></a>
6390 <span class='sympad'>remquo</span>
6396 <td>float remquo(float numerator, float denominator, int* quotient);
6401 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> remquo(<a href='rs_value_types.html…
6406 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> remquo(<a href='rs_value_types.html…
6411 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> remquo(<a href='rs_value_types.html…
6438 …ion of <a href='rs_math.html#android_rs:sin'>sin</a>(x) could call <code>remquo(x, PI / 2.f, &amp;…
6442 <p> Example: <code>remquo(-23.5f, 8.f, &amp;quot)</code> sets the lowest three bits of quot to 3
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3734 *(float*)buf1299 = remquo(*(float*)buf1300, *(float*)buf1301, (int*) buf1302);
3735 *(float2*)buf1303 = remquo(*(float2*)buf1304, *(float2*)buf1305, (int2*) buf1306);
3736 *(float3*)buf1307 = remquo(*(float3*)buf1308, *(float3*)buf1309, (int3*) buf1310);
3737 *(float4*)buf1311 = remquo(*(float4*)buf1312, *(float4*)buf1313, (int4*) buf1314);

12