Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexpm1.c14 #define ExponentBias 0x3ff0000000000000 macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp122 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; in expandFPToI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5489 unsigned ExponentBias = FloatEltVT == MVT::f64 ? 1023 : 127; lowerCTLZ_CTTZ_ZERO_UNDEF() local