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

  /external/fdlibm/
w_cosh.c 15 * wrapper ieee_cosh(x)
21 double ieee_cosh(double x) /* wrapper cosh */ function
23 double ieee_cosh(x) /* wrapper cosh */
fdlibm.h 110 extern double ieee_cosh __P((double));
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 94 return ieee_cosh(a);

Completed in 124 milliseconds