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/luni/src/main/native/
java_lang_StrictMath.cpp 34 return ieee_tan(a);

Completed in 142 milliseconds