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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 250 TEST_FN_FUNC_FN(atanh);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 603 f = atanh(f);
604 f2 = atanh(f2);
605 f3 = atanh(f3);
606 f4 = atanh(f4);
    [all...]
math.rs 250 TEST_FN_FUNC_FN(atanh);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 257 TEST_FN_FUNC_FN(atanh);
math_fp16.rs 109 TEST_HN_FUNC_HN(atanh);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 250 TEST_FN_FUNC_FN(atanh);
math.rs.orig 250 TEST_FN_FUNC_FN(atanh);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 250 TEST_FN_FUNC_FN(atanh);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 214 template<class T> complex<T> atanh(const complex<T>&);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 93 __MATHCALL (atanh,, (_Mdouble_ __x));
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/math/
cmplx.a 16 func @"".Atanh (@"".x·2 complex128) (? complex128)
123 ??Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/math/cmplx/asin.go?"".Atanh??eH? %H;avXH?? W??\$0?T$(? ?Y?? $?T$??L$?\$??Y??\$8?T$@H?? ???
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/math/
cmplx.a 16 func @"".Atanh (@"".x·2 complex128) (? complex128)
147 "".x2_type.float64 "".~r1 type.complex128"".xtype.complex128@???????O??C???h?4 :." :   .'(#:& ??zTgclocals·64ca935d1a2110a30e2d604686188539Tgclocals·0c8aa8e80191a30eac23f1a218103f16\prebuilts/go/darwin-x86/src/math/cmplx/asin.go?"".Atanh??eH? %H;avkH?? H?\$ H?$?W??\$0?T$(? ?Y?? $?T$??T$?\$??Y??\$8?D$@?H?? ???|???
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/math/
cmplx.a 16 func @"".Atanh (@"".x·2 complex128) (? complex128)
123 ??Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/linux-x86/src/math/cmplx/asin.go?"".Atanh??dH? %H;avXH?? W??\$0?T$(? ?Y?? $?T$??L$?\$??Y??\$8?T$@H?? ???
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/math/
cmplx.a 16 func @"".Atanh (@"".x·2 complex128) (? complex128)
147 "".x2_type.float64 "".~r1 type.complex128"".xtype.complex128@???????O??C???h?4 :." :   .'(#:& ??zTgclocals·64ca935d1a2110a30e2d604686188539Tgclocals·0c8aa8e80191a30eac23f1a218103f16Zprebuilts/go/linux-x86/src/math/cmplx/asin.go?"".Atanh??dH? %H;avkH?? H?\$ H?$?W??\$0?T$(? ?Y?? $?T$??T$?\$??Y??\$8?D$@?H?? ???|???
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 214 template<class T> complex<T> atanh(const complex<T>&);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 68 * The functions catan(h) are a little under 2 times slower than atanh.
578 return (CMPLX(atanh(x), y));
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 89 {"atanh", "atanh(${T} (0.8))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtanh(0.8f) },
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 518 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(atanh, ::atanh)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 539 CV_CUDEV_UNARY_FUNCTION_INST(atanh, ::atanh)
  /prebuilts/go/darwin-x86/src/math/
all_test.go 91 var atanh = []float64{
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 91 var atanh = []float64{
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /bionic/tests/
math_test.cpp 424 TEST(math, atanh) {
425 ASSERT_DOUBLE_EQ(0.0, atanh(0.0));
    [all...]

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>