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

  /external/fdlibm/
s_tan.c 14 /* ieee_tan(x)
27 * n ieee_sin(x) ieee_cos(x) ieee_tan(x)
47 double ieee_tan(double x) function
49 double ieee_tan(x)
63 /* ieee_tan(Inf or NaN) is NaN */
fdlibm.h 108 extern double ieee_tan __P((double));
  /libcore/ojluni/src/main/native/
StrictMath.c 50 return (jdouble) ieee_tan((double)d);

Completed in 1270 milliseconds