Home
last modified time | relevance | path

Searched refs:frexpf (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_frexpf.c26 frexpf(float x, int *eptr) in frexpf() function
/bionic/libm/include/
Dmath.h320 float frexpf(float, int *); /* fundamentally !__pure2 */
/bionic/tests/
Dmath_test.cpp1275 TEST(math, frexpf) { in TEST() argument
1277 float fr = frexpf(1024.0f, &exp); in TEST()
1332 float fr = frexpf(14.1f, &exp); in TEST()