OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_conversion_to_int
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py
55
def
check_conversion_to_int
(self, x):
member in class:GeneralFloatCases
84
self.
check_conversion_to_int
(boundary - epsilon)
85
self.
check_conversion_to_int
(boundary)
89
self.
check_conversion_to_int
(-boundary - 2*epsilon)
90
self.
check_conversion_to_int
(-boundary)
94
self.
check_conversion_to_int
(-boundary - 1.0)
95
self.
check_conversion_to_int
(-boundary - 1.0 + 2*epsilon)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py
55
def
check_conversion_to_int
(self, x):
member in class:GeneralFloatCases
84
self.
check_conversion_to_int
(boundary - epsilon)
85
self.
check_conversion_to_int
(boundary)
89
self.
check_conversion_to_int
(-boundary - 2*epsilon)
90
self.
check_conversion_to_int
(-boundary)
94
self.
check_conversion_to_int
(-boundary - 1.0)
95
self.
check_conversion_to_int
(-boundary - 1.0 + 2*epsilon)
[
all
...]
Completed in 92 milliseconds