Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_frexp.c37 frexp(double x, int *eptr) in frexp() function
57 __weak_reference(frexp, frexpl);
Ds_fma.c72 xs = frexp(x, &ex); in fma()
73 ys = frexp(y, &ey); in fma()
74 zs = frexp(z, &ez); in fma()
/bionic/libstdc++/include/
Dcmath58 using ::frexp;
/bionic/libm/include/
Dmath.h216 double frexp(double, int *); /* fundamentally !__pure2 */