Home
last modified time | relevance | path

Searched refs:CmpGT (Results 1 – 25 of 72) sorted by relevance

123

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Drange_set.cpp8 (bigint_cmp(first, &range->last) == CmpGT && bigint_cmp(last, &range->last) == CmpGT)) in rangeset_add_range()
29 case CmpGT: return 1; in compare_rangeset()
H A Dbigfloat.cpp146 return CmpGT; in bigfloat_cmp()
180 return CmpGT; in bigfloat_cmp_zero()
H A Dbigint.cpp273 return (min_cmp == CmpGT || min_cmp == CmpEQ) && (max_cmp == CmpLT || max_cmp == CmpEQ); in bigint_fits_in_bits()
456 case CmpGT: in bigint_max()
466 case CmpGT: in bigint_min()
622 case CmpGT: in bigint_add()
1624 return CmpGT; 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()
1831 return op->is_negative ? CmpLT : CmpGT; in bigint_cmp_zero()
H A Dbigint.hpp28 CmpGT, enumerator
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Drange_set.cpp8 (bigint_cmp(first, &range->last) == CmpGT && bigint_cmp(last, &range->last) == CmpGT)) in rangeset_add_range()
29 case CmpGT: return 1; in compare_rangeset()
H A Dbigfloat.cpp146 return CmpGT; in bigfloat_cmp()
180 return CmpGT; in bigfloat_cmp_zero()
H A Dbigint.cpp273 return (min_cmp == CmpGT || min_cmp == CmpEQ) && (max_cmp == CmpLT || max_cmp == CmpEQ); in bigint_fits_in_bits()
456 case CmpGT: in bigint_max()
466 case CmpGT: in bigint_min()
622 case CmpGT: in bigint_add()
1624 return CmpGT; 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()
1831 return op->is_negative ? CmpLT : CmpGT; in bigint_cmp_zero()
H A Dbigint.hpp28 CmpGT, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DQuadRasterizer.cpp198 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in rasterize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DQuadRasterizer.cpp198 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in rasterize()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd_AltiVec.h148 …virtual void VPCALL CmpGT( byte *dst, const float *src0, const float constant, const int count …
149 …virtual void VPCALL CmpGT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd_Generic.h68 …virtual void VPCALL CmpGT( byte *dst, const float *src0, const float constant, const int count …
69 …virtual void VPCALL CmpGT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd_SSE.h78 …virtual void VPCALL CmpGT( byte *dst, const float *src0, const float constant, const int count …
79 …virtual void VPCALL CmpGT( byte *dst, const byte bitNum, const float *src0, const float consta…
H A DSimd.h129 …virtual void VPCALL CmpGT( byte *dst, const float *src0, const float constant, const int count …
130 …virtual void VPCALL CmpGT( 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.cpp291 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp()
387 dst.move(i, CmpGT(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
390 dst.move(i, CmpGT(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
448 dst.move(i, CmpGT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
H A DPixelRoutine.cpp360 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
373 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
379 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
384 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
515 zTest = Int4(CmpGT(zValue, Z)); in depthTest16()
518 zTest = ~Int4(CmpGT(zValue, Z)); in depthTest16()
521 zTest = ~Int4(CmpGT(Z, zValue)); in depthTest16()
524 zTest = Int4(CmpGT(Z, zValue)); in depthTest16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp300 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp()
396 dst.move(i, CmpGT(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
399 dst.move(i, CmpGT(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
457 dst.move(i, CmpGT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
H A DPixelRoutine.cpp345 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
358 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
364 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
503 zTest = Int4(CmpGT(zValue, Z)); in depthTest16()
506 zTest = ~Int4(CmpGT(zValue, Z)); in depthTest16()
509 zTest = ~Int4(CmpGT(Z, zValue)); in depthTest16()
512 zTest = Int4(CmpGT(Z, zValue)); in depthTest16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DPixelPipeline.cpp1925 …{Short4 t0; t0 = src0.x; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.x; t1 = t1 & t0; t0 … in CND()
1926 …{Short4 t0; t0 = src0.y; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.y; t1 = t1 & t0; t0 … in CND()
1927 …{Short4 t0; t0 = src0.z; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.z; t1 = t1 & t0; t0 … in CND()
1928 …{Short4 t0; t0 = src0.w; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.w; t1 = t1 & t0; t0 … in CND()
1933 …{Short4 t0 = CmpGT(Short4(0x0000), src0.x); Short4 t1; t1 = src2.x; t1 &= t0; t0 = ~t0 & src1.x; t… in CMP()
1934 …{Short4 t0 = CmpGT(Short4(0x0000), src0.y); Short4 t1; t1 = src2.y; t1 &= t0; t0 = ~t0 & src1.y; t… in CMP()
1935 …{Short4 t0 = CmpGT(Short4(0x0000), src0.z); Short4 t1; t1 = src2.z; t1 &= t0; t0 = ~t0 & src1.z; t… in CMP()
1936 …{Short4 t0 = CmpGT(Short4(0x0000), src0.w); Short4 t1; t1 = src2.w; t1 &= t0; t0 = ~t0 & src1.w; t… in CMP()
H A DPixelRoutine.cpp356 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
380 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
546 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha); in alphaTest()
551 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
556 …cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4(0xFF… in alphaTest()
560 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DPixelPipeline.cpp1925 …{Short4 t0; t0 = src0.x; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.x; t1 = t1 & t0; t0 … in CND()
1926 …{Short4 t0; t0 = src0.y; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.y; t1 = t1 & t0; t0 … in CND()
1927 …{Short4 t0; t0 = src0.z; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.z; t1 = t1 & t0; t0 … in CND()
1928 …{Short4 t0; t0 = src0.w; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.w; t1 = t1 & t0; t0 … in CND()
1933 …{Short4 t0 = CmpGT(Short4(0x0000), src0.x); Short4 t1; t1 = src2.x; t1 &= t0; t0 = ~t0 & src1.x; t… in CMP()
1934 …{Short4 t0 = CmpGT(Short4(0x0000), src0.y); Short4 t1; t1 = src2.y; t1 &= t0; t0 = ~t0 & src1.y; t… in CMP()
1935 …{Short4 t0 = CmpGT(Short4(0x0000), src0.z); Short4 t1; t1 = src2.z; t1 &= t0; t0 = ~t0 & src1.z; t… in CMP()
1936 …{Short4 t0 = CmpGT(Short4(0x0000), src0.w); Short4 t1; t1 = src2.w; t1 &= t0; t0 = ~t0 & src1.w; t… in CMP()
H A DPixelRoutine.cpp356 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
380 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
546 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha); in alphaTest()
551 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
556 …cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4(0xFF… in alphaTest()
560 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DReactor.hpp761 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y);
944 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y);
1993 inline RValue<Int4> CmpGT(RValue<Int4> x, RValue<Int4> y) in CmpGT() function
2086 inline RValue<UInt4> CmpGT(RValue<UInt4> x, RValue<UInt4> y) in CmpGT() function
2345 inline RValue<Int4> CmpGT(RValue<Float4> x, RValue<Float4> y) in CmpGT() function

123