/netbsd-src/lib/libm/src/ |
H A D | e_hypotl.c | 47 #define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */ 49 #define MAX_EXP LDBL_MAX_EXP macro 72 if(ha > ESW(MAX_EXP/2-12)) { /* a>2**(MAX_EXP/2-12) */ in hypotl() 73 if(ha >= ESW(MAX_EXP)) { /* Inf or NaN */ in hypotl() 80 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b; in hypotl() 84 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88); in hypotl() 85 k += MAX_EXP/2+88; in hypotl() 89 if(hb < ESW(-(MAX_EXP/2-12))) { /* b < 2**-(MAX_EXP/2-12) */ in hypotl() 95 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */ in hypotl() 98 k -= MAX_EXP-2; in hypotl() [all …]
|
H A D | s_clogl.c | 36 #define MAX_EXP LDBL_MAX_EXP macro 83 if (kx == MAX_EXP || ky == MAX_EXP) in clogl() 98 if (kx >= MAX_EXP - 1) in clogl() 100 (MAX_EXP - 2) * ln2l_lo + (MAX_EXP - 2) * ln2_hi, v)); in clogl() 101 if (kx >= (MAX_EXP - 1) / 2) in clogl()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | isnan.c | 41 # define MAX_EXP LDBL_MAX_EXP macro 53 # define MAX_EXP DBL_MAX_EXP macro 65 # define MAX_EXP FLT_MAX_EXP macro 76 #define EXP_MASK ((MAX_EXP - MIN_EXP) | 7)
|
/netbsd-src/sys/arch/cesfic/cesfic/ |
H A D | eeprom.c | 53 #define MAX_EXP 2 macro 66 struct MemRange uMemList[2][MAX_EXP];
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 95 #define MAX_EXP PASTE(FLT,_MAX_EXP) macro 130 #define HEXNDIG ((MAX_EXP - MIN_EXP + 7) / 8 + 2 * MANT_DIG) 284 if (exponent >= MAX_EXP) in round_and_return() 316 if (exponent >= MAX_EXP) in round_and_return() 929 exp_limit = MAX_EXP - 4 * (intmax_t) int_no + 3; 935 exp_limit = MAX_EXP + 3; 940 <= (uintmax_t) (INTMAX_MAX - MAX_EXP - 3) / 4); 941 exp_limit = (MAX_EXP 1271 if (__builtin_expect (bits > MAX_EXP, 0))
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 95 #define MAX_EXP PASTE(FLT,_MAX_EXP) macro 130 #define HEXNDIG ((MAX_EXP - MIN_EXP + 7) / 8 + 2 * MANT_DIG) 284 if (exponent >= MAX_EXP) in round_and_return() 316 if (exponent >= MAX_EXP) in round_and_return() 929 exp_limit = MAX_EXP - 4 * (intmax_t) int_no + 3; 935 exp_limit = MAX_EXP + 3; 940 <= (uintmax_t) (INTMAX_MAX - MAX_EXP - 3) / 4); 941 exp_limit = (MAX_EXP 1271 if (__builtin_expect (bits > MAX_EXP, 0))
|
/netbsd-src/games/rogue/ |
H A D | message.c | 304 if (rogue.exp_points > MAX_EXP) { in print_stats() 305 rogue.exp_points = MAX_EXP; in print_stats()
|
H A D | level.c | 104 MAX_EXP, 829 if (rogue.exp_points > MAX_EXP) { in add_exp() 830 rogue.exp_points = MAX_EXP + 1; in add_exp()
|
H A D | rogue.h | 309 #define MAX_EXP 10000001L macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | real.cc | 502 if (exp > MAX_EXP) in normalize() 504 else if (exp < -MAX_EXP) in normalize() 635 if (++exp > MAX_EXP) in do_add() 769 if (exp > MAX_EXP) in do_multiply() 774 if (exp < -MAX_EXP) in do_multiply() 890 if (exp > MAX_EXP) in do_divide() 895 if (exp < -MAX_EXP) in do_divide() 1216 if (exp > MAX_EXP) in real_ldexp() 1218 else if (exp < -MAX_EXP) in real_ldexp() 2067 if (d > MAX_EXP) in real_from_string() [all …]
|
H A D | real.h | 35 #define MAX_EXP ((1 << (EXP_BITS - 1)) - 1) macro
|
H A D | ChangeLog-2002 | 6928 MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | real.c | 502 if (exp > MAX_EXP) in normalize() 504 else if (exp < -MAX_EXP) in normalize() 635 if (++exp > MAX_EXP) in do_add() 769 if (exp > MAX_EXP) in do_multiply() 774 if (exp < -MAX_EXP) in do_multiply() 890 if (exp > MAX_EXP) in do_divide() 895 if (exp < -MAX_EXP) in do_divide() 1216 if (exp > MAX_EXP) in real_ldexp() 1218 else if (exp < -MAX_EXP) in real_ldexp() 2067 if (d > MAX_EXP) in real_from_string() [all …]
|
H A D | real.h | 35 #define MAX_EXP ((1 << (EXP_BITS - 1)) - 1) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
H A D | lb1sf68.S | 237 | Let MAX_EXP be in each case the maximum exponent (255 for floats, 1023 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to 244 | 3. +/-INFINITY have e=MAX_EXP, f=0. 246 | 5. Signaling NaN (Not a Number) have s=0, e=MAX_EXP, f=1.
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
H A D | lb1sf68.S | 237 | Let MAX_EXP be in each case the maximum exponent (255 for floats, 1023 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to 244 | 3. +/-INFINITY have e=MAX_EXP, f=0. 246 | 5. Signaling NaN (Not a Number) have s=0, e=MAX_EXP, f=1.
|