Searched refs:SmallestNormal (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cbrtf.c | 28 #define SmallestNormal v_u32 (0x00800000) macro 58 uint16x4_t special = vcge_u16 (vsubhn_u32 (iax, SmallestNormal), Thresh); in V_NAME_F1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cbrtf.c | 29 #define SmallestNormal 0x00800000 macro 61 svbool_t special = svcmpge (pg, svsub_x (pg, iax, SmallestNormal), Thresh); in SV_NAME_F1()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 844 APFloat SmallestNormal = in emitSqrtIEEE2ULP() local 847 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitSqrtIEEE2ULP() 871 APFloat SmallestNormal = in emitRsqIEEE1ULP() local 874 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitRsqIEEE1ULP()
|
H A D | AMDGPUISelLowering.cpp | 2597 SDValue SmallestNormal = in getIsLtSmallestNormal() local 2604 SmallestNormal, ISD::SETOLT); in getIsLtSmallestNormal() 2633 SDValue SmallestNormal = in getScaledLogInput() local 2638 SmallestNormal, ISD::SETOLT); in getScaledLogInput()
|
H A D | AMDGPULegalizerInfo.cpp | 3271 auto SmallestNormal = B.buildFConstant( in getScaledLogInput() local 3274 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Src, SmallestNormal); in getScaledLogInput()
|