| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_mul_impl.inc | 26 // 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 D | fp_add_impl.inc | 75 // 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 D | fp_extend_impl.inc | 90 // a is denormal.
|
| H A D | fp_trunc_impl.inc | 108 // zero. The result may be a denormal or zero. Extract the exponent
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
| H A D | configure.host | 40 # the x86 denormal exception.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | real.cc | 2933 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 D | real.c | 2933 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 D | configure.host | 45 # the x86 denormal exception.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | fpmath-sf.S | 85 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 D | fpmath-sf.S | 85 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 D | mulsf3.S | 95 ; infinity or denormal number
|
| H A D | addsf3.S | 273 jpnz [blink] ; return if non-denormal result
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/ |
| H A D | mulsf3.S | 93 ; infinity or denormal number
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/ |
| H A D | mulsf3.S | 93 ; infinity or denormal number
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/ |
| H A D | mulsf3.S | 93 ; infinity or denormal number
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/ |
| H A D | mulsf3.S | 93 ; infinity or denormal number
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/ |
| H A D | mulsf3.S | 95 ; infinity or denormal number
|
| H A D | addsf3.S | 273 jpnz [blink] ; return if non-denormal result
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble-format | 40 the denormal long doubles.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble-format | 40 the denormal long doubles.
|
| /netbsd-src/tests/lib/libm/ |
| H A D | t_ldexp.c | 445 TEST(ldexp_denormal, denormal) in TEST()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_cc.c | 369 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 D | testnos3 | 326 # first is 2^-1075 (half the smallest denormal)
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | do_func.sa | 348 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 D | ieee754-sf.S | 448 @ Mask out exponents, trap any zero/denormal/INF/NAN. 633 @ Mask out exponents, trap any zero/denormal/INF/NAN.
|