HomeSort by relevance Sort by last modified time
    Searched defs:acos (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
w_acos.c 27 acos(double x) /* wrapper acos */ function
36 return __kernel_standard(x,x,1); /* acos(|x|>1) */
  /bionic/libm/x86/
e_acos.S 35 // To compute acos(s), separate schemes are used when s is in different
40 // acos(s)=pi/2-asin(t)-asin(r), where r=s*sqrt(1-t^2)-t*sqrt(1-s^2)
51 // acos(|s|)=asin(t)-asin(r), r=s*t-sqrt(1-s^2)*sqrt(1-t^2)
52 // acos(-|s|)=pi-acos(|s|)
59 // |s|<2^{-4}: acos(s)=pi/2-asin(s)
62 // |s| in [255/256,1): acos(|s|)=2*asin(q), where q=sqrt((1-|s|)/2)
66 // acos(-|s|)=pi-acos(|s|)
71 // acos(NaN) = quiet NaN, and raise invalid exceptio
95 ENTRY(acos) function
    [all...]
  /prebuilts/go/darwin-x86/src/math/
asin.go 47 // Acos returns the arccosine, in radians, of x.
50 // Acos(x) = NaN if x < -1 or x > 1
51 func Acos(x float64) float64
53 func acos(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
asin.go 47 // Acos returns the arccosine, in radians, of x.
50 // Acos(x) = NaN if x < -1 or x > 1
51 func Acos(x float64) float64
53 func acos(x float64) float64 { func
  /bionic/libm/x86_64/
e_acos.S 35 // To compute acos(s), separate schemes are used when s is in different
40 // acos(s)=pi/2-asin(t)-asin(r), where r=s*sqrt(1-t^2)-t*sqrt(1-s^2)
51 // acos(|s|)=asin(t)-asin(r), r=s*t-sqrt(1-s^2)*sqrt(1-t^2)
52 // acos(-|s|)=pi-acos(|s|)
59 // |s|<2^{-4}: acos(s)=pi/2-asin(s)
62 // |s| in [255/256,1): acos(|s|)=2*asin(q), where q=sqrt((1-|s|)/2)
66 // acos(-|s|)=pi-acos(|s|)
71 // acos(NaN) = quiet NaN, and raise invalid exceptio
80 ENTRY(acos) function
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 62 #define acos(x) ml_acos(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 62 #define acos(x) ml_acos(x) macro
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 81 checkApprEq(x.acos().doubleValue(), Math.acos(xAsDouble),
82 "acos float compare:" + xAsDouble);
108 CR tmp = xcos.acos();
113 "acos(cos):" + xAsDouble);
122 "acos(cos):" + xAsDouble);
165 checkEq(ZERO.acos(), CR.PI.divide(TWO), "acos(0)");
166 checkEq(ONE.acos(), ZERO, "acos(1)")
    [all...]
CRTest.java 44 // Added basic asin and acos tests, improved messages,
112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; local
127 check_eq(acos.execute(one.cos()), one, "acos(cos(1) failed");
151 check_appr_eq(Math.acos(0.1*n),
152 CR.valueOf(0.1*n).acos().doubleValue(),
153 "acos failed at " + 0.1*n);
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
  /frameworks/base/core/java/android/util/
MathUtils.java 136 public static float acos(float value) { method in class:MathUtils
137 return (float) Math.acos(value);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 49 * {@code acos}), use the "IEEE 754 core function" version
53 * {@code asin}, {@code acos}, {@code atan},
156 public static native double acos(double a); method in class:StrictMath
    [all...]
  /libcore/ojluni/src/main/native/
jfdlibm.h 38 #define acos jacos macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acos)
342 using ::acos;
  /prebuilts/clang/host/linux-x86/clang-3859424/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 877 milliseconds

1 2 3 4 5