Home
last modified time | relevance | path

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

12

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp57 IMPORT_F32_FN_F32_F32(fmod)
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs106 TEST_FUNC_2(fmod);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs717 f = fmod(f, f);
718 f2 = fmod(f2, f2);
719 f3 = fmod(f3, f3);
720 f4 = fmod(f4, f4);
Dmath.rs279 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs717 f = fmod(f, f);
718 f2 = fmod(f2, f2);
719 f3 = fmod(f3, f3);
720 f4 = fmod(f4, f4);
Dmath.rs279 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs146 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/api/
Drs_math.spec692 function: fmod
705 For example, <code>fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f)
1901 The function @fmod() is similar but rounds toward the closest interger.
1902 For example, <code>@fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f)
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs279 TEST_FN_FUNC_FN_FN(fmod);
Dmath.rs.bak265 TEST_FN_FUNC_FN_FN(fmod);
Dmath.rs.orig279 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs286 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs279 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs349 BENCH_FN_FUNC_FN_FN(fmod);
/frameworks/rs/scriptc/
Drs_math.rsh1204 * fmod: Modulo
1209 * For example, fmod(-3.8f, 2.f) returns -1.8f (-3.8f - -1.f * 2.f)
1213 fmod(float numerator, float denominator);
1216 fmod(float2 numerator, float2 denominator);
1219 fmod(float3 numerator, float3 denominator);
1222 fmod(float4 numerator, float4 denominator);
3690 * The function fmod() is similar but rounds toward the closest interger.
3691 * For example, fmod(-3.8f, 2.f) returns -1.8f (-3.8f - -1.f * 2.f)
/frameworks/rs/driver/runtime/
Drs_cl.c439 extern float __attribute__((overloadable)) fmod(float, float);
440 FN_FUNC_FN_FN(fmod) in FN_FUNC_FN_FN() argument
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd417 <a href='rs_math.html#android_rs:fmod'>fmod</a>
3189 <a name='android_rs:fmod'></a>
3192 <span class='sympad'>fmod</span>
3198 <td>float fmod(float numerator, float denominator);
3203 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> fmod(<a href='rs_value_types.html#a…
3208 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> fmod(<a href='rs_value_types.html#a…
3213 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> fmod(<a href='rs_value_types.html#a…
3224 For example, <code>fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f)
6380 <p> The function <a href='rs_math.html#android_rs:fmod'>fmod</a>() is similar but rounds toward the…
6381 For example, <code><a href='rs_math.html#android_rs:fmod'>fmod</a>(-3.8f, 2.f)</code> returns -1.8f…
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2754 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2755 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2756 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2757 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2846 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2847 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2848 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2849 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2684 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2685 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2686 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2687 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2684 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2685 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2686 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2687 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2684 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2685 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2686 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2687 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2754 *(float*)buf714 = fmod(*(float*)buf715, *(float*)buf716);
2755 *(float2*)buf717 = fmod(*(float2*)buf718, *(float2*)buf719);
2756 *(float3*)buf720 = fmod(*(float3*)buf721, *(float3*)buf722);
2757 *(float4*)buf723 = fmod(*(float4*)buf724, *(float4*)buf725);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs2966 *(float*)buf742 = fmod(*(float*)buf743, *(float*)buf744);
2967 *(float2*)buf745 = fmod(*(float2*)buf746, *(float2*)buf747);
2968 *(float3*)buf748 = fmod(*(float3*)buf749, *(float3*)buf750);
2969 *(float4*)buf751 = fmod(*(float4*)buf752, *(float4*)buf753);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3525 *(float*)buf742 = fmod(*(float*)buf743, *(float*)buf744);
3526 *(float2*)buf745 = fmod(*(float2*)buf746, *(float2*)buf747);
3527 *(float3*)buf748 = fmod(*(float3*)buf749, *(float3*)buf750);
3528 *(float4*)buf751 = fmod(*(float4*)buf752, *(float4*)buf753);

12