/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
math.h | 235 double asinh(double);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
math.h | 235 double asinh(double);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
math.h | 235 double asinh(double);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
math.h | 235 double asinh(double);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 175 self.assertRaises(TypeError, math.asinh) 176 self.ftest('asinh(0)', math.asinh(0), 0) 177 self.ftest('asinh(1)', math.asinh(1), 0.88137358701954305) 178 self.ftest('asinh(-1)', math.asinh(-1), -0.88137358701954305) 179 self.assertEqual(math.asinh(INF), INF) 180 self.assertEqual(math.asinh(NINF), NINF) 181 self.assertTrue(math.isnan(math.asinh(NAN)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 175 self.assertRaises(TypeError, math.asinh) 176 self.ftest('asinh(0)', math.asinh(0), 0) 177 self.ftest('asinh(1)', math.asinh(1), 0.88137358701954305) 178 self.ftest('asinh(-1)', math.asinh(-1), -0.88137358701954305) 179 self.assertEqual(math.asinh(INF), INF) 180 self.assertEqual(math.asinh(NINF), NINF) 181 self.assertTrue(math.isnan(math.asinh(NAN)) [all...] |
/bionic/libm/include/ |
math.h | 220 double asinh(double);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 96 /// double asinh(double x); 97 asinh, enumerator in enum:llvm::LibFunc::Func
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 179 // asinh 187 __tg_asinh(double __x) {return asinh(__x);} 205 #undef asinh macro 206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 179 // asinh 187 __tg_asinh(double __x) {return asinh(__x);} 205 #undef asinh macro 206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
imports.h | 143 #define asinhf(f) ((float) asinh(f))
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 64 "asinh", 407 TLI.setUnavailable(LibFunc::asinh);
|
/external/mesa3d/src/mesa/main/ |
imports.h | 143 #define asinhf(f) ((float) asinh(f))
|
/frameworks/rs/scriptc/ |
rs_cl.rsh | 239 extern float __attribute__((const, overloadable)) asinh(float); 240 FN_FUNC_FN(asinh)
|
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 239 extern float __attribute__((const, overloadable)) asinh(float); 240 FN_FUNC_FN(asinh)
|
/bionic/tests/ |
math_test.cpp | 328 TEST(math, asinh) { 329 ASSERT_FLOAT_EQ(0.0, asinh(0.0));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 339 static_assert((std::is_same<decltype(asinh((double)0)), double>::value), ""); 342 assert(asinh(0) == 0);
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 352 extern float __attribute__((overloadable)) asinh(float); 353 FN_FUNC_FN(asinh) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
math_fwd.hpp | 534 typename tools::promote_args<T>::type asinh(T x); 537 typename tools::promote_args<T>::type asinh(T x, const Policy&); [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 362 friend const mpreal asinh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1930 inline const mpreal asinh (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | [all...] |