Home
last modified time | relevance | path

Searched refs:Underflow (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize34 Underflow tininess-detection mode, statically initialized to default value.
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize41 Underflow tininess-detection mode, statically initialized to default value.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2409 llvm::Value *Underflow = CGF.Builder.CreateAnd( in EmitCheckedMixedSignMultiply() local
2411 Overflow = CGF.Builder.CreateOr(UnsignedOverflow, Underflow); in EmitCheckedMixedSignMultiply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3147 SDValue Underflow = in lowerFEXP() local
3150 R = DAG.getNode(ISD::SELECT, SL, VT, Underflow, Zero, R); in lowerFEXP()
H A DAMDGPULegalizerInfo.cpp3766 auto Underflow = in legalizeFExp() local
3769 R = B.buildSelect(Ty, Underflow, Zero, R); in legalizeFExp()
/freebsd/contrib/unbound/doc/
H A DChangelog4941 - Fix Integer Underflow in Regional Allocator,