Searched defs:tan (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_tan.c27 /* tan(x)
35 * Let S,C and T denote the sin, cos and tan respectively on
40 * n sin(x) cos(x) tan(x)
49 * Let trig be any of sin, cos, or tan.
60 double tan(double x) function
62 double tan(x)
76 /* tan(Inf or NaN) is NaN */
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java333 * The math:tan function returns the tangent of the number passed as an argument.
338 public static double tan(double num) method in class:ExsltMath
340 return Math.tan(num);
/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java152 public static double tan(double a) { method in class:Math
153 return StrictMath.tan(a); // default impl. delegates to StrictMath
H A DStrictMath.java53 * semantics are {@code sin}, {@code cos}, {@code tan},
117 public static native double tan(double a); method in class:StrictMath
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Djfdlibm.h50 #define tan jtan macro
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp292 Value* SharkBuilder::tan() { function in class:SharkBuilder
293 return make_function((address) ::tan, "d", "d");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2061 void tan (LIR_Opr from, LIR_Opr to, LIR_Opr tmp1, LIR_Opr tmp2) { append(new LIR_Op2(lir_tan , from, tmp1, to, tmp2)); } function in class:LIR_List

Completed in 46 milliseconds