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

  /external/fdlibm/
s_cbrt.c 17 /* ieee_cbrt(x)
40 double ieee_cbrt(double x) function
42 double ieee_cbrt(x)
54 if(hx>=0x7ff00000) return(x+x); /* ieee_cbrt(NaN,INF) is itself */
56 return(x); /* ieee_cbrt(0) is itself */
73 /* chopped to 20 bits and make it larger than ieee_cbrt(x) */
fdlibm.h 146 extern double ieee_cbrt __P((double));

Completed in 332 milliseconds