Home
last modified time | relevance | path

Searched refs:FP_NAN (Results 1 – 25 of 1599) sorted by relevance

12345678910>>...64

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/complex/
H A Dcasinh.def.h56 __imag__ ret = (r_class == FP_NAN in __FLT_ABI()
58 …: (__FLT_ABI(copysign) ((r_class != FP_NAN && r_class != FP_INFINITE) ? __FLT_PI_2 : __FLT_PI_4, _… in __FLT_ABI()
65 __imag__ ret = (i_class != FP_NAN in __FLT_ABI()
71 if (r_class == FP_NAN) in __FLT_ABI()
80 if (i_class == FP_NAN) in __FLT_ABI()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/complex/
H A Dcasinh.def.h56 __imag__ ret = (r_class == FP_NAN in __FLT_ABI()
58 …: (__FLT_ABI(copysign) ((r_class != FP_NAN && r_class != FP_INFINITE) ? __FLT_PI_2 : __FLT_PI_4, _… in __FLT_ABI()
65 __imag__ ret = (i_class != FP_NAN in __FLT_ABI()
71 if (r_class == FP_NAN) in __FLT_ABI()
80 if (i_class == FP_NAN) in __FLT_ABI()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DIEEE754.ixx36 if (e == 0xff) return u.i << 9 ? FP_NAN : FP_INFINITE;
47 if (e == 0x7ff) return u.i << 12 ? FP_NAN : FP_INFINITE;
59 if (e == 0x7ff) return u.i << 12 ? FP_NAN : FP_INFINITE;
88 if (!msb) return FP_NAN;
89 if (e == 0x7fff) return u.i.m << 1 ? FP_NAN : FP_INFINITE;
130 if (e == 0x7fff) return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE;
148 if (e == 0x7fff) return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE;
154 bool isnan(const float x) { return fpclassify(x) == FP_NAN; }
156 bool isnan(const double x) { return fpclassify(x) == FP_NAN; }
158 bool isnan(const long double x) { return fpclassify(x) == FP_NAN; }
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/General/
H A DIEEE754.ixx34 if (e==0xff) return u.i<<9 ? FP_NAN : FP_INFINITE;
43 if (e==0x7ff) return u.i<<12 ? FP_NAN : FP_INFINITE;
53 if (e==0x7ff) return u.i<<12 ? FP_NAN : FP_INFINITE;
85 return FP_NAN;
87 return u.i.m << 1 ? FP_NAN : FP_INFINITE;
130 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE;
150 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE;
157 return fpclassify(x)==FP_NAN;
161 return fpclassify(x)==FP_NAN;
165 return fpclassify(x)==FP_NAN;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DTestUGens.cpp79 case FP_NAN: in CheckBadValues_next()
109 case FP_NAN: in CheckBadValues_next()
126 case FP_NAN: in CheckBadValues_next()
143 case FP_NAN: in CheckBadValues_fpclassString()
191 case FP_NAN: in Sanitize_next_aa()
211 case FP_NAN: in Sanitize_next_ak()
227 case FP_NAN: in Sanitize_next_kk()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A D__fpclassifyl.c23 return FP_NAN; in __fpclassifyl()
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE; in __fpclassifyl()
27 return FP_NAN; in __fpclassifyl()
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE; in __fpclassifyl()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dmath.h233 #define FP_NAN 0x0100 macro
235 #define FP_INFINITE (FP_NAN | FP_NORMAL)
264 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); in __fpclassify()
280 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnan()
281 == FP_NAN; in __isnan()
289 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnanf()
290 == FP_NAN; in __isnanf()
297 #define isfinite(x) ((fpclassify(x) & FP_NAN) == 0)
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_math.h417 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_powf()
435 if (xr_class == FP_NAN || yr_class == FP_NAN) in GB_pow()
460 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpowf()
467 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpowf()
468 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpowf()
492 if (xr >= 0 || yr_class == FP_NAN || yr_class == FP_INFINITE || in GB_cpow()
499 if (xr_class == FP_NAN || xi_class == FP_NAN || in GB_cpow()
500 yr_class == FP_NAN || yi_class == FP_NAN) in GB_cpow()

12345678910>>...64