Searched refs:SmallestNormal (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/arm-optimized-routines/pl/math/ |
| H A D | v_cbrtf_1u7.c | 28 #define SmallestNormal v_u32 (0x00800000) macro 58 uint16x4_t special = vcge_u16 (vsubhn_u32 (iax, SmallestNormal), Thresh); in V_NAME_F1()
|
| H A D | sv_cbrtf_1u7.c | 29 #define SmallestNormal 0x00800000 macro 61 svbool_t special = svcmpge (pg, svsub_x (pg, iax, SmallestNormal), Thresh); in SV_NAME_F1()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 842 APFloat SmallestNormal = in emitSqrtIEEE2ULP() local 845 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitSqrtIEEE2ULP() 869 APFloat SmallestNormal = in emitRsqIEEE1ULP() local 872 Builder.CreateFCmpOLT(Src, ConstantFP::get(Ty, SmallestNormal)); in emitRsqIEEE1ULP()
|
| H A D | AMDGPUISelLowering.cpp | 2556 SDValue SmallestNormal = in getIsLtSmallestNormal() local 2563 SmallestNormal, ISD::SETOLT); in getIsLtSmallestNormal() 2592 SDValue SmallestNormal = in getScaledLogInput() local 2597 SmallestNormal, ISD::SETOLT); in getScaledLogInput()
|
| H A D | AMDGPULegalizerInfo.cpp | 3175 auto SmallestNormal = B.buildFConstant( in getScaledLogInput() local 3178 B.buildFCmp(CmpInst::FCMP_OLT, LLT::scalar(1), Src, SmallestNormal); in getScaledLogInput()
|