Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-number-parser.hh132 const unsigned int MAX_EXP = 0x7FFu; /* 1^11-1 */ in strtod_rl() local
198 if (likely (exp * 10 + ((*p) - '0') <= MAX_EXP)) in strtod_rl()
Dhb-number-parser.rl53 if (likely (exp * 10 + (fc - '0') <= MAX_EXP))
105 const unsigned int MAX_EXP = 0x7FFu; /* 1^11-1 */
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java277 if (exp > MAX_EXP) { in round()
DDfp.java107 public static final int MAX_EXP = 32768; field in Dfp
1389 if (exp > MAX_EXP) { in round()
/external/rust/crates/half/src/
Dbinary16.rs161 pub const MAX_EXP: i32 = f16::MAX_EXP; constant
707 pub const MAX_EXP: i32 = 16; constant
Dbfloat.rs398 pub const MAX_EXP: i32 = 128; constant
/external/rust/crates/half/
DCHANGELOG.md87 - Corrected values of constants `EPSILON`, `MAX_10_EXP`, `MAX_EXP`, `MIN_10_EXP`, and `MIN_EXP`
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...