Home
last modified time | relevance | path

Searched defs:modf (Results 1 – 4 of 4) sorted by relevance

/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
/aosp12/bionic/tests/
H A Dmath_test.cpp1590 TEST(MATH_TEST, modf) { in TEST() argument