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

  /external/fdlibm/
w_sinh.c 28 return __ieee754_sinh(x);
31 z = __ieee754_sinh(x);
e_sinh.c 14 /* __ieee754_sinh(x)
41 double __ieee754_sinh(double x) function
43 double __ieee754_sinh(x)
fdlibm.h 203 extern double __ieee754_sinh __P((double));
  /bionic/libm/src/
e_sinh.c 18 /* __ieee754_sinh(x)
42 __ieee754_sinh(double x) function
math_private.h 221 #define __ieee754_sinh sinh macro

Completed in 365 milliseconds