Searched refs:denormal (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.c56 E must be large enough to hold the smallest supported denormal number
61 denormal number fits in 17 exponent bits; we store 27.
2669 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
2715 if (denormal)
2832 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
2902 if (denormal)
3059 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
3133 if (denormal)
3554 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
3636 if (denormal)
2663 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
2825 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
3051 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
3544 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c369 int denormal = (strcmp(dnp->dn_ident->di_name, "denormalize") == 0); local
377 if ((denormal && argc != 1) || (!denormal && argc != 2)) {
380 dnp->dn_ident->di_name, argc, denormal ? 1 : 2);
410 if (denormal) {
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S408 @ Mask out exponents, trap any zero/denormal/INF/NAN.
597 @ Mask out exponents, trap any zero/denormal/INF/NAN.
H A Dieee754-df.S548 @ Mask out exponents, trap any zero/denormal/INF/NAN.
839 @ Mask out exponents, trap any zero/denormal/INF/NAN.

Completed in 84 milliseconds