Searched defs:frexp (Results 1 - 1 of 1) sorted by path

/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);

Completed in 44 milliseconds