Home
last modified time | relevance | path

Searched refs:MAX_EXP (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/rogue/
H A Dmessage.c287 if (rogue.exp_points > MAX_EXP) { in print_stats()
288 rogue.exp_points = MAX_EXP; in print_stats()
H A Dlevel.c96 MAX_EXP,
823 if (rogue.exp_points > MAX_EXP) { in add_exp()
824 rogue.exp_points = MAX_EXP + 1; in add_exp()
H A Drogue.h317 #define MAX_EXP 10000001L macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.c499 if (exp > MAX_EXP) in normalize()
632 if (++exp > MAX_EXP) in do_add()
766 if (exp > MAX_EXP) in do_multiply()
771 if (exp < -MAX_EXP) in do_multiply()
887 if (exp > MAX_EXP) in do_divide()
892 if (exp < -MAX_EXP) in do_divide()
1213 if (exp > MAX_EXP) in real_ldexp()
2064 if (d > MAX_EXP) in real_from_string()
2625 if (n > MAX_EXP) in real_2expN()
4883 -MAX_EXP,
[all …]
H A Dreal.h35 #define MAX_EXP ((1 << (EXP_BITS - 1)) - 1) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.c510 if (exp > MAX_EXP) in normalize()
635 if (++exp > MAX_EXP) in do_add()
761 if (exp > MAX_EXP) in do_multiply()
766 if (exp < -MAX_EXP) in do_multiply()
874 if (exp > MAX_EXP) in do_divide()
879 if (exp < -MAX_EXP) in do_divide()
2010 if (d > MAX_EXP) in real_from_string()
2086 if (d > MAX_EXP) in real_from_string()
2549 if (n > MAX_EXP) in real_2expN()
4788 -MAX_EXP,
[all …]
H A Dreal.h39 #define MAX_EXP ((1 << (EXP_BITS - 1)) - 1) macro