Home
last modified time | relevance | path

Searched refs:denormal (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_mul_impl.inc26 // Detect if a or b is zero, denormal, infinity, or NaN.
56 // one or both of a or b is denormal, the other (if applicable) is a
64 // denormal path it was already set by normalize( ), but setting it twice
88 // Result is denormal before rounding
H A Dfp_add_impl.inc75 // implicit significand bit. (If we fell through from the denormal path it
121 // Result is denormal before rounding; the exponent is zero and we
H A Dfp_extend_impl.inc90 // a is denormal.
H A Dfp_trunc_impl.inc108 // zero. The result may be a denormal or zero. Extract the exponent
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dconfigure.host40 # the x86 denormal exception.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.cc2933 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_single() local
2973 if (denormal) in encode_ieee_single()
3154 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_double() local
3226 if (denormal) in encode_ieee_double()
3412 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_extended() local
3494 if (denormal) in encode_ieee_extended()
3943 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_quad() local
4019 if (denormal) in encode_ieee_quad()
4700 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_half() local
4740 if (denormal) in encode_ieee_half()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.c2933 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_single() local
2973 if (denormal) in encode_ieee_single()
3153 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_double() local
3225 if (denormal) in encode_ieee_double()
3411 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_extended() local
3493 if (denormal) in encode_ieee_extended()
3941 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_quad() local
4017 if (denormal) in encode_ieee_quad()
4698 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; in encode_ieee_half() local
4738 if (denormal) in encode_ieee_half()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dconfigure.host45 # the x86 denormal exception.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpmath-sf.S85 cmp0 c ; if the exp is all zeros, it's denormal
498 ;; underflow, denormal?
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpmath-sf.S85 cmp0 c ; if the exp is all zeros, it's denormal
498 ;; underflow, denormal?
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dmulsf3.S95 ; infinity or denormal number
H A Daddsf3.S273 jpnz [blink] ; return if non-denormal result
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/
H A Dmulsf3.S93 ; infinity or denormal number
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/
H A Dmulsf3.S93 ; infinity or denormal number
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/
H A Dmulsf3.S93 ; infinity or denormal number
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/
H A Dmulsf3.S93 ; infinity or denormal number
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dmulsf3.S95 ; infinity or denormal number
H A Daddsf3.S273 jpnz [blink] ; return if non-denormal result
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format40 the denormal long doubles.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format40 the denormal long doubles.
/netbsd-src/tests/lib/libm/
H A Dt_ldexp.c445 TEST(ldexp_denormal, denormal) in TEST()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cc.c369 int denormal = (strcmp(dnp->dn_ident->di_name, "denormalize") == 0); in dt_action_normalize() local
377 if ((denormal && argc != 1) || (!denormal && argc != 2)) { in dt_action_normalize()
380 dnp->dn_ident->di_name, argc, denormal ? 1 : 2); in dt_action_normalize()
410 if (denormal) { in dt_action_normalize()
/netbsd-src/lib/libc/gdtoa/test/
H A Dtestnos3326 # first is 2^-1075 (half the smallest denormal)
/netbsd-src/sys/arch/m68k/fpsp/
H A Ddo_func.sa348 tst.b DTAG(a6) ;filter out denormal destination case
428 tst.b DTAG(a6) ;filter out denormal destination case
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-sf.S448 @ Mask out exponents, trap any zero/denormal/INF/NAN.
633 @ Mask out exponents, trap any zero/denormal/INF/NAN.

123