HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 326 - 350 of 1235) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/libr6/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/lib/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/libr2/
libm.so 
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/libr6/
libm.so 
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 123 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(acos, Acos, LA)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 141 /* acos(double) seems very prone to accuracy loss near the end of
146 printf(" acosD(%+20.13e) = %+20.10e\n", d, acos(d));
  /external/valgrind/memcheck/tests/x86/
more_x86_fp.c 49 printf("a=%f acos(cos(a))=%f\n", a, acos(cos(a)));
  /external/vulkan-validation-layers/libs/glm/gtx/
rotate_vector.inl 216 T Angle = acos(dot(Normal, Up));
219 T Angle = degrees(acos(dot(Normal, Up)));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 116 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 116 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 24 /* acos. */
25 extern double __REDIRECT_NTH (acos, (double), __acos_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 24 /* acos. */
25 extern double __REDIRECT_NTH (acos, (double), __acos_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 60 var acos = []complex128{ var
502 if f := Acos(vc[i]); !cSoclose(acos[i], f, 1e-14) {
503 t.Errorf("Acos(%g) = %g, want %g", vc[i], f, acos[i])
507 if f := Acos(vcAcosSC[i]); !cAlike(acosSC[i], f) {
508 t.Errorf("Acos(%g) = %g, want %g", vcAcosSC[i], f, acosSC[i])
777 Acos(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 60 var acos = []complex128{ var
502 if f := Acos(vc[i]); !cSoclose(acos[i], f, 1e-14) {
503 t.Errorf("Acos(%g) = %g, want %g", vc[i], f, acos[i])
507 if f := Acos(vcAcosSC[i]); !cAlike(acosSC[i], f) {
508 t.Errorf("Acos(%g) = %g, want %g", vcAcosSC[i], f, acosSC[i])
777 Acos(complex(2.5, 3.5))
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 10 declare double @acos(double %x)
14 ; WIN32: double @acos
16 %2 = call double @acos(double %1)
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 233 return QUATERNION<T>((std::acos(q.w/nq)/norm(q.xyz))*q.xyz, log(nq));
240 const T theta(a*std::acos(q.w / nq));
249 const T a = std::acos(std::abs(d) / npq);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
199 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
333 using ::acos;

Completed in 589 milliseconds

<<11121314151617181920>>