Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/tests/
H A 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, 922337423587803136 in compute_error32_test()
[all...]
H A 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/
H A Dlemire.rs170 exp: power2 + F::INVALID_FP, in compute_error_scaled()
H A Dbellerophon.rs123 fp.exp += F::INVALID_FP; in bellerophon()
H A Dnum.rs92 const INVALID_FP: i32 = -0x8000; consts

Completed in 3 milliseconds