Home
last modified time | relevance | path

Searched refs:INVALID_FP (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/minimal-lexical/tests/
Dlemire_tests.rs41 assert_eq!(compute_error32(0, 16777216), (111 + f32::INVALID_FP, 9223372036854775808)); in compute_error32_test()
42 assert_eq!(compute_error32(0, 16777217), (111 + f32::INVALID_FP, 9223372586610589696)); in compute_error32_test()
43 assert_eq!(compute_error32(0, 16777218), (111 + f32::INVALID_FP, 9223373136366403584)); in compute_error32_test()
44 assert_eq!(compute_error32(0, 16777219), (111 + f32::INVALID_FP, 9223373686122217472)); in compute_error32_test()
45 assert_eq!(compute_error32(0, 16777220), (111 + f32::INVALID_FP, 9223374235878031360)); in compute_error32_test()
51 (111 + f32::INVALID_FP, 9223372036854775808) in compute_error32_test()
55 (111 + f32::INVALID_FP, 9223372586610589696) in compute_error32_test()
59 (111 + f32::INVALID_FP, 9223373136366403584) in compute_error32_test()
64 (111 + f32::INVALID_FP, 9223373686122217472) in compute_error32_test()
68 (111 + f32::INVALID_FP, 9223374235878031360) in compute_error32_test()
[all …]
Dbellerophon_tests.rs17 1065 + f64::INVALID_FP, in halfway_round_down_test()
27 1066 + f64::INVALID_FP, in halfway_round_down_test()
37 1075 + f64::INVALID_FP, in halfway_round_down_test()
48 1065 + f64::INVALID_FP, in halfway_round_down_test()
62 1065 + f64::INVALID_FP, in halfway_round_up_test()
72 1066 + f64::INVALID_FP, in halfway_round_up_test()
82 1075 + f64::INVALID_FP, in halfway_round_up_test()
93 1065 + f64::INVALID_FP, in halfway_round_up_test()
100 1065 + f64::INVALID_FP, in halfway_round_up_test()
107 1065 + f64::INVALID_FP, in halfway_round_up_test()
[all …]
/third_party/rust/crates/minimal-lexical/src/
Dlemire.rs170 exp: power2 + F::INVALID_FP, in compute_error_scaled()
Dparse.rs163 fp.exp -= F::INVALID_FP; in parse_float()
Dnum.rs92 const INVALID_FP: i32 = -0x8000; constant
Dbellerophon.rs123 fp.exp += F::INVALID_FP; in bellerophon()