Searched refs:frexp (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_frexp.c18 * x = frexp(arg,&exp);
22 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg
35 frexp(double x, int *eptr) function
55 __weak_reference(frexp, frexpl);
H A Ds_fma.c200 xs = frexp(x, &ex);
201 ys = frexp(y, &ey);
202 zs = frexp(z, &ez);
/bionic/libstdc++/include/
H A Dcmath58 using ::frexp;
/bionic/libm/include/
H A Dmath.h205 double frexp(double, int *); /* fundamentally !__pure2 */
/bionic/tests/
H A Dmath_test.cpp1269 TEST(math, frexp) {
1271 double dr = frexp(1024.0, &exp);

Completed in 98 milliseconds