HomeSort by relevance Sort by last modified time
    Searched full:ieee_hypot (Results 1 - 4 of 4) 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));
k_standard.c 143 /* ieee_hypot(finite,finite) overflow */
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 110 return ieee_hypot(a, b);

Completed in 2335 milliseconds