/aosp12/bionic/libm/ |
H A D | fake_long_double.c | 38 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl()
|
H A D | libm.map.txt | 198 modf;
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_modf.c | 33 modf(double x, double *iptr) in modf() function
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_f16_math.c | 82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { in modf() function
|
H A D | rs_cl.c | 604 float __attribute__((overloadable)) modf(float v1, float *v2) { in modf() function 607 FN_FUNC_FN_PFN(modf); 2101 extern half __attribute__((overloadable)) modf(half x, half *iptr); 2102 SCALARIZE_HN_FUNC_HN_PHN(modf);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 179 TEST_HN_FUNC_HN_PHN(modf); 308 // Place sentinel values around the *intPart paramter to modf to ensure that 315 half out = modf(((half) inp), &intPart[1]); \
|
H A D | math.rscript | 324 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 172 double modf(double __x, double* __integral_part); 174 long double modfl(long double __x, long double* __integral_part) __RENAME_LDBL(modf, 3, 21);
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 121 TEST_FUNC_2P(modf);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | math_h.c | 267 FUNCTION(modf, double (*f)(double, double*)); in math_h()
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 793 f = modf(f, (float *)&f); 794 f2 = modf(f2, (float2 *)&f2); 795 f3 = modf(f3, (float3 *)&f3); 796 f4 = modf(f4, (float4 *)&f4);
|
H A D | math.rscript | 301 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 811 f = modf(f, (float *)&f); 812 f2 = modf(f2, (float2 *)&f2); 813 f3 = modf(f3, (float3 *)&f3); 814 f4 = modf(f4, (float4 *)&f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 813 f = modf(f, (float *)&f); 814 f2 = modf(f2, (float2 *)&f2); 815 f3 = modf(f3, (float3 *)&f3); 816 f4 = modf(f4, (float4 *)&f4);
|
H A D | math.rscript | 326 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
H A D | math.rscript | 161 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 1590 TEST(MATH_TEST, modf) { in TEST() argument 1592 double df = modf(123.75, &di); in TEST() 2019 DoMathDataTest<1>(g_modf_intel_data, modf); in TEST()
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | math.rs.bak | 287 TEST_FN_FUNC_FN_PFN(modf);
|
H A D | math.rs.orig | 301 TEST_FN_FUNC_FN_PFN(modf);
|
H A D | math.rscript | 301 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | math.rscript | 301 TEST_FN_FUNC_FN_PFN(modf);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 568 modf
|
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 371 BENCH_FN_FUNC_FN_PFN(modf);
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 3611 * modf: Integral and fractional components 3625 modf(float v, float* integral_part); 3628 modf(float2 v, float2* integral_part); 3631 modf(float3 v, float3* integral_part); 3634 modf(float4 v, float4* integral_part); 3638 modf(half v, half* integral_part); 3643 modf(half2 v, half2* integral_part); 3648 modf(half3 v, half3* integral_part); 3653 modf(half4 v, half4* integral_part);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_11/ |
H A D | all11.rscript | 2820 *(float*)buf1097 = modf(*(float*)buf1098, (float*) buf1099); 2821 *(float2*)buf1100 = modf(*(float2*)buf1101, (float2*) buf1102); 2822 *(float3*)buf1103 = modf(*(float3*)buf1104, (float3*) buf1105); 2823 *(float4*)buf1106 = modf(*(float4*)buf1107, (float4*) buf1108);
|