Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py112 NEG_INF = namedtuple('NEG_INF', '')() variable
279 infinity (positive and negative), which return ZERO, INF, and NEG_INF
298 return NEG_INF
312 infinity (positive and negative), which return ZERO, INF, and NEG_INF
330 return NEG_INF
367 elif double is NEG_INF:
381 elif single is NEG_INF:
/third_party/python/Lib/test/test_json/
H A Dtest_enum.py26 NEG_INF = float('-inf') variable
31 neg_inf = NEG_INF
116 self.assertEqual(nd['j'], NEG_INF)
/third_party/rust/crates/minimal-lexical/tests/
H A Dlibm_tests.rs59 const NEG_INF: &[f64] = &[f64::NEG_INFINITY]; consts
73 NEG_INF,
79 const NEG: &[&[f64]] = &[NEG_ZERO, NEG_ODDS, NEG_ONE, NEG_FLOATS, NEG_EVENS, NEG_INF];

Completed in 3 milliseconds