/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 363 _STLP_DMATH_INLINE(atan) 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 556 using ::atan;
|
/external/stlport/test/unit/ |
cmath_test.cpp | 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) ); 128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) ); 155 CPPUNIT_CHECK( are_equals(std::atan(0.0l), 0.0l) );
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 351 #define atan I_atan macro 367 /* Coefficients for ATAN evaluation */ 490 /* atan(x) Return arctangent in radians, 493 static double atan(x) function 546 temp = atan(y / x);
|
vcpu_fnfns.c | 158 printf(" atanD(%+20.13e) = %+20.13e\n", d, atan(d));
|
/external/valgrind/main/perf/ |
fbench.c | 347 #define atan I_atan macro 363 /* Coefficients for ATAN evaluation */ 486 /* atan(x) Return arctangent in radians, 489 static double atan(x) function 542 temp = atan(y / x);
|
/ndk/tests/device/test-gnustl-full/unit/ |
cmath_test.cpp | 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) ); 128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) ); 155 CPPUNIT_CHECK( are_equals(std::atan(0.0l), 0.0l) );
|
/ndk/tests/device/test-stlport/unit/ |
cmath_test.cpp | 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) ); 128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) ); 155 CPPUNIT_CHECK( are_equals(std::atan(0.0l), 0.0l) );
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 100 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 39 IMPORT_F32_FN_F32(atan)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ |
eval_param.pass.cpp | 25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5;
|
/external/speex/libspeex/ |
filterbank.c | 49 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
|
/external/chromium_org/v8/test/webkit/ |
math.js | 59 shouldBe("Math.atan(NaN)", "NaN"); 60 shouldBe("Math.atan(0)", "0"); 61 shouldBe("Math.atan(-0)", "-0"); 62 shouldBe("Math.atan(Infinity)", "-Math.atan(-Infinity)");
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 457 * @return fValue's atan 458 * @see java.lang.Math#atan(double) 460 public static float atan(float fValue) { method in class:FastMath 461 return (float) Math.atan(fValue); 828 store.y = FastMath.atan(cartCoords.z / x); 864 store.z = FastMath.atan(cartCoords.z / x); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
LodControl.java | 154 float atanNH = FastMath.atan(cam.getFrustumNear() * cam.getFrustumTop());
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 81 ttheta = RAD * atan(Z / (sqrt(X * X + Y * Y)));
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 81 ttheta = RAD * atan(Z / (sqrt(X * X + Y * Y)));
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
swim.c | 81 ttheta = RAD * atan(Z / (sqrt(X * X + Y * Y)));
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
FisheyeFilter.java | 70 " float radian = m_pi_2 - atan(alpha * sqrt(radius2 - dist * dist), dist);\n" + 165 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
|
/libcore/luni/src/main/native/ |
java_lang_StrictMath.cpp | 125 NATIVE_METHOD(StrictMath, atan, "!(D)D"),
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 115 float phi = 2 * atan(1 / r);
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 114 float phi = 2 * atan(1 / r);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 118 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 118 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|