/external/llvm/test/Transforms/InferFunctionAttrs/ |
annotate.ll | 67 ; CHECK: declare double @asinh(double) 68 declare double @asinh(double)
|
no-proto.ll | 48 ; CHECK: declare void @asinh(...) 49 declare void @asinh(...)
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 346 static_assert((std::is_same<decltype(asinh((double)0)), double>::value), ""); 349 assert(asinh(0) == 0);
|
/frameworks/rs/script_api/include/ |
rs_math.rsh | 358 * asinh: Inverse hyperbolic sine 365 asinh(float v); 368 asinh(float2 v); 371 asinh(float3 v); 374 asinh(float4 v); 378 asinh(half v); 383 asinh(half2 v); 388 asinh(half3 v); 393 asinh(half4 v); [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | 358 * asinh: Inverse hyperbolic sine 365 asinh(float v); 368 asinh(float2 v); 371 asinh(float3 v); 374 asinh(float4 v); 378 asinh(half v); 383 asinh(half2 v); 388 asinh(half3 v); 393 asinh(half4 v); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
mathmodule.c | 815 FUNC1(asinh, m_asinh, 0,
816 "asinh(x)\n\nReturn the inverse hyperbolic sine of x.")
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
mathmodule.c | 815 FUNC1(asinh, m_asinh, 0,
816 "asinh(x)\n\nReturn the hyperbolic arc sine (measured in radians) of x.")
[all...] |
/external/ImageMagick/ImageMagick/script/ |
fx.html | 145 <dd> abs(), acos(), acosh(), airy(), alt(), asin(), asinh(), atan(), atanh(), atan2(), ceil(), clamp(), cos(), cosh(), debug(), drc(), exp(), floor(), gauss(), gcd(), hypot(), int(), isnan(), j0(), j1(), jinc(), ln(), log(), logtwo(), max(), min(), mod(), not(), pow(), rand(), round(), sign(), sin(), sinc(), sinh(), sqrt(), squish(), tan(), tanh(), trunc()</dd> 256 <dt> <code>asinh(</code><var>x</var><code>)</code></dt><dd> inverse hyperbolic sine function</dd>
|
/external/ImageMagick/www/ |
fx.html | 149 <dd> abs(), acos(), acosh(), airy(), alt(), asin(), asinh(), atan(), atanh(), atan2(), ceil(), clamp(), cos(), cosh(), debug(), drc(), erf(), exp(), floor(), gauss(), gcd(), hypot(), int(), isnan(), j0(), j1(), jinc(), ln(), log(), logtwo(), max(), min(), mod(), not(), pow(), rand(), round(), sign(), sin(), sinc(), sinh(), sqrt(), squish(), tan(), tanh(), trunc()</dd> 260 <dt> <code>asinh(</code><var>x</var><code>)</code></dt><dd> inverse hyperbolic sine function</dd>
|
/external/clang/lib/Headers/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/ |
opencl-c.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
opencl-c.h | [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
opencl-c.h | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 67 * The functions casin(h) and cacos(h) are about 2.5 times slower than asinh.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
math_testcases.txt | 11 -- <function> is the function to be tested (exp, cos, asinh, ...),
|