/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 106 TEST_FUNC_2(fmod);
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 94 float start = len * fmod((trimPathStart + trimPathOffset), 1.0f); in applyTrim() 95 float end = len * fmod((trimPathEnd + trimPathOffset), 1.0f); in applyTrim()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 717 f = fmod(f, f); 718 f2 = fmod(f2, f2); 719 f3 = fmod(f3, f3); 720 f4 = fmod(f4, f4);
|
D | math.rs | 279 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 737 f = fmod(f, f); 738 f2 = fmod(f2, f2); 739 f3 = fmod(f3, f3); 740 f4 = fmod(f4, f4);
|
D | math.rs | 304 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 735 f = fmod(f, f); 736 f2 = fmod(f2, f2); 737 f3 = fmod(f3, f3); 738 f4 = fmod(f4, f4);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 146 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rs | 153 TEST_HN_FUNC_HN_HN(fmod);
|
D | math.rs | 302 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 1027 function: fmod 1040 For example, <code>fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f) 1044 function: fmod 2890 The function @fmod() is similar but rounds toward the closest interger. 2891 For example, <code>@fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f)
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 265 TEST_FN_FUNC_FN_FN(fmod);
|
D | math.rs | 279 TEST_FN_FUNC_FN_FN(fmod);
|
D | math.rs.orig | 279 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 279 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 349 BENCH_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 1869 * fmod: Modulo 1874 * For example, fmod(-3.8f, 2.f) returns -1.8f (-3.8f - -1.f * 2.f) 1878 fmod(float numerator, float denominator); 1881 fmod(float2 numerator, float2 denominator); 1884 fmod(float3 numerator, float3 denominator); 1887 fmod(float4 numerator, float4 denominator); 1891 fmod(half numerator, half denominator); 1896 fmod(half2 numerator, half2 denominator); 1901 fmod(half3 numerator, half3 denominator); 1906 fmod(half4 numerator, half4 denominator); [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 504 float __attribute__((overloadable)) fmod(float v1, float v2) { in fmod() function 507 FN_FUNC_FN_FN(fmod) in FN_FUNC_FN_FN() argument 1939 HN_FUNC_HN_HN(fmod);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2684 *(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/ |
D | all13.rs | 2684 *(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_15/ |
D | all15.rs | 2754 *(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_14/ |
D | all14.rs | 2754 *(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/ |
D | all16.rs | 2846 *(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/ |
D | all11.rs | 2684 *(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_17/ |
D | all17.rs | 2966 *(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);
|