Searched refs:FP_NORMAL (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/math/ |
D | test-misc.c | 149 if (fpclassify (f) != FP_NORMAL) in do_test() 161 if (fpclassify (f) != FP_NORMAL) in do_test() 188 if (fpclassify (f) != FP_NORMAL) in do_test() 200 if (fpclassify (f) != FP_NORMAL) in do_test() 227 if (fpclassify (f) != FP_NORMAL) in do_test() 240 if (fpclassify (f) != FP_NORMAL) in do_test() 415 if (fpclassify (d) != FP_NORMAL) in do_test() 427 if (fpclassify (d) != FP_NORMAL) in do_test() 460 if (fpclassify (d) != FP_NORMAL) in do_test() 472 if (fpclassify (d) != FP_NORMAL) in do_test() [all …]
|
D | libm-test-fpclassify.inc | 31 TEST_f_i (fpclassify, 1000, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 32 TEST_f_i (fpclassify, max_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 33 TEST_f_i (fpclassify, -max_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 34 TEST_f_i (fpclassify, min_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 35 TEST_f_i (fpclassify, -min_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
|
D | math.h | 948 FP_NORMAL = enumerator 949 # define FP_NORMAL 4 macro 950 FP_NORMAL 968 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) 1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
D | test-math-cxx11.cc | 41 (void) FP_NORMAL; in do_test()
|
D | libm-test-support.c | 600 case FP_NORMAL: in ulp() 1086 if (fpclassify (ulps) != FP_NORMAL) in check_ulp()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_fpclassifyl.c | 46 int retval = FP_NORMAL; in ___fpclassifyl() 65 retval = FP_NORMAL; in ___fpclassifyl() 75 retval = FP_NORMAL; in ___fpclassifyl()
|
/glibc-2.36/benchtests/ |
D | bench-math-inlines.c | 108 #define __isnormal_inl(X) (__fpclassify (X) == FP_NORMAL) 118 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (X))
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_fpclassifyf.c | 28 int retval = FP_NORMAL; in __fpclassifyf()
|
/glibc-2.36/sysdeps/riscv/rvf/ |
D | s_fpclassifyf.c | 27 return FP_NORMAL; in __fpclassifyf()
|
/glibc-2.36/sysdeps/riscv/rvd/ |
D | s_fpclassify.c | 27 return FP_NORMAL; in __fpclassify()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_fpclassify.c | 28 int retval = FP_NORMAL; in __fpclassify()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_fpclassifyl.c | 28 int retval = FP_NORMAL; in __fpclassifyl()
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_fpclassifyl.c | 28 int retval = FP_NORMAL; in __fpclassifyl()
|
/glibc-2.36/sysdeps/x86/fpu/ |
D | s_fpclassifyl.c | 28 int retval = FP_NORMAL; in __fpclassifyl()
|
/glibc-2.36/conform/data/ |
D | math.h-data | 49 macro-int-constant FP_NORMAL
|
/glibc-2.36/manual/ |
D | arith.texi | 345 @item FP_NORMAL 396 (fpclassify (x) == FP_NORMAL)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 2558 (FP_NORMAL): Likewise. 75673 (FP_NORMAL): Likewise. 83368 [C99-based standards] (FP_NORMAL): Likewise. 84131 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
|