Home
last modified time | relevance | path

Searched refs:DOUBLE_INF_CUTOFF (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py348 DOUBLE_INF_CUTOFF = MAX_DOUBLE + 2 ** (MAX_ULP_DOUBLE - 1) variable
365 if real < DOUBLE_INF_CUTOFF:
368 if -real < DOUBLE_INF_CUTOFF:

Completed in 2 milliseconds