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/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3708 auto Underflow = in legalizeFExp() local
3711 R = B.buildSelect(Ty, Underflow, Zero, R); in legalizeFExp()
H A DAMDGPUISelLowering.cpp3089 SDValue Underflow = in lowerFEXP() local
3092 R = DAG.getNode(ISD::SELECT, SL, VT, Underflow, Zero, R); in lowerFEXP()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2368 llvm::Value *Underflow = CGF.Builder.CreateAnd( in EmitCheckedMixedSignMultiply() local
2370 Overflow = CGF.Builder.CreateOr(UnsignedOverflow, Underflow); in EmitCheckedMixedSignMultiply()
/freebsd/contrib/unbound/doc/
H A DChangelog3318 - Fix Integer Underflow in Regional Allocator,