Home
last modified time | relevance | path

Searched defs:MAX_EXP (Results 1 – 11 of 11) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/benchmarks/gpu/src/math/
Datan2_benchmark.cpp14 #define BM_TWO_RANDOM_INPUT(T, Func, MIN_EXP, MAX_EXP, N) \ argument
20 #define BENCH(T, Name, Func, MIN_EXP, MAX_EXP) \ argument
Dsin_benchmark.cpp23 #define BM_RANDOM_INPUT(T, Func, MIN_EXP, MAX_EXP, N) \ argument
29 #define BENCH(T, Name, Func, MIN_EXP, MAX_EXP) \ argument
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/gpu/src/math/
Datan2_benchmark.cpp14 #define BM_TWO_RANDOM_INPUT(T, Func, MIN_EXP, MAX_EXP, N) \ argument
20 #define BENCH(T, Name, Func, MIN_EXP, MAX_EXP) \ argument
Dsin_benchmark.cpp23 #define BM_RANDOM_INPUT(T, Func, MIN_EXP, MAX_EXP, N) \ argument
29 #define BENCH(T, Name, Func, MIN_EXP, MAX_EXP) \ argument
/external/harfbuzz_ng/src/
Dhb-number-parser.hh130 const unsigned MAX_EXP = 0x7FFu; /* 2^11-1 */ in strtod_rl() local
/external/cronet/stable/third_party/llvm-libc/src/utils/mathtools/
Dryu_tablegen.py81 MAX_EXP = 2 ** (EXP_WIDTH - 1) variable
/external/cronet/tot/third_party/llvm-libc/src/utils/mathtools/
Dryu_tablegen.py81 MAX_EXP = 2 ** (EXP_WIDTH - 1) variable
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java107 public static final int MAX_EXP = 32768; field in Dfp
/external/rust/android-crates-io/crates/half/src/
Dbinary16.rs725 pub const MAX_EXP: i32 = 16; constant
Dbfloat.rs716 pub const MAX_EXP: i32 = 128; constant
/external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/
DDfp.java101 public static final int MAX_EXP = 32768; field in Dfp