/glibc-2.36/math/ |
D | libm-test-fpclassify.inc | 23 TEST_f_i (fpclassify, qnan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_f_i (fpclassify, -qnan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_i (fpclassify, snan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_i (fpclassify, -snan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 43 TEST_j_i (fpclassify, pseudo_zero, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 44 TEST_j_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 45 TEST_j_i (fpclassify, pseudo_qnan, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 46 TEST_j_i (fpclassify, pseudo_snan, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 47 TEST_j_i (fpclassify, pseudo_unnormal, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
|
D | test-snan.c | 113 CHECK (#FLOAT " fpclassify (qNaN)", (fpclassify (qNaN_var)==FP_NAN)); \ 114 CHECK (#FLOAT " fpclassify (-qNaN)", (fpclassify (-qNaN_var)==FP_NAN)); \ 116 SNAN_TESTS (FLOAT) ? fpclassify (sNaN_var) == FP_NAN : 1); \ 118 SNAN_TESTS (FLOAT) ? fpclassify (minus_sNaN_var) == FP_NAN : 1); \
|
D | s_casinh_template.c | 35 if (rcls == FP_NAN) in M_DECL_FUNC() 46 || (rcls == FP_NAN && icls == FP_ZERO)) in M_DECL_FUNC()
|
D | s_clog_template.c | 40 else if (__glibc_likely (rcls != FP_NAN && icls != FP_NAN)) in M_DECL_FUNC()
|
D | s_cexp_template.c | 143 if (rcls != FP_NAN || icls != FP_NAN) in M_DECL_FUNC()
|
D | s_clog10_template.c | 46 else if (__glibc_likely (rcls != FP_NAN && icls != FP_NAN)) in M_DECL_FUNC()
|
D | s_csqrt_template.c | 43 __real__ res = icls == FP_NAN ? M_NAN : 0; in M_DECL_FUNC() 49 __imag__ res = (icls == FP_NAN in M_DECL_FUNC()
|
D | s_cacosh_template.c | 36 if (rcls == FP_NAN) in M_DECL_FUNC()
|
D | test-math-cxx11.cc | 40 (void) FP_NAN; in do_test()
|
D | math.h | 936 FP_NAN = enumerator 937 # define FP_NAN 0 macro 938 FP_NAN, 967 # define fpclassify(x) __builtin_fpclassify (FP_NAN, FP_INFINITE, \
|
/glibc-2.36/sysdeps/x86/fpu/ |
D | s_fpclassifyl.c | 39 retval = FP_NAN; in __fpclassifyl() 41 retval = ((hx & 0x7fffffff) | lx) != 0 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_fpclassifyf.c | 37 retval = wx > 0x7f800000 ? FP_NAN : FP_INFINITE; in __fpclassifyf()
|
/glibc-2.36/sysdeps/riscv/rvf/ |
D | s_fpclassifyf.c | 34 return FP_NAN; in __fpclassifyf()
|
/glibc-2.36/sysdeps/riscv/rvd/ |
D | s_fpclassify.c | 34 return FP_NAN; in __fpclassify()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_fpclassify.c | 38 retval = lx != 0 ? FP_NAN : FP_INFINITE; in __fpclassify()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_fpclassifyl.c | 38 retval = lx != 0 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_fpclassifyl.c | 37 retval = ((hx & 0x7fffffff) | lx) != 0 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_fpclassifyl.c | 55 retval = FP_NAN; in ___fpclassifyl()
|
/glibc-2.36/benchtests/ |
D | bench-math-inlines.c | 117 #define __fpclassify_builtin(X) __builtin_fpclassify (FP_NAN, FP_INFINITE, \
|
/glibc-2.36/conform/data/ |
D | math.h-data | 48 macro-int-constant FP_NAN
|
/glibc-2.36/manual/ |
D | arith.texi | 325 @item FP_NAN 382 (fpclassify (x) != FP_NAN && fpclassify (x) != FP_INFINITE) 407 (fpclassify (x) == FP_NAN)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 2553 * manual/arith.texi (FP_NAN): Add or complete header and standard 75668 * math/math.h (FP_NAN): Define macro to integer constant usable in 83367 [C99-based standards] (FP_NAN): Likewise. 84130 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
|