Home
last modified time | relevance | path

Searched refs:CmpLT (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Drange_set.cpp7 … if ((bigint_cmp(first, &range->first) == CmpLT && bigint_cmp(last, &range->first) == CmpLT) || in rangeset_add_range()
28 case CmpLT: return -1; in compare_rangeset()
64 assert(bigint_cmp(&prev_range->last, &range->first) == CmpLT); in rangeset_spans()
H A Dbigint.cpp273 return (min_cmp == CmpGT || min_cmp == CmpEQ) && (max_cmp == CmpLT || max_cmp == CmpEQ); in bigint_fits_in_bits()
454 case CmpLT: in bigint_max()
464 case CmpLT: in bigint_min()
617 case CmpLT: in bigint_add()
1008 if (cmp == CmpLT) { in bigint_unsigned_division()
1622 return CmpLT; in bigint_cmp()
1626 return op1->is_negative ? CmpLT : CmpGT; in bigint_cmp()
1628 return op1->is_negative ? CmpGT : CmpLT; in bigint_cmp()
1639 return op1->is_negative ? CmpLT : CmpGT; in bigint_cmp()
1642 return op1->is_negative ? CmpGT : CmpLT; in bigint_cmp()
[all …]
H A Dbigfloat.cpp142 return CmpLT; in bigfloat_cmp()
176 return CmpLT; in bigfloat_cmp_zero()
H A Dbigint.hpp27 CmpLT, enumerator
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Drange_set.cpp7 … if ((bigint_cmp(first, &range->first) == CmpLT && bigint_cmp(last, &range->first) == CmpLT) || in rangeset_add_range()
28 case CmpLT: return -1; in compare_rangeset()
64 assert(bigint_cmp(&prev_range->last, &range->first) == CmpLT); in rangeset_spans()
H A Dbigint.cpp273 return (min_cmp == CmpGT || min_cmp == CmpEQ) && (max_cmp == CmpLT || max_cmp == CmpEQ); in bigint_fits_in_bits()
454 case CmpLT: in bigint_max()
464 case CmpLT: in bigint_min()
617 case CmpLT: in bigint_add()
1008 if (cmp == CmpLT) { in bigint_unsigned_division()
1622 return CmpLT; in bigint_cmp()
1626 return op1->is_negative ? CmpLT : CmpGT; in bigint_cmp()
1628 return op1->is_negative ? CmpGT : CmpLT; in bigint_cmp()
1639 return op1->is_negative ? CmpLT : CmpGT; in bigint_cmp()
1642 return op1->is_negative ? CmpGT : CmpLT; in bigint_cmp()
[all …]
H A Dbigfloat.cpp142 return CmpLT; in bigfloat_cmp()
176 return CmpLT; in bigfloat_cmp_zero()
H A Dbigint.hpp27 CmpLT, enumerator
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd_SSE2.h45 using idSIMD_SSE::CmpLT;
48 …virtual void VPCALL CmpLT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd_AltiVec.h152 …virtual void VPCALL CmpLT( byte *dst, const float *src0, const float constant, const int count …
153 …virtual void VPCALL CmpLT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd_Generic.h72 …virtual void VPCALL CmpLT( byte *dst, const float *src0, const float constant, const int count …
73 …virtual void VPCALL CmpLT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd_SSE.h82 …virtual void VPCALL CmpLT( byte *dst, const float *src0, const float constant, const int count …
83 …virtual void VPCALL CmpLT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd.h133 …virtual void VPCALL CmpLT( byte *dst, const float *src0, const float constant, const int count …
134 …virtual void VPCALL CmpLT( byte *dst, const byte bitNum, const float *src0, const float consta…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp290 auto isZero = CmpLT(abs, SIMD::Float(0.000061035f)); in EmitUnaryOp()
399 dst.move(i, CmpLT(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
402 dst.move(i, CmpLT(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
442 dst.move(i, CmpLT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
498 dst.move(i + lhsType.componentCount, CmpLT(dst.UInt(i), lhs.UInt(i)) >> 31); in EmitBinaryOp()
502 dst.move(i + lhsType.componentCount, CmpLT(lhs.UInt(i), rhs.UInt(i)) >> 31); in EmitBinaryOp()
H A DSpirvShaderGLSLstd450.cpp115 …dst.move(i, x + ((SIMD::Float(CmpLT(x, src.Float(i)) & SIMD::Int(1)) * SIMD::Float(2.0f)) - SIMD::… in EmitExtGLSLstd450()
254 …auto neg = As<SIMD::Int>(CmpLT(src.Float(i), SIMD::Float(-0.0f))) & As<SIMD::Int>(SIMD::Float(-1.0… in EmitExtGLSLstd450()
265 auto neg = CmpLT(src.Int(i), SIMD::Int(0)) & SIMD::Int(-1); in EmitExtGLSLstd450()
308 SIMD::Int neg = CmpLT(d, SIMD::Float(0.0f)); in EmitExtGLSLstd450()
875 auto v = val.UInt(i) ^ As<SIMD::UInt>(CmpLT(val.Int(i), SIMD::Int(0))); in EmitExtGLSLstd450()
H A DShaderCore.cpp430 Int4 S = CmpLT(y, Float4(0.0f)); in arctan()
436 Int4 Q = CmpLT(x0, Float4(0.0f)); in arctan()
624 SIMD::UInt denormal = CmpLT(e, SIMD::UInt(24)) & (mantissa >> e); in floatToHalfBits()
750 return ((sw::SIMD::UInt(1) << bits) & rr::CmpLT(bits, sw::SIMD::UInt(32))); in NthBit32()
1049 return CmpLT(offsets() + SIMD::Int(accessSize - 1), SIMD::Int(limit())); in isInBounds()
H A DVertexRoutine.cpp125 Int4 maxX = CmpLT(posW, posX); in computeClipFlags()
126 Int4 maxY = CmpLT(posW, posY); in computeClipFlags()
127 Int4 maxZ = CmpLT(posW, posZ); in computeClipFlags()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DShaderCore.cpp399 Int4 S = CmpLT(y, Float4(0.0f)); in arctan()
405 Int4 Q = CmpLT(x0, Float4(0.0f)); in arctan()
1785 Int4 neg = CmpLT(As<Int4>(src), Int4(0)) & Int4(-1); in isgn()
1831 dst.x = As<Float4>(CmpLT(src0.x, src1.x)); in cmp()
1832 dst.y = As<Float4>(CmpLT(src0.y, src1.y)); in cmp()
1833 dst.z = As<Float4>(CmpLT(src0.z, src1.z)); in cmp()
1834 dst.w = As<Float4>(CmpLT(src0.w, src1.w)); in cmp()
1876 dst.x = As<Float4>(CmpLT(As<Int4>(src0.x), As<Int4>(src1.x))); in icmp()
1877 dst.y = As<Float4>(CmpLT(As<Int4>(src0.y), As<Int4>(src1.y))); in icmp()
1878 dst.z = As<Float4>(CmpLT(As<Int4>(src0.z), As<Int4>(src1.z))); in icmp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DShaderCore.cpp413 Int4 S = CmpLT(y, Float4(0.0f)); in arctan()
419 Int4 Q = CmpLT(x0, Float4(0.0f)); in arctan()
1799 Int4 neg = CmpLT(As<Int4>(src), Int4(0)) & Int4(-1); in isgn()
1845 dst.x = As<Float4>(CmpLT(src0.x, src1.x)); in cmp()
1846 dst.y = As<Float4>(CmpLT(src0.y, src1.y)); in cmp()
1847 dst.z = As<Float4>(CmpLT(src0.z, src1.z)); in cmp()
1848 dst.w = As<Float4>(CmpLT(src0.w, src1.w)); in cmp()
1890 dst.x = As<Float4>(CmpLT(As<Int4>(src0.x), As<Int4>(src1.x))); in icmp()
1891 dst.y = As<Float4>(CmpLT(As<Int4>(src0.y), As<Int4>(src1.y))); in icmp()
1892 dst.z = As<Float4>(CmpLT(As<Int4>(src0.z), As<Int4>(src1.z))); in icmp()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp299 auto isZero = CmpLT(abs, SIMD::Float(0.000061035f)); in EmitUnaryOp()
408 dst.move(i, CmpLT(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
411 dst.move(i, CmpLT(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
451 dst.move(i, CmpLT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
507 dst.move(i + lhsType.sizeInComponents, CmpLT(dst.UInt(i), lhs.UInt(i)) >> 31); in EmitBinaryOp()
511 dst.move(i + lhsType.sizeInComponents, CmpLT(lhs.UInt(i), rhs.UInt(i)) >> 31); in EmitBinaryOp()
H A DSpirvShaderGLSLstd450.cpp115 …dst.move(i, x + ((SIMD::Float(CmpLT(x, src.Float(i)) & SIMD::Int(1)) * SIMD::Float(2.0f)) - SIMD::… in EmitExtGLSLstd450()
254 …auto neg = As<SIMD::Int>(CmpLT(src.Float(i), SIMD::Float(-0.0f))) & As<SIMD::Int>(SIMD::Float(-1.0… in EmitExtGLSLstd450()
265 auto neg = CmpLT(src.Int(i), SIMD::Int(0)) & SIMD::Int(-1); in EmitExtGLSLstd450()
308 SIMD::Int neg = CmpLT(d, SIMD::Float(0.0f)); in EmitExtGLSLstd450()
891 auto v = val.UInt(i) ^ As<SIMD::UInt>(CmpLT(val.Int(i), SIMD::Int(0))); in EmitExtGLSLstd450()
H A DShaderCore.cpp385 Int4 S = CmpLT(y, Float4(0.0f)); in arctan()
391 Int4 Q = CmpLT(x0, Float4(0.0f)); in arctan()
707 return ((sw::SIMD::UInt(1) << bits) & rr::CmpLT(bits, sw::SIMD::UInt(32))); in NthBit32()
1006 return CmpLT(offsets() + SIMD::Int(accessSize - 1), SIMD::Int(limit())); in isInBounds()
H A DVertexRoutine.cpp125 Int4 maxX = CmpLT(posW, posX); in computeClipFlags()
126 Int4 maxY = CmpLT(posW, posY); in computeClipFlags()
127 Int4 maxZ = CmpLT(posW, posZ); in computeClipFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DOptimalIntrinsics.cpp163 Int4 S = CmpLT(y, Float4(0.0f)); in Atan2()
169 Int4 Q = CmpLT(x0, Float4(0.0f)); in Atan2()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DNode.cpp257 ARITHMETIC_NODE_CASE(CmpLT) in isArithmetic()

1234