OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_exp
(Results
1 - 7
of
7
) sorted by null
/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/priv/
guest_ppc_toIR.c
10220
UInt
min_exp
= 0;
local
[
all
...]
Completed in 1921 milliseconds