HomeSort by relevance Sort by last modified time
    Searched refs:ieee_frexp (Results 1 - 2 of 2) sorted by null

  /external/fdlibm/
s_frexp.c 16 * x = ieee_frexp(arg,&exp);
20 * If arg is inf, 0.0, or NaN, then ieee_frexp(arg,&exp) returns arg
34 double ieee_frexp(double x, int *eptr) function
36 double ieee_frexp(x, eptr)
fdlibm.h 115 extern double ieee_frexp __P((double, int *));

Completed in 45 milliseconds