Searched refs:FP_NAN (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dfpclassifyf_ieee754.c60 return FP_NAN;
H A Dfpclassifyd_ieee754.c60 return FP_NAN;
H A Dfpclassifyl_ieee754.c75 return FP_NAN;
/netbsd-current/lib/libm/src/
H A Ds_roundf.c44 if (i == FP_INFINITE || i == FP_NAN)
H A Ds_round.c49 if (i == FP_INFINITE || i == FP_NAN)
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h47 # define FP_NAN 4 macro
123 #define FP_NAN 2 macro
129 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, \
/netbsd-current/lib/libc/arch/i386/gen/
H A Dfpclassifyl.c66 return FP_NAN;
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dfpclassifyl.c66 return FP_NAN;
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpclassifyl.c60 return FP_NAN;
/netbsd-current/lib/libc/arch/x86_64/gen/
H A Dfpclassifyl.c66 return FP_NAN;
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dmath.h42 # define FP_NAN 4 macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h48 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/lib/libc/gdtoa/
H A Dldtoa.c95 case FP_NAN:
H A Dhdtoa.c181 case FP_NAN:
288 case FP_NAN:
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h48 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h57 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
61 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
H A D__clang_hip_cmath.h43 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
47 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
/netbsd-current/include/
H A Dmath.h138 #define FP_NAN 0x01 macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc589 switch (__builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
596 case FP_NAN:
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h24 FP_NAN // C99
388 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h2367 = __vector_broadcast<_NI, _I>(FP_NAN);
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c8290 case FP_NAN: \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c8278 case FP_NAN: \

Completed in 527 milliseconds