Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
Ds_frexp.c57 __weak_reference(frexp, frexpl);
Ds_fmal.c67 xs = frexpl(x, &ex); in fmal()
68 ys = frexpl(y, &ey); in fmal()
69 zs = frexpl(z, &ez); in fmal()
/bionic/libm/include/
Dmath.h438 long double frexpl(long double value, int *); /* fundamentally !__pure2 */