Searched refs:ccosh (Results 1 – 25 of 83) sorted by relevance
1234
/glibc-2.36/math/ |
D | auto-libm-test-out-ccosh | 1 ccosh 0.0 0.0 2 = ccosh downward binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 3 = ccosh tonearest binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 4 = ccosh towardzero binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 5 = ccosh upward binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 6 = ccosh downward binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 7 = ccosh tonearest binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 8 = ccosh towardzero binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 9 = ccosh upward binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok 10 = ccosh downward intel96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok [all …]
|
D | libm-test-ccosh.inc | 1 /* Test ccosh. 23 TEST_c_c (ccosh, 0.0, plus_infty, qnan_value, 0.0, INVALID_EXCEPTION|IGNORE_ZERO_INF_SIGN), 24 … TEST_c_c (ccosh, minus_zero, plus_infty, qnan_value, 0.0, INVALID_EXCEPTION|IGNORE_ZERO_INF_SIGN), 25 TEST_c_c (ccosh, 0.0, minus_infty, qnan_value, 0.0, INVALID_EXCEPTION|IGNORE_ZERO_INF_SIGN), 26 …TEST_c_c (ccosh, minus_zero, minus_infty, qnan_value, 0.0, INVALID_EXCEPTION|IGNORE_ZERO_INF_SIGN), 28 TEST_c_c (ccosh, plus_infty, 0.0, plus_infty, 0.0), 29 TEST_c_c (ccosh, minus_infty, 0.0, plus_infty, minus_zero), 30 TEST_c_c (ccosh, plus_infty, minus_zero, plus_infty, minus_zero), 31 TEST_c_c (ccosh, minus_infty, minus_zero, plus_infty, 0.0), 33 TEST_c_c (ccosh, plus_infty, plus_infty, plus_infty, qnan_value, INVALID_EXCEPTION), [all …]
|
D | s_ccosh_template.c | 137 declare_mgen_alias (__ccosh, ccosh);
|
D | auto-libm-test-in | 3941 ccosh 0.0 0.0 3942 ccosh -0 0.0 3943 ccosh 0.0 -0 3944 ccosh -0 -0 3946 ccosh 0.75 1.25 3947 ccosh -2 -3 3949 ccosh 89.5 0.75 3950 ccosh -89.5 0.75 3951 ccosh 89.5 -0.75 3952 ccosh -89.5 -0.75 [all …]
|
/glibc-2.36/sysdeps/m68k/coldfire/fpu/ |
D | libm-test-ulps | 42 Function: Real part of "ccosh": 46 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 97 Function: Real part of "ccosh": 101 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/microblaze/ |
D | libm-test-ulps | 94 Function: Real part of "ccosh": 98 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/arc/nofpu/ |
D | libm-test-ulps | 97 Function: Real part of "ccosh": 101 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-ccosh.c | 8 return ccosh (x); in ccoshl()
|
D | Makefile | 38 nexttoward conj cacos cacosh casin catan catanh ccos ccosh \ 74 CFLAGS-nldbl-ccosh.c = -fno-builtin-ccoshl
|
/glibc-2.36/sysdeps/alpha/fpu/ |
D | s_ccoshf.c | 54 cfloat_versions (ccosh);
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_ccosh_template.c | 67 declare_mgen_alias (__ccosh, ccosh)
|
/glibc-2.36/math/bits/ |
D | cmathcalls.h | 79 __MATHCALL (ccosh, (_Mdouble_complex_ __z));
|
/glibc-2.36/sysdeps/sh/ |
D | libm-test-ulps | 189 Function: Real part of "ccosh": 193 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/arm/ |
D | libm-test-ulps | 382 Function: Real part of "ccosh": 386 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/mips/mips32/ |
D | libm-test-ulps | 382 Function: Real part of "ccosh": 386 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/or1k/ |
D | libm-test-ulps | 382 Function: Real part of "ccosh": 386 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/csky/fpu/ |
D | libm-test-ulps | 379 Function: Real part of "ccosh": 383 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/csky/nofpu/ |
D | libm-test-ulps | 377 Function: Real part of "ccosh": 381 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/arc/fpu/ |
D | libm-test-ulps | 386 Function: Real part of "ccosh": 390 Function: Imaginary part of "ccosh":
|
/glibc-2.36/conform/data/ |
D | complex.h-data | 17 function {double complex} ccosh (double complex)
|
/glibc-2.36/sysdeps/hppa/fpu/ |
D | libm-test-ulps | 389 Function: Real part of "ccosh": 394 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/riscv/rv64/rvd/ |
D | libm-test-ulps | 478 Function: Real part of "ccosh": 483 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/sparc/fpu/ |
D | libm-test-ulps | 478 Function: Real part of "ccosh": 483 Function: Imaginary part of "ccosh":
|
/glibc-2.36/sysdeps/s390/fpu/ |
D | libm-test-ulps | 478 Function: Real part of "ccosh": 483 Function: Imaginary part of "ccosh":
|
1234