Home
last modified time | relevance | path

Searched defs:ExponentBias (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuFloat.hpp81 …static inline Float convert(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Fla… in convert() argument
171 …inline bool operator<(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags> &o… in operator <() argument
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dv_expf_inline.h30 #define ExponentBias v_u32 (0x3f800000) /* asuint(1.0f). */ macro
H A Dsv_expm1_2u5.c14 #define ExponentBias 0x3ff0000000000000 macro
H A Dsv_expf_2u.c32 #define ExponentBias 0x3f800000 macro
H A Dv_exp10f_2u4.c42 #define ExponentBias v_u32 (0x3f800000) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp120 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; in expandFPToI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3601 unsigned ExponentBias = FloatEltVT == MVT::f64 ? 1023 : 127; in lowerCTLZ_CTTZ_ZERO_UNDEF() local