HomeSort by relevance Sort by last modified time
    Searched full:acosh (Results 201 - 225 of 929) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 14 // acosh(const complex<T>& x);
25 assert(acosh(c) == x);
42 std::complex<double> r = acosh(testcases[i]);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 14 // acosh(const complex<T>& x);
25 assert(acosh(c) == x);
42 std::complex<double> r = acosh(x[i]);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 14 // acosh(const complex<T>& x);
25 assert(acosh(c) == x);
42 std::complex<double> r = acosh(x[i]);
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
189 using ::acosh;
  /external/deqp/external/vulkancts/mustpass/1.0.2/src/
test-issues.txt 7 dEQP-VK.glsl.builtin.precision.acosh.highp_compute.*
  /external/v8/src/base/
ieee754.h 19 V8_BASE_EXPORT double acosh(double x);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 76 TEST_FUNC_1(acosh);
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 99 // Acosh returns the inverse hyperbolic cosine of x.
100 func Acosh(x complex128) complex128 {
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 99 // Acosh returns the inverse hyperbolic cosine of x.
100 func Acosh(x complex128) complex128 {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
cmath.so 
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 181 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/acosh.xml">GLSL acosh man page</a>
184 GLM_FUNC_DECL genType acosh(genType const & x);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 47 __DEVICE__ double acosh(double);
48 __DEVICE__ float acosh(float);
203 using ::acosh;

Completed in 775 milliseconds

1 2 3 4 5 6 7 891011>>