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

<<11121314151617181920>>

  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); }
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 42 Atan = 6,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 42 Atan = 6,
  /prebuilts/sdk/renderscript/clang-include/
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
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 58 floating_point atan (arithmetic x);
703 // atan
705 using ::atan;
709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __x) _NOEXCEPT {return atanf(__x);}
710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);}
716 atan(_A1 __x) _NOEXCEPT {return atan((double)__x);}
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 58 floating_point atan (arithmetic x);
703 // atan
705 using ::atan;
709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __x) _NOEXCEPT {return atanf(__x);}
710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);}
716 atan(_A1 __x) _NOEXCEPT {return atan((double)__x);}
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
quaternion.inl 471 T fAngle = atan(fSin, fCos);
651 return T(atan(T(2) * (q.x * q.y + q.w * q.z), q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z));
654 return glm::degrees(atan(T(2) * (q.x * q.y + q.w * q.z), q.w * q.w + q.x * q.x - q.y * q.y - q.z * q.z));
665 return T(atan(T(2) * (q.y * q.z + q.w * q.x), q.w * q.w - q.x * q.x - q.y * q.y + q.z * q.z));
668 return glm::degrees(atan(T(2) * (q.y * q.z + q.w * q.x), q.w * q.w - q.x * q.x - q.y * q.y + q.z * q.z));
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 35 Ambiguous atan(Ambiguous){ return Ambiguous(); } function
149 static_assert((std::is_same<decltype(atan((float)0)), float>::value), "");
150 static_assert((std::is_same<decltype(atan((bool)0)), double>::value), "");
151 static_assert((std::is_same<decltype(atan((unsigned short)0)), double>::value), "");
152 static_assert((std::is_same<decltype(atan((int)0)), double>::value), "");
153 static_assert((std::is_same<decltype(atan((unsigned int)0)), double>::value), "");
154 static_assert((std::is_same<decltype(atan((long)0)), double>::value), "");
155 static_assert((std::is_same<decltype(atan((unsigned long)0)), double>::value), "");
156 static_assert((std::is_same<decltype(atan((long long)0)), double>::value), "");
157 static_assert((std::is_same<decltype(atan((unsigned long long)0)), double>::value), "")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 38 Ambiguous atan(Ambiguous){ return Ambiguous(); } function
152 static_assert((std::is_same<decltype(atan((float)0)), float>::value), "");
153 static_assert((std::is_same<decltype(atan((bool)0)), double>::value), "");
154 static_assert((std::is_same<decltype(atan((unsigned short)0)), double>::value), "");
155 static_assert((std::is_same<decltype(atan((int)0)), double>::value), "");
156 static_assert((std::is_same<decltype(atan((unsigned int)0)), double>::value), "");
157 static_assert((std::is_same<decltype(atan((long)0)), double>::value), "");
158 static_assert((std::is_same<decltype(atan((unsigned long)0)), double>::value), "");
159 static_assert((std::is_same<decltype(atan((long long)0)), double>::value), "");
160 static_assert((std::is_same<decltype(atan((unsigned long long)0)), double>::value), "")
    [all...]
  /external/libcxx/include/
math.h 55 floating_point atan (arithmetic x);
698 // atan
701 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return ::atanf(__lcpp_x);}
702 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
708 atan(_A1 __lcpp_x) _NOEXCEPT {return ::atan((double)__lcpp_x);}
    [all...]
cmath 58 floating_point atan (arithmetic x);
338 using ::atan;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 55 floating_point atan (arithmetic x);
681 // atan
684 inline _LIBCPP_INLINE_VISIBILITY float atan(float __lcpp_x) _NOEXCEPT {return atanf(__lcpp_x);}
685 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return atanl(__lcpp_x);}
691 atan(_A1 __lcpp_x) _NOEXCEPT {return atan((double)__lcpp_x);}
    [all...]
cmath 58 floating_point atan (arithmetic x);
339 using ::atan;
  /art/runtime/interpreter/
interpreter_intrinsics.cc 178 // java.lang.Math.atan(D)D
179 UNARY_INTRINSIC(MterpMathAtan, std::atan, GetVRegDouble, SetD);
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 81 {"atan_separate", "atan(${T} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) },
82 {"atan_combined", "atan(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtanOver(2.0f) },
  /external/dng_sdk/source/
dng_lens_correction.h 378 // t = atan (r)
396 // t = atan (r)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 259 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 259 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 145 qpoints->pAtan = atan;
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 92 V(Atan, double, double) \
  /bionic/libc/tools/
posix-2013.txt 47 atan
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
CauchyDistributionImpl.java 92 return 0.5 + (FastMath.atan((x - median) / scale) / FastMath.PI);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 139 /** Tangent table, used by atan() (high bits). */
142 /** Tangent table, used by atan() (low bits). */
2782 public static double atan(double x) { method in class:FastMath
2792 private static double atan(double xa, double xb, boolean leftPlane) { method in class:FastMath
    [all...]
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function

Completed in 1768 milliseconds

<<11121314151617181920>>