HomeSort by relevance Sort by last modified time
    Searched full:acosh (Results 226 - 250 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/math/
cmplx.a 14 func @"".Acosh (@"".x·2 complex128) (? complex128)
98 -STgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/math/cmplx/asin.go?"".Acosh??eH? %H;avrH?? W??D$(?$?D$0?D$??\$?T$W?f.?s??Y??T$8?D$@H?? ?? ?Y??L$8?\$@H?? ???u???
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/math/
cmplx.a 14 func @"".Acosh (@"".x·2 complex128) (? complex128)
112 tTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/math/cmplx/asin.go?"".Acosh??eH? %H;a??H?? H?\$ H?$?W??D$(?$?D$0?D$??\$?T$W?f.?s.f(?f(?f(?? ?Y??\$8?L$@?H?? ?? ?Y??L$8?\$@?H?? ???M???
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/math/
cmplx.a 14 func @"".Acosh (@"".x·2 complex128) (? complex128)
98 -STgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/math/cmplx/asin.go?"".Acosh??dH? %H;avrH?? W??D$(?$?D$0?D$??\$?T$W?f.?s??Y??T$8?D$@H?? ?? ?Y??L$8?\$@H?? ???u???
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/math/
cmplx.a 14 func @"".Acosh (@"".x·2 complex128) (? complex128)
112 tTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/math/cmplx/asin.go?"".Acosh??dH? %H;a??H?? H?\$ H?$?W??D$(?$?D$0?D$??\$?T$W?f.?s.f(?f(?f(?? ?Y??\$8?L$@?H?? ?? ?Y??L$8?\$@?H?? ???M???
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 88 {"acosh", "acosh(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcosh(2.0f) },
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 517 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(acosh, ::acosh)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 538 CV_CUDEV_UNARY_FUNCTION_INST(acosh, ::acosh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libm-2.11.1.so 
libm.so 
libm.so.6 
  /prebuilts/go/darwin-x86/src/math/
all_test.go 43 var acosh = []float64{
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 43 var acosh = []float64{
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /bionic/tests/
math_test.cpp 400 TEST(math, acosh) {
401 ASSERT_DOUBLE_EQ(0.0, acosh(1.0));
    [all...]
  /external/libcxx/include/
complex 212 template<class T> complex<T> acosh(const complex<T>&);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 212 template<class T> complex<T> acosh(const complex<T>&);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 212 template<class T> complex<T> acosh(const complex<T>&);
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_15.sh     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
domain.py 351 * Trigonometric library functions: acosh acos asinh asin
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
domain.py 495 * Trigonometric functions: acos acosh asin asinh atan atan2 atanh
  /external/deqp/android/cts/master/src/
gles3-test-issues.txt 90 dEQP-GLES3.functional.shaders.builtin_functions.precision.acosh.highp_*
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 313 BENCH_FN_FUNC_FN(acosh);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 540 typename tools::promote_args<T>::type acosh(T x);
543 typename tools::promote_args<T>::type acosh(T x, const Policy&);
    [all...]

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>