2000-06-12 22:50:37 +02:00
|
|
|
# Begin of automatic generation
|
|
|
|
|
|
|
|
# asin
|
|
|
|
Test "asin (-0.5) == -pi/6":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "asin (0.5) == pi/6":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "asin (0.7) == 0.7753974966107530637":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
2001-04-22 06:57:01 +02:00
|
|
|
# atan2
|
|
|
|
Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267":
|
|
|
|
float: 3
|
|
|
|
ifloat: 3
|
|
|
|
Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267":
|
|
|
|
float: 3
|
|
|
|
ifloat: 3
|
|
|
|
Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736":
|
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
|
|
|
|
2000-06-12 22:50:37 +02:00
|
|
|
# atanh
|
|
|
|
Test "atanh (0.7) == 0.8673005276940531944":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# cabs
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (-0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (-0.7 - 12.4 i) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (-12.4 + 0.7 i) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (-12.4 - 0.7 i) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (0.7 + 1.2 i) == 1.3892443989449804508432547041028554":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "cabs (0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# cacos
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: cacos (0.7 + 1.2 i) == 1.1351827477151551088992008271819053 - 1.0927647857577371459105272080819308 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: cacos (0.7 + 1.2 i) == 1.1351827477151551088992008271819053 - 1.0927647857577371459105272080819308 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# cacosh
|
2006-01-15 18:59:52 +01:00
|
|
|
Test "Real part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 7
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 7
|
2006-01-15 18:59:52 +01:00
|
|
|
Test "Imaginary part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 3
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 3
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: cacosh (0.7 + 1.2 i) == 1.0927647857577371459105272080819308 + 1.1351827477151551088992008271819053 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# casin
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: casin (0.7 + 1.2 i) == 0.4356135790797415103321208644578462 + 1.0927647857577371459105272080819308 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 3
|
|
|
|
float: 2
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 2
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: casin (0.7 + 1.2 i) == 0.4356135790797415103321208644578462 + 1.0927647857577371459105272080819308 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# casinh
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: casinh (-2 - 3 i) == -1.9686379257930962917886650952454982 - 0.96465850440760279204541105949953237 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 5
|
|
|
|
float: 1
|
|
|
|
idouble: 5
|
|
|
|
ifloat: 1
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: casinh (-2 - 3 i) == -1.9686379257930962917886650952454982 - 0.96465850440760279204541105949953237 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 3
|
|
|
|
float: 6
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 6
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: casinh (0.7 + 1.2 i) == 0.97865459559367387689317593222160964 + 0.91135418953156011567903546856170941 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: casinh (0.7 + 1.2 i) == 0.97865459559367387689317593222160964 + 0.91135418953156011567903546856170941 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# catan
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 3
|
|
|
|
ifloat: 3
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: catan (0.7 + 1.2 i) == 1.0785743834118921877443707996386368 + 0.57705737765343067644394541889341712 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: catan (0.7 + 1.2 i) == 1.0785743834118921877443707996386368 + 0.57705737765343067644394541889341712 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# catanh
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: catanh (-2 - 3 i) == -0.14694666622552975204743278515471595 - 1.3389725222944935611241935759091443 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 4
|
|
|
|
idouble: 4
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: catanh (-2 - 3 i) == -0.14694666622552975204743278515471595 - 1.3389725222944935611241935759091443 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Real part of: catanh (0.7 + 1.2 i) == 0.2600749516525135959200648705635915 + 0.97024030779509898497385130162655963 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: catanh (0.7 + 1.2 i) == 0.2600749516525135959200648705635915 + 0.97024030779509898497385130162655963 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 6
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 6
|
|
|
|
|
|
|
|
# cbrt
|
|
|
|
Test "cbrt (-27.0) == -3.0":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "cbrt (0.970299) == 0.99":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# ccos
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Imaginary part of: ccos (-2 - 3 i) == -4.18962569096880723013255501961597373 - 9.10922789375533659797919726277886212 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Real part of: ccos (0.7 + 1.2 i) == 1.3848657645312111080 - 0.97242170335830028619 i":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "Imaginary part of: ccos (0.7 + 1.2 i) == 1.3848657645312111080 - 0.97242170335830028619 i":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# ccosh
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Real part of: ccosh (-2 - 3 i) == -3.72454550491532256547397070325597253 + 0.511822569987384608834463849801875634 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Imaginary part of: ccosh (-2 - 3 i) == -3.72454550491532256547397070325597253 + 0.511822569987384608834463849801875634 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Real part of: ccosh (0.7 + 1.2 i) == 0.4548202223691477654 + 0.7070296600921537682 i":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: ccosh (0.7 + 1.2 i) == 0.4548202223691477654 + 0.7070296600921537682 i":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# cexp
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "Imaginary part of: cexp (-2.0 - 3.0 i) == -0.13398091492954261346140525546115575 - 0.019098516261135196432576240858800925 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Real part of: cexp (0.7 + 1.2 i) == 0.7296989091503236012 + 1.8768962328348102821 i":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: cexp (0.7 + 1.2 i) == 0.7296989091503236012 + 1.8768962328348102821 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# clog
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "Imaginary part of: clog (-2 - 3 i) == 1.2824746787307683680267437207826593 - 2.1587989303424641704769327722648368 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 3
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 3
|
|
|
|
|
|
|
|
# clog10
|
|
|
|
Test "Imaginary part of: clog10 (-0 + inf i) == inf + pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-0 - inf i) == inf - pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Imaginary part of: clog10 (-2 - 3 i) == 0.556971676153418384603252578971164214 - 0.937554462986374708541507952140189646 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 5
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 5
|
|
|
|
Test "Imaginary part of: clog10 (-3 + inf i) == inf + pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-3 - inf i) == inf - pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-inf + 0 i) == inf + pi*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-inf + 1 i) == inf + pi*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-inf - 0 i) == inf - pi*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (-inf - 1 i) == inf - pi*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (0 + inf i) == inf + pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (0 - inf i) == inf - pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Real part of: clog10 (0.7 + 1.2 i) == 0.1427786545038868803 + 0.4528483579352493248 i":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (0.7 + 1.2 i) == 0.1427786545038868803 + 0.4528483579352493248 i":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "Imaginary part of: clog10 (3 + inf i) == inf + pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (3 - inf i) == inf - pi/2*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (inf + inf i) == inf + pi/4*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: clog10 (inf - inf i) == inf - pi/4*log10(e) i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# cos
|
|
|
|
Test "cos (0.7) == 0.7648421872844884262":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "cos (M_PI_6l * 2.0) == 0.5":
|
|
|
|
double: 1
|
|
|
|
float: 0.5
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 0.5
|
|
|
|
Test "cos (M_PI_6l * 4.0) == -0.5":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "cos (pi/2) == 0":
|
|
|
|
double: 0.2758
|
|
|
|
float: 0.3667
|
|
|
|
idouble: 0.2758
|
|
|
|
ifloat: 0.3667
|
|
|
|
|
|
|
|
# cpow
|
|
|
|
Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
|
|
|
|
double: 1
|
|
|
|
float: 4
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 4
|
|
|
|
Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "Imaginary part of: cpow (e + 0 i, 0 + 2 * M_PIl i) == 1.0 + 0.0 i":
|
|
|
|
double: 1.1031
|
|
|
|
float: 1.5
|
|
|
|
idouble: 1.1031
|
|
|
|
ifloat: 1.5
|
|
|
|
|
|
|
|
# csin
|
|
|
|
Test "Imaginary part of: csin (0.7 + 1.2 i) == 1.1664563419657581376 + 1.1544997246948547371 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# csinh
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Imaginary part of: csinh (-2 - 3 i) == 3.59056458998577995201256544779481679 - 0.530921086248519805267040090660676560 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "Real part of: csinh (0.7 + 1.2 i) == 0.27487868678117583582 + 1.1698665727426565139 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: csinh (0.7 + 1.2 i) == 0.27487868678117583582 + 1.1698665727426565139 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# csqrt
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "Real part of: csqrt (-2 + 3 i) == 0.89597747612983812471573375529004348 + 1.6741492280355400404480393008490519 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "Real part of: csqrt (-2 - 3 i) == 0.89597747612983812471573375529004348 - 1.6741492280355400404480393008490519 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "Real part of: csqrt (0.7 + 1.2 i) == 1.022067610030026450706487883081139 + 0.58704531296356521154977678719838035 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "Imaginary part of: csqrt (0.7 + 1.2 i) == 1.022067610030026450706487883081139 + 0.58704531296356521154977678719838035 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# ctan
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Real part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "Real part of: ctan (0.7 + 1.2 i) == 0.1720734197630349001 + 0.9544807059989405538 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: ctan (0.7 + 1.2 i) == 0.1720734197630349001 + 0.9544807059989405538 i":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# ctanh
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "Real part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
Test "Imaginary part of: ctanh (0 + pi/4 i) == 0.0 + 1.0 i":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "Real part of: ctanh (0.7 + 1.2 i) == 1.3472197399061191630 + 0.4778641038326365540 i":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "Imaginary part of: ctanh (0.7 + 1.2 i) == 1.3472197399061191630 + 0.4778641038326365540 i":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# erfc
|
|
|
|
Test "erfc (0.7) == 0.32219880616258152702":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "erfc (1.2) == 0.089686021770364619762":
|
|
|
|
double: 2
|
|
|
|
float: 2
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "erfc (2.0) == 0.0046777349810472658379":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "erfc (4.1) == 0.67000276540848983727e-8":
|
|
|
|
double: 24
|
|
|
|
float: 12
|
|
|
|
idouble: 24
|
|
|
|
ifloat: 12
|
|
|
|
|
|
|
|
# exp10
|
|
|
|
Test "exp10 (-1) == 0.1":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "exp10 (0.7) == 5.0118723362727228500":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "exp10 (3) == 1000":
|
|
|
|
double: 6
|
|
|
|
float: 2
|
|
|
|
idouble: 6
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
# expm1
|
|
|
|
Test "expm1 (1) == M_El - 1.0":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# fmod
|
|
|
|
Test "fmod (-6.5, -2.3) == -1.9":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "fmod (-6.5, 2.3) == -1.9":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "fmod (6.5, -2.3) == 1.9":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "fmod (6.5, 2.3) == 1.9":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# hypot
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (-0.7, -12.4) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (-0.7, 12.4) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (-12.4, -0.7) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (-12.4, 0.7) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (0.7, -12.4) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (0.7, 1.2) == 1.3892443989449804508432547041028554":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
idouble: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (0.7, 12.4) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (12.4, -0.7) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2000-10-27 01:41:17 +02:00
|
|
|
Test "hypot (12.4, 0.7) == 12.419742348374220601176836866763271":
|
2000-06-12 22:50:37 +02:00
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# j0
|
|
|
|
Test "j0 (10.0) == -0.24593576445134833520":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "j0 (2.0) == 0.22389077914123566805":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "j0 (8.0) == 0.17165080713755390609":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# j1
|
|
|
|
Test "j1 (10.0) == 0.043472746168861436670":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "j1 (2.0) == 0.57672480775687338720":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "j1 (8.0) == 0.23463634685391462438":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# jn
|
|
|
|
Test "jn (0, 10.0) == -0.24593576445134833520":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "jn (0, 2.0) == 0.22389077914123566805":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "jn (0, 8.0) == 0.17165080713755390609":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "jn (1, 10.0) == 0.043472746168861436670":
|
|
|
|
float: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "jn (1, 2.0) == 0.57672480775687338720":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "jn (1, 8.0) == 0.23463634685391462438":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "jn (10, 0.1) == 0.26905328954342155795e-19":
|
|
|
|
double: 6
|
|
|
|
float: 4
|
|
|
|
idouble: 6
|
|
|
|
ifloat: 4
|
|
|
|
Test "jn (10, 0.7) == 0.75175911502153953928e-11":
|
|
|
|
double: 3
|
|
|
|
float: 1
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 1
|
|
|
|
Test "jn (10, 10.0) == 0.20748610663335885770":
|
|
|
|
double: 4
|
|
|
|
float: 3
|
|
|
|
idouble: 4
|
|
|
|
ifloat: 3
|
|
|
|
Test "jn (10, 2.0) == 0.25153862827167367096e-6":
|
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
|
|
|
Test "jn (3, 0.1) == 0.000020820315754756261429":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "jn (3, 0.7) == 0.0069296548267508408077":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "jn (3, 10.0) == 0.058379379305186812343":
|
|
|
|
double: 3
|
|
|
|
float: 1
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 1
|
|
|
|
Test "jn (3, 2.0) == 0.12894324947440205110":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
# lgamma
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "lgamma (1.2) == -0.853740900033158497197028392998854470e-1":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
# log
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "log (0.7) == -0.35667494393873237891263871124118447":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# log10
|
|
|
|
Test "log10 (0.7) == -0.15490195998574316929":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "log10 (e) == log10(e)":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# log1p
|
Update.
2001-04-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
desired exceptions are raised for exceptional values.
* math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
clog_test, log_test, log1p_test, tan_test): Increase precision of
expected values to satisfy ldbl-128.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
* sysdeps/arm/libm-test-ulps: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: Likewise.
* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
* sysdeps/m68k/fpu/libm-test-ulps: Likewise.
* sysdeps/mips/fpu/libm-test-ulps: Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17 21:00:41 +02:00
|
|
|
Test "log1p (-0.3) == -0.35667494393873237891263871124118447":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# log2
|
|
|
|
Test "log2 (0.7) == -0.51457317282975824043":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# sincos
|
|
|
|
Test "sincos (0.7, &sin_res, &cos_res) puts 0.76484218728448842626 in cos_res":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.5 in cos_res":
|
|
|
|
double: 1
|
|
|
|
float: 0.5
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 0.5
|
|
|
|
Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.866025403784438646764 in sin_res":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "sincos (pi/2, &sin_res, &cos_res) puts 0 in cos_res":
|
|
|
|
double: 0.2758
|
|
|
|
float: 0.3667
|
|
|
|
idouble: 0.2758
|
|
|
|
ifloat: 0.3667
|
|
|
|
Test "sincos (pi/6, &sin_res, &cos_res) puts 0.866025403784438646764 in cos_res":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# sinh
|
|
|
|
Test "sinh (0.7) == 0.75858370183953350346":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# tan
|
|
|
|
Test "tan (pi/4) == 1":
|
|
|
|
double: 0.5
|
|
|
|
idouble: 0.5
|
|
|
|
|
|
|
|
# tanh
|
|
|
|
Test "tanh (0.7) == 0.60436777711716349631":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# tgamma
|
|
|
|
Test "tgamma (-0.5) == -2 sqrt (pi)":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "tgamma (0.5) == sqrt (pi)":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
2003-03-23 01:52:23 +01:00
|
|
|
Test "tgamma (0.7) == 1.29805533264755778568117117915281162":
|
2000-06-12 22:50:37 +02:00
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# y0
|
|
|
|
Test "y0 (0.7) == -0.19066492933739506743":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "y0 (1.0) == 0.088256964215676957983":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "y0 (1.5) == 0.38244892379775884396":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "y0 (10.0) == 0.055671167283599391424":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "y0 (8.0) == 0.22352148938756622053":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
# y1
|
|
|
|
Test "y1 (0.1) == -6.4589510947020269877":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "y1 (0.7) == -1.1032498719076333697":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "y1 (1.5) == -0.41230862697391129595":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "y1 (10.0) == 0.24901542420695388392":
|
|
|
|
double: 3
|
|
|
|
float: 1
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 1
|
|
|
|
Test "y1 (2.0) == -0.10703243154093754689":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "y1 (8.0) == -0.15806046173124749426":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
# yn
|
|
|
|
Test "yn (0, 0.7) == -0.19066492933739506743":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (0, 1.0) == 0.088256964215676957983":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (0, 1.5) == 0.38244892379775884396":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (0, 10.0) == 0.055671167283599391424":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (0, 8.0) == 0.22352148938756622053":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (1, 0.1) == -6.4589510947020269877":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "yn (1, 0.7) == -1.1032498719076333697":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (1, 1.5) == -0.41230862697391129595":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (1, 10.0) == 0.24901542420695388392":
|
|
|
|
double: 3
|
|
|
|
float: 1
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (1, 2.0) == -0.10703243154093754689":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (1, 8.0) == -0.15806046173124749426":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
Test "yn (10, 0.1) == -0.11831335132045197885e19":
|
|
|
|
double: 2
|
|
|
|
float: 2
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 2
|
|
|
|
Test "yn (10, 0.7) == -0.42447194260703866924e10":
|
|
|
|
double: 3
|
|
|
|
idouble: 3
|
|
|
|
Test "yn (10, 1.0) == -0.12161801427868918929e9":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
Test "yn (10, 10.0) == -0.35981415218340272205":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (10, 2.0) == -129184.54220803928264":
|
|
|
|
double: 2
|
|
|
|
idouble: 2
|
|
|
|
Test "yn (3, 0.1) == -5099.3323786129048894":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (3, 0.7) == -15.819479052819633505":
|
|
|
|
double: 3
|
|
|
|
float: 1
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (3, 10.0) == -0.25136265718383732978":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
Test "yn (3, 2.0) == -1.1277837768404277861":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
# Maximal error of functions:
|
|
|
|
Function: "asin":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
2001-04-22 06:57:01 +02:00
|
|
|
Function: "atan2":
|
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
|
|
|
|
2000-06-12 22:50:37 +02:00
|
|
|
Function: "atanh":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
Function: "cabs":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "cacos":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "cacos":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "cacosh":
|
|
|
|
double: 1
|
|
|
|
float: 7
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 7
|
|
|
|
|
|
|
|
Function: Imaginary part of "cacosh":
|
|
|
|
double: 1
|
|
|
|
float: 3
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 3
|
|
|
|
|
|
|
|
Function: Real part of "casin":
|
|
|
|
double: 3
|
|
|
|
float: 2
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: Imaginary part of "casin":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "casinh":
|
|
|
|
double: 5
|
|
|
|
float: 1
|
|
|
|
idouble: 5
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "casinh":
|
|
|
|
double: 3
|
|
|
|
float: 6
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 6
|
|
|
|
|
|
|
|
Function: Real part of "catan":
|
|
|
|
float: 4
|
|
|
|
ifloat: 4
|
|
|
|
|
|
|
|
Function: Imaginary part of "catan":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "catanh":
|
|
|
|
double: 4
|
|
|
|
float: 1
|
|
|
|
idouble: 4
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "catanh":
|
|
|
|
double: 1
|
|
|
|
float: 6
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 6
|
|
|
|
|
|
|
|
Function: "cbrt":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
Function: Real part of "ccos":
|
|
|
|
double: 1
|
|
|
|
idouble: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "ccos":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "ccosh":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "ccosh":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "cexp":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "cexp":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "clog":
|
|
|
|
double: 1
|
|
|
|
float: 3
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 3
|
|
|
|
|
|
|
|
Function: Real part of "clog10":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "clog10":
|
|
|
|
double: 1
|
|
|
|
float: 5
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 5
|
|
|
|
|
|
|
|
Function: "cos":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "cpow":
|
|
|
|
double: 1
|
|
|
|
float: 4
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 4
|
|
|
|
|
|
|
|
Function: Imaginary part of "cpow":
|
|
|
|
double: 1.1031
|
|
|
|
float: 2
|
|
|
|
idouble: 1.1031
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: Imaginary part of "csin":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "csinh":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "csinh":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "csqrt":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "csqrt":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "ctan":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Imaginary part of "ctan":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: Real part of "ctanh":
|
|
|
|
double: 2
|
|
|
|
float: 2
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: Imaginary part of "ctanh":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "erfc":
|
|
|
|
double: 24
|
|
|
|
float: 12
|
|
|
|
idouble: 24
|
|
|
|
ifloat: 12
|
|
|
|
|
|
|
|
Function: "exp10":
|
|
|
|
double: 6
|
|
|
|
float: 2
|
|
|
|
idouble: 6
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: "expm1":
|
|
|
|
float: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "fmod":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "hypot":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "j0":
|
|
|
|
double: 2
|
|
|
|
float: 2
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: "j1":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: "jn":
|
|
|
|
double: 6
|
|
|
|
float: 4
|
|
|
|
idouble: 6
|
|
|
|
ifloat: 4
|
|
|
|
|
|
|
|
Function: "lgamma":
|
|
|
|
double: 1
|
|
|
|
float: 2
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: "log":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "log10":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "log1p":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "log2":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "sincos":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "sinh":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "tan":
|
|
|
|
double: 0.5
|
|
|
|
idouble: 0.5
|
|
|
|
|
|
|
|
Function: "tanh":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "tgamma":
|
|
|
|
double: 1
|
|
|
|
float: 1
|
|
|
|
idouble: 1
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "y0":
|
|
|
|
double: 2
|
|
|
|
float: 1
|
|
|
|
idouble: 2
|
|
|
|
ifloat: 1
|
|
|
|
|
|
|
|
Function: "y1":
|
|
|
|
double: 3
|
|
|
|
float: 2
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
Function: "yn":
|
|
|
|
double: 3
|
|
|
|
float: 2
|
|
|
|
idouble: 3
|
|
|
|
ifloat: 2
|
|
|
|
|
|
|
|
# end of automatic generation
|