Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
Ds_frexp.c55 __weak_reference(frexp, frexpl);
Ds_fmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
/bionic/libm/include/
Dmath.h415 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
/bionic/tests/
Dmath_test.cpp1123 TEST(math, frexpl) { in TEST() argument
1125 long double ldr = frexpl(1024.0, &exp); in TEST()