Searched defs:C2 (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/lib/msun/src/
H A Dk_cosf.c30 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
H A Dk_cos.c62 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
/freebsd-9.3-release/lib/msun/ld128/
H A Dk_cosl.c37 C2 = -0.001388888888888888888888888888863490893732L, variable
/freebsd-9.3-release/lib/msun/ld80/
H A Dk_cosl.c61 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp73 operator ()(const LowerSwitch::CaseRange& C1, const LowerSwitch::CaseRange& C2) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp240 const RawComment &C2 = RC; local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp184 CallSite C1 = getUnknownInst(i), C2 = Inst; local
H A DDependenceAnalysis.cpp1922 symbolicRDIVtest(const SCEV *A1, const SCEV *A2, const SCEV *C1, const SCEV *C2, const Loop *Loop1, const Loop *Loop2) const argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp196 static bool isSelect01(Constant *C1, Constant *C2) { argument
384 const APInt *C2; local
530 ConstantInt *C1 = NULL, *C2 = NULL; local
[all...]
H A DInstCombineShifts.cpp706 Constant *C1, *C2; local
[all...]
H A DInstCombineMulDivRem.cpp77 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) { argument
133 Constant *C1, *C2; local
1009 ConstantFP *C2 = Op1C; local
1047 ConstantFP *C1 = cast<ConstantFP>(Op0), *C2; local
[all...]
H A DInstCombineAddSub.cpp1249 Value *A1, *B1, *C1, *A2, *B2, *C2; local
[all...]
H A DInstCombineAndOrXor.cpp1965 ConstantInt *C1 = 0, *C2 = 0; local
2376 ConstantInt *C2 = Op0CI, *C3 = RHS; local
[all...]
H A DInstructionCombining.cpp318 Constant *C2 = cast<Constant>(Op1->getOperand(1)); local
[all...]
/freebsd-9.3-release/usr.bin/systat/
H A Difstat.c49 #define C2 20 /* 20-39 */ macro
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DConstants.h869 getNSWAdd(Constant *C1, Constant *C2) argument
872 getNUWAdd(Constant *C1, Constant *C2) argument
875 getNSWSub(Constant *C1, Constant *C2) argument
878 getNUWSub(Constant *C1, Constant *C2) argument
881 getNSWMul(Constant *C1, Constant *C2) argument
884 getNUWMul(Constant *C1, Constant *C2) argument
887 getNSWShl(Constant *C1, Constant *C2) argument
890 getNUWShl(Constant *C1, Constant *C2) argument
893 getExactSDiv(Constant *C1, Constant *C2) argument
896 getExactUDiv(Constant *C1, Constant *C2) argument
899 getExactAShr(Constant *C1, Constant *C2) argument
902 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp504 std::string C2; local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp873 ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, Constant *C2) argument
1230 IdxCompare(Constant *C1, Constant *C2, Type *ElTy) argument
1572 ConstantFoldCompareInstruction(unsigned short pred, Constant *C1, Constant *C2) argument
2016 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty); local
[all...]
H A DConstantsContext.h59 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, argument
80 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
101 ExtractElementConstantExpr(Constant *C1, Constant *C2) argument
122 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
144 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constan argument
[all...]
H A DConstants.cpp1690 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, argument
1809 getCompare(unsigned short Predicate, Constant *C1, Constant *C2) argument
2040 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2047 getFAdd(Constant *C1, Constant *C2) argument
2051 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2058 getFSub(Constant *C1, Constant *C2) argument
2062 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2069 getFMul(Constant *C1, Constant *C2) argument
2073 getUDiv(Constant *C1, Constant *C2, bool isExact) argument
2078 getSDiv(Constant *C1, Constant *C2, bool isExact) argument
2083 getFDiv(Constant *C1, Constant *C2) argument
2087 getURem(Constant *C1, Constant *C2) argument
2091 getSRem(Constant *C1, Constant *C2) argument
2095 getFRem(Constant *C1, Constant *C2) argument
2099 getAnd(Constant *C1, Constant *C2) argument
2103 getOr(Constant *C1, Constant *C2) argument
2107 getXor(Constant *C1, Constant *C2) argument
2111 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2118 getLShr(Constant *C1, Constant *C2, bool isExact) argument
2123 getAShr(Constant *C1, Constant *C2, bool isExact) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp402 const Constant *C2 = dyn_cast<Constant>(V2); local
/freebsd-9.3-release/libexec/getty/
H A Dgettytab.h119 #define C2 gettynums[15].value macro
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp237 static bool IfcvtTokenCmp(IfcvtToken *C1, IfcvtToken *C2) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h189 bool operator()(const Case &C1, const Case &C2) { argument
198 bool operator()(const CaseBits &C1, const CaseBits &C2) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1568 char C2 = Lexer::getCharAndSizeNoWarn(Start + Size, Size, LangOpts); local

Completed in 288 milliseconds

12