Searched refs:SNG_EXP_INFNAN (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dieee.h125 #define SNG_EXP_INFNAN 255 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dieee.h120 #define SNG_EXP_INFNAN 255 macro
/freebsd-11-stable/sys/mips/include/
H A Dieee.h129 #define SNG_EXP_INFNAN 255 macro
/freebsd-11-stable/sys/arm/include/
H A Dieee.h140 #define SNG_EXP_INFNAN 255 macro
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_implode.c316 exp = SNG_EXP_INFNAN;
320 return (sign | SNG_EXP(SNG_EXP_INFNAN));
366 if (exp >= SNG_EXP_INFNAN) {
370 return (sign | SNG_EXP(SNG_EXP_INFNAN));
371 return (sign | SNG_EXP(SNG_EXP_INFNAN - 1) | SNG_MASK);
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_implode.c309 exp = SNG_EXP_INFNAN;
313 return (sign | SNG_EXP(SNG_EXP_INFNAN));
356 if (exp >= SNG_EXP_INFNAN) {
359 return (sign | SNG_EXP(SNG_EXP_INFNAN));
360 return (sign | SNG_EXP(SNG_EXP_INFNAN - 1) | SNG_MASK);

Completed in 78 milliseconds