HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 276 - 300 of 701) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 418 * @return fValue's acos
419 * @see java.lang.Math#acos(double)
421 public static float acos(float fValue) { method in class:FastMath
424 return (float) Math.acos(fValue);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cfm.php 141 'Abs', 'GetFunctionList', 'LSTimeFormat','ACos','GetGatewayHelper','LTrim','AddSOAPRequestHeader','GetHttpRequestData',
cpp-qt.php 98 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
klonecpp.php 77 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
lotusformulas.php 257 '@Adjust', '@AddToFolder', '@ACos', '@Accessed', '@AbstractSimple',
lscript.php 130 'abs', 'acos', 'angle', 'append', 'ascii', 'asin', 'atan',
objc.php 119 'atexit', 'atan2', 'atan', 'assert', 'asin', 'asctime', 'acos',
plsql.php 111 'ASCII', 'ADD_MONTHS', 'ACOS', 'ABS'),
tsql.php 105 'ABS','DEGREES','RAND','ACOS','EXP','ROUND','ASIN','FLOOR','SIGN',
  /external/mesa3d/docs/
relnotes-8.0.4.html 127 <li>glsl: Fix pi/2 constant in acos built-in function</li>
  /external/v8/src/
math.js 271 "acos", MathAcos,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf_tbl.cpp 96 /* slope used to compute y = acos(x) */
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 242 TEST_FN_FUNC_FN(acos);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 242 TEST_FN_FUNC_FN(acos);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 242 TEST_FN_FUNC_FN(acos);
math.rs.orig 242 TEST_FN_FUNC_FN(acos);
  /libcore/luni/src/main/java/java/lang/
Math.java 101 * <li>{@code acos((anything > 1) = NaN}</li>
102 * <li>{@code acos((anything < -1) = NaN}</li>
103 * <li>{@code acos(NaN) = NaN}</li>
110 public static native double acos(double d); method in class:Math
    [all...]
StrictMath.java 111 * <li>{@code acos((anything > 1) = NaN}</li>
112 * <li>{@code acos((anything < -1) = NaN}</li>
113 * <li>{@code acos(NaN) = NaN}</li>
120 public static native double acos(double d); method in class:StrictMath
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
  /bionic/tests/
math_test.cpp 232 TEST(math, acos) {
233 ASSERT_FLOAT_EQ(M_PI/2.0, acos(0.0));
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 112 table[i] = acos(f);
116 // looks up acos(f) using a table and lerping between entries
  /external/chromium_org/v8/src/
heap-inl.h 784 case ACOS:
785 return acos(input);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 409 return Scalar(2) * std::acos(d);
433 Scalar theta = std::acos(absD);

Completed in 1341 milliseconds

<<11121314151617181920>>