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

  /external/fdlibm/
w_sinh.c 15 * wrapper ieee_sinh(x)
21 double ieee_sinh(double x) /* wrapper sinh */ function
23 double ieee_sinh(x) /* wrapper sinh */
fdlibm.h 111 extern double ieee_sinh __P((double));
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 86 return ieee_sinh(a);

Completed in 3132 milliseconds