OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_str
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py
18
# Verify that the double x is within a few bits of eval(
x_str
).
19
def check_ok(x,
x_str
):
21
x2 = eval(
x_str
)
27
raise TestFailed("Manifest const %s lost too much precision " %
x_str
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py
18
# Verify that the double x is within a few bits of eval(
x_str
).
19
def check_ok(x,
x_str
):
21
x2 = eval(
x_str
)
27
raise TestFailed("Manifest const %s lost too much precision " %
x_str
)
Completed in 1901 milliseconds