HomeSort by relevance Sort by last modified time
    Searched full:atan (Results 376 - 400 of 1233) sorted by null

<<11121314151617181920>>

  /external/valgrind/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);
  /external/valgrind/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);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 79 // Test for method double java.lang.StrictMath.atan(double)
80 double answer = StrictMath.tan(StrictMath.atan(1.0));
87 double answer = StrictMath.atan(StrictMath.tan(1.0));
551 StrictMath.tan(StrictMath.atan(1.0)) <= 1.0
552 || StrictMath.tan(StrictMath.atan(1.0)) >= 9.9999999999999983E-1);
  /external/aac/libFDK/src/
FDK_trigFcts.cpp 115 * at=atan(0.5 *(2^scl)); % 0.5 because get in 'middle' area of current scale level 'scl'
135 FIXP_DBL at; // atan out
174 // --- atan()
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 140 /** The {@code FastMath.atan} method wrapped as a {@link ComposableFunction}. */
141 public static final ComposableFunction ATAN = new ComposableFunction() {
145 return FastMath.atan(d);
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 32 declare double @atan(double %x)
36 ; WIN32: double @atan
38 %2 = call double @atan(double %1)
  /external/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 189 if (b > 0) clr.h = (r2d * atan(temp));
191 else clr.h = (r2d * atan(temp)) + 360;
195 clr.h = (r2d * atan(temp)) + 180;
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function
203 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atan)
337 using ::atan;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function
203 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atan)
337 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function
203 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atan)
337 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function
203 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, atan)
337 using ::atan;
  /external/eigen/Eigen/src/Core/
MathFunctions.h 1179 T atan(const T &x) { function in namespace:Eigen::numext
1186 float atan(const float &x) { return ::atanf(x); } function in namespace:Eigen::numext
1189 double atan(const double &x) { return ::atan(x); } function in namespace:Eigen::numext
    [all...]
GlobalFunctions.h 63 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(atan,scalar_atan_op,arc-tangent,\sa ArrayBase::atan)
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 89 | atan(x, y) | 6 ULP | !(x == 0 && y == 0) | highp |
91 | atan(x) | 5 ULP | | highp |
  /external/deqp/framework/delibs/debase/
deMath.h 144 DE_INLINE float deFloatAtanOver (float yOverX) { return (float)atan(yOverX); }
158 DE_INLINE double deAtanOver (double yOverX) { return atan(yOverX); }
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 262 double U1 = Math.atan((1.0 - f) * Math.tan(lat1));
263 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 67 add(OpenCLLIB::Atan, "atan");
  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 60 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 119 qpoints->pAtan = atan;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 69 qpoints->pAtan = atan;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 92 qpoints->pAtan = atan;
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 100 fov = 2 * math.degrees(math.atan(diag / (2 * fl)))
  /external/clang/lib/Headers/
tgmath.h 121 // atan
129 __tg_atan(double __x) {return atan(__x);}
147 #undef atan macro
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
  /external/deqp/data/gles2/shaders/
constant_expressions.test 281 const float a = sqrt( atan(sin(1.5)/cos(1.5)) /*1.5*/ * log2(exp2(log(exp(6.2) + 0.1)) + 0.1) /*~6.2*/);
  /external/ltp/doc/testcases/
misc.txt 88 - trigonometric (acos, asin, atan, atan2, cos, sin, tan),

Completed in 1548 milliseconds

<<11121314151617181920>>