HomeSort by relevance Sort by last modified time
    Searched full:min_exp (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
printf-frexp.c 41 # define MIN_EXP LDBL_MIN_EXP
54 # define MIN_EXP DBL_MIN_EXP
81 if (exponent < MIN_EXP - 1)
83 x = LDEXP (x, exponent - (MIN_EXP - 1));
84 exponent = MIN_EXP - 1;
130 x * 2^exponent = argument, x < 1.0, exponent >= MIN_EXP - 1. */
135 if (exponent - (1 << i) < MIN_EXP - 1)
147 /* Here either x < 1.0 and exponent - 2^i < MIN_EXP - 1 <= exponent,
148 or 1.0 <= x < 2^2^i and exponent >= MIN_EXP - 1. */
152 exponent - 2^i < MIN_EXP - 1 <= exponent. *
    [all...]
isnan.c 42 # define MIN_EXP LDBL_MIN_EXP
54 # define MIN_EXP DBL_MIN_EXP
66 # define MIN_EXP FLT_MIN_EXP
76 #define EXP_MASK ((MAX_EXP - MIN_EXP) | 7)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024):
53 e = max(d, min_exp) - mant_dig
65 assert q.bit_length() <= mant_dig and e >= min_exp - mant_dig
66 assert q.bit_length() == mant_dig or e == min_exp - mant_dig
test_long_future.py 19 DBL_MIN_EXP = sys.float_info.min_exp
test_math.py 474 etiny = float_info.min_exp - mant_dig
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024):
53 e = max(d, min_exp) - mant_dig
65 assert q.bit_length() <= mant_dig and e >= min_exp - mant_dig
66 assert q.bit_length() == mant_dig or e == min_exp - mant_dig
test_long_future.py 19 DBL_MIN_EXP = sys.float_info.min_exp
test_math.py 474 etiny = float_info.min_exp - mant_dig
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 465 #define MIN_EXP (-32767L)
699 dest->exp=MIN_EXP;
719 dest->exp=MIN_EXP;
986 denormalize(ptr, MIN_EXP);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 10220 UInt min_exp = 0; local
    [all...]

Completed in 427 milliseconds