Home
last modified time | relevance | path

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

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