Home
last modified time | relevance | path

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

/third_party/rust/crates/num-traits/src/
Dcast.rs320 const MAX_P1: $f = $i::MAX as $f + 1.0; constant
321 if *self > MIN_M1 && *self < MAX_P1 {
330 const MAX_P1: $f = $i::MAX as $f; constant
331 if *self >= MIN && *self < MAX_P1 {
349 const MAX_P1: $f = $u::MAX as $f + 1.0; constant
350 if *self > -1.0 && *self < MAX_P1 {
357 const MAX_P1: $f = $u::MAX as $f; constant
358 if *self > -1.0 && *self < MAX_P1 {