Searched refs:Underflow (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat-specialize | 34 Underflow tininess-detection mode, statically initialized to default value.
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-specialize | 41 Underflow tininess-detection mode, statically initialized to default value.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 3708 auto Underflow = in legalizeFExp() local 3711 R = B.buildSelect(Ty, Underflow, Zero, R); in legalizeFExp()
|
H A D | AMDGPUISelLowering.cpp | 3089 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 D | CGBuiltin.cpp | 2368 llvm::Value *Underflow = CGF.Builder.CreateAnd( in EmitCheckedMixedSignMultiply() local 2370 Overflow = CGF.Builder.CreateOr(UnsignedOverflow, Underflow); in EmitCheckedMixedSignMultiply()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3318 - Fix Integer Underflow in Regional Allocator,
|