Searched refs:exp_hi (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
D | kvm_clock_test.c | 57 uint64_t obs, exp_lo, exp_hi; in handle_sync() local 61 exp_hi = end->clock; in handle_sync() 66 TEST_ASSERT(exp_lo <= obs && obs <= exp_hi, in handle_sync() 68 obs, exp_lo, exp_hi); in handle_sync() 71 obs, exp_lo, exp_hi); in handle_sync()
|
/external/rust/crates/itertools/src/ |
D | size_hint.rs | 85 let exp_hi = cmp::min(exp, u32::MAX as usize) as u32; in pow_scalar_base() localVariable 86 base.checked_pow(exp_hi) in pow_scalar_base()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_extr_delta_coded_info.h | 56 FLOAT32 exp_hi; member
|
D | impd_drc_uni_tables.h | 56 FLOAT32 exp_hi; member
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | MathFunctions.h | 52 static _EIGEN_DECLARE_CONST_Packet4f(exp_hi, 88.3762626647950f); 71 static _EIGEN_DECLARE_CONST_Packet2d(exp_hi, 709.437);
|
/external/eigen/Eigen/src/Core/arch/MSA/ |
D | MathFunctions.h | 127 static _EIGEN_DECLARE_CONST_Packet4f(exp_hi, +128.0f); 330 static _EIGEN_DECLARE_CONST_Packet2d(exp_hi, +1024.0);
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | MathFunctions.h | 78 _EIGEN_DECLARE_CONST_Packet16f(exp_hi, 88.3762626647950f); in F16_PACKET_FUNCTION()
|