Home
last modified time | relevance | path

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

/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_expf_inline.h
H A Dsv_expm1_2u5.c
H A Dsv_expf_2u.c
H A Dv_exp10f_2u4.c
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp121 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; expandFPToI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5203 unsigned ExponentBias = FloatEltVT == MVT::f64 ? 1023 : 127; lowerCTLZ_CTTZ_ZERO_UNDEF() local