Searched refs:modf (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_f16_math.c82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { function
H A Drs_cl.c604 float __attribute__((overloadable)) modf(float v1, float *v2) { function
607 FN_FUNC_FN_PFN(modf); variable
2101 extern half __attribute__((overloadable)) modf(half x, half *iptr);
2102 SCALARIZE_HN_FUNC_HN_PHN(modf); variable
/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp113 float decimalVal = std::modf(screenMP, &fontCacheMB);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs179 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.rs324 TEST_FN_FUNC_FN_PFN(modf);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs811 f = modf(f, (float *)&f);
812 f2 = modf(f2, (float2 *)&f2);
813 f3 = modf(f3, (float3 *)&f3);
814 f4 = modf(f4, (float4 *)&f4);
/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);
/frameworks/rs/script_api/
H A Drs_math.spec1750 function: modf
1765 function: modf

Completed in 91 milliseconds