/frameworks/native/libs/gui/tests/ |
D | SamplingDemo.cpp | 97 const float complement = std::fmod(color + 0.5f, 1.0f); in setColor()
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 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.rscript | 717 f = fmod(f, f); 718 f2 = fmod(f2, f2); 719 f3 = fmod(f3, f3); 720 f4 = fmod(f4, f4);
|
D | math.rscript | 279 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 737 f = fmod(f, f); 738 f2 = fmod(f2, f2); 739 f3 = fmod(f3, f3); 740 f4 = fmod(f4, f4);
|
D | math.rscript | 304 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 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.rscript | 146 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.orig | 279 TEST_FN_FUNC_FN_FN(fmod);
|
D | math.rscript | 279 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 153 TEST_HN_FUNC_HN_HN(fmod);
|
D | math.rscript | 302 TEST_FN_FUNC_FN_FN(fmod);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 279 TEST_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/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 349 BENCH_FN_FUNC_FN_FN(fmod);
|
/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/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 66 return fmod(high - low, step); in mod()
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rscript | 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_15/ |
D | all15.rscript | 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_11/ |
D | all11.rscript | 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_12/ |
D | all12.rscript | 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.rscript | 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);
|