Searched refs:slt (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp30 line_type slt = lt; local
31 slt.type = line_type::solid;
45 circle(cent, rad, slt, -1.0);
130 line_type slt = lt; local
131 slt.type = line_type::solid;
177 ellipse_arc(cent, zpre, zdot, dim / 2, slt);
189 line_type slt = lt; local
190 slt.type = line_type::solid;
228 dot(cent + zdot, slt);
312 line_type slt local
348 line_type slt = lt; local
486 line_type slt = lt; local
[all...]
H A Dtex.cpp363 line_type slt = lt; local
364 slt.type = line_type::solid;
365 line(pos, &pos, 1, slt);
H A Dobject.cpp227 line_type slt = lt; local
228 slt.type = line_type::solid;
237 slt.thickness = 0.1;
238 out->polygon(v, 3, slt, 1);
242 out->line(pos + base - n, &pos, 1, slt);
243 out->line(pos + base + n, &pos, 1, slt);
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h932 bool slt(const APInt& RHS) const;
938 bool slt(uint64_t RHS) const {
939 return slt(APInt(getBitWidth(), RHS));
963 return slt(RHS) || eq(RHS);
995 return !slt(RHS) && !eq(RHS);
1027 return !slt(RHS);
1585 return A.slt(B) ? A : B;
H A DAPSInt.h124 return IsUnsigned ? ult(RHS) : slt(RHS);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp160 if (!SizeCI || SizeCI->getValue().slt(0)) {
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl132 slt $at,$num,4
135 slt $at,$num,17 # on in-order CPU
H A Dmips3-mont.pl66 slt AT,$num,4
H A Dmips.pl1948 slt $c_1,$t_2,$zero
1951 slt $a2,$t_1,$zero
2158 slt $c_1,$t_2,$zero
2161 slt $a2,$t_1,$zero
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp519 if (Xq.slt(0) || Yq.slt(0)) {
1062 else if (Distance.slt(0))
1293 X = AM.slt(0) ? -A1 : A1;
1294 Y = BM.slt(0) ? B1 : -B1;
1315 (A.slt(0) && B.slt(0)))
1330 (A.slt(0) && B.slt(0)))
1345 return A.slt(
[all...]
H A DMemoryBuiltins.cpp360 if (Offset.slt(0) || ObjSize.ult(Offset))
H A DScalarEvolution.cpp5993 if (LHSRange.getSignedMax().slt(RHSRange.getSignedMin()))
6384 .slt(getSignedRange(RHS).getSignedMax()))
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c1725 u32 slt; local
1737 slt = swab32(readl(&mfunc->comm[slave].slave_read))
1740 if (toggle != slt) {
1742 != slt) {
1745 "Resynching.\n", slave, slt,
1748 slt;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DMetadata.cpp474 if (ALow->getValue().slt(BLow->getValue())) {
H A DConstantFold.cpp1641 case ICmpInst::ICMP_SLT: return ConstantInt::get(ResultTy, V1.slt(V2));
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp202 if ((getUpper() - 1).slt(getLower())) {
H A DAPInt.cpp547 bool APInt::slt(const APInt& RHS) const { function in class:APInt
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp603 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp52 return Result->getValue().slt(In1->getValue());
85 return Result->getValue().slt(In1->getValue());
1973 std::swap(Op0, Op1); // Change icmp sgt -> icmp slt
1975 case ICmpInst::ICMP_SLT: { // icmp slt i1 A, B -> A & ~B
2223 if (Op0Max.slt(Op1Min)) // A <s B -> true if max(A) < min(C)
2253 if (Op0Max.slt(Op1Min)) // A >=s B -> false if max(A) < min(B)
2490 // icmp slt (X + -1), Y -> icmp sle X, Y
2500 // icmp sle (X + 1), Y -> icmp slt X, Y
H A DInstCombineMulDivRem.cpp95 return MulExt.slt(Min) || MulExt.sgt(Max);
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp182 IMPLEMENT_INTEGER_ICMP(slt,Ty);
183 IMPLEMENT_VECTOR_INTEGER_ICMP(slt,Ty);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp907 if (LHS.isSigned() ? RHS.slt(LHS) : RHS.ult(LHS))
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dhpread.c49 char *slt; member in struct:hpread_symfile_info
80 #define SLT(o) (HPUX_SYMFILE_INFO(o)->slt)
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pciercx-defs.h1634 uint32_t slt : 8; /**< Secondary Latency Timer member in struct:cvmx_pciercx_cfg006::cvmx_pciercx_cfg006_s
1643 uint32_t slt : 8;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3733 if (CaseVal->getValue().slt(MinCaseVal->getValue()))

Completed in 490 milliseconds

12