Home
last modified time | relevance | path

Searched refs:modf (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/bionic/libm/
H A Dfake_long_double.c38 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl()
H A Dlibm.map.txt198 modf;
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_modf.c33 modf(double x, double *iptr) in modf() function
/aosp12/frameworks/rs/driver/runtime/
H A Drs_f16_math.c82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { in modf() function
H A Drs_cl.c604 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 Dmath_fp16.rscript179 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 Dmath.rscript324 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/bionic/libc/include/
H A Dmath.h172 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 Dmath_fp.rscript121 TEST_FUNC_2P(modf);
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c267 FUNCTION(modf, double (*f)(double, double*)); in math_h()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript793 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 Dmath.rscript301 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript811 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 Dapitest.rscript813 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 Dmath.rscript326 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript161 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/bionic/tests/
H A Dmath_test.cpp1590 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 Dmath.rs.bak287 TEST_FN_FUNC_FN_PFN(modf);
H A Dmath.rs.orig301 TEST_FN_FUNC_FN_PFN(modf);
H A Dmath.rscript301 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript301 TEST_FN_FUNC_FN_PFN(modf);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt568 modf
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript371 BENCH_FN_FUNC_FN_PFN(modf);
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh3611 * 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 Dall11.rscript2820 *(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);

12