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

/bionic/libm/src/
H A Ds_frexp.c19 * x = frexp(arg,&exp);
23 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg
37 frexp(double x, int *eptr) function
57 __weak_reference(frexp, frexpl);

Completed in 47 milliseconds