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

  /external/fdlibm/
w_hypot.c 15 * wrapper ieee_hypot(x,y)
22 double ieee_hypot(double x, double y)/* wrapper hypot */ function
24 double ieee_hypot(x,y) /* wrapper hypot */
fdlibm.h 132 extern double ieee_hypot __P((double, double));
  /libcore/ojluni/src/main/native/
StrictMath.c 142 return (jdouble) ieee_hypot((double)x, (double)y);

Completed in 117 milliseconds