OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atanh
(Results
126 - 150
of
543
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/platforms/android-23/arch-mips/symbols/
libm.so.functions.txt
21
atanh
libm.so.versions.txt
25
atanh
;
/development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt
21
atanh
libm.so.versions.txt
25
atanh
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt
21
atanh
libm.so.versions.txt
25
atanh
;
/development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt
21
atanh
libm.so.versions.txt
25
atanh
;
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
atanh.pass.cpp
14
//
atanh
(const complex<T>& x);
25
assert(
atanh
(c) == x);
42
std::complex<double> r =
atanh
(x[i]);
atan.pass.cpp
43
std::complex<double> t2 =
atanh
(t1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
atanh.pass.cpp
14
//
atanh
(const complex<T>& x);
25
assert(
atanh
(c) == x);
42
std::complex<double> r =
atanh
(x[i]);
atan.pass.cpp
43
std::complex<double> t2 =
atanh
(t1);
/bionic/libm/upstream-freebsd/lib/msun/src/
e_atanhl.c
35
/* EXP_TINY is the threshold below which we use
atanh
(x) ~= x. */
/frameworks/compile/slang/tests/P_math_fp/
math_fp.rs
83
TEST_FUNC_1(
atanh
);
/external/fdlibm/
k_standard.c
61
* 30--
atanh
(|x|>1)
62
* 31--
atanh
(|x|=1)
549
/*
atanh
(|x|>1) */
551
exc.name = "
atanh
";
557
(void) WRITE2("
atanh
: DOMAIN error\n", 20);
563
/*
atanh
(|x|=1) */
565
exc.name = "
atanh
";
571
(void) WRITE2("
atanh
: SING error\n", 18);
/prebuilts/go/darwin-x86/src/math/cmplx/
asin.go
165
//
Atanh
returns the inverse hyperbolic tangent of x.
166
func
Atanh
(x complex128) complex128 {
/prebuilts/go/linux-x86/src/math/cmplx/
asin.go
165
//
Atanh
returns the inverse hyperbolic tangent of x.
166
func
Atanh
(x complex128) complex128 {
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
cmath.so
math.so
/external/deqp/android/cts/master/src/
gles3-test-issues.txt
12
dEQP-GLES3.functional.shaders.builtin_functions.precision.
atanh
.mediump_fragment.scalar
13
dEQP-GLES3.functional.shaders.builtin_functions.precision.
atanh
.mediump_fragment.vec2
14
dEQP-GLES3.functional.shaders.builtin_functions.precision.
atanh
.mediump_fragment.vec3
15
dEQP-GLES3.functional.shaders.builtin_functions.precision.
atanh
.mediump_fragment.vec4
91
dEQP-GLES3.functional.shaders.builtin_functions.precision.
atanh
.highp_*
gles31-test-issues.txt
24
dEQP-GLES31.functional.shaders.builtin_functions.precision.
atanh
.highp_*
/external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp
191
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/
atanh
.xml">GLSL
atanh
man page</a>
194
GLM_FUNC_DECL genType
atanh
(genType const & x);
/bionic/libm/
libm.arm.map
25
atanh
;
libm.map.txt
24
atanh
;
/external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll
98
%call = call double @
atanh
(double %conv)
107
%call = call double @
atanh
(double %conv)
110
; CHECK: call double @
atanh
(double %conv)
358
declare double @
atanh
(double) #1
Completed in 524 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>