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

12

/freebsd-10.0-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-10.0-release/lib/msun/ld128/
H A Dk_cosl.c37 C2 = -0.001388888888888888888888888888863490893732L, variable
/freebsd-10.0-release/lib/msun/ld80/
H A Dk_cosl.c61 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c152 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) macro
170 # define C2(K,i) (Cx.q[2+8*K.c[(i)*8+2]]) macro
183 # define C2(K,i) (((u64*)(Cx.c+6))[2*K.c[(i)*8+2]]) macro
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp248 const RawComment &C2 = RC; local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp184 CallSite C1 = getUnknownInst(i), C2 = Inst; local
/freebsd-10.0-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
767 { Value *Cond; const APInt *C1, *C2; local
885 ConstantFP *C2 = Op1C; local
923 ConstantFP *C1 = cast<ConstantFP>(Op0), *C2; local
1047 { Value *Cond; const APInt *C1, *C2; local
[all...]
H A DInstCombineAddSub.cpp1242 Value *A1, *B1, *C1, *A2, *B2, *C2; local
[all...]
H A DInstCombineAndOrXor.cpp1807 ConstantInt *C1 = 0, *C2 = 0; local
2223 ConstantInt *C2 = Op0CI, *C3 = RHS; local
[all...]
H A DInstCombineCompares.cpp416 Value *C2 = Builder->CreateICmpEQ(Idx, SecondTrueIdx); local
436 Value *C2 = Builder->CreateICmpNE(Idx, SecondFalseIdx); local
2719 ConstantInt *C1, *C2; local
[all...]
H A DInstructionCombining.cpp318 Constant *C2 = cast<Constant>(Op1->getOperand(1)); local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h870 getNSWAdd(Constant *C1, Constant *C2) argument
873 getNUWAdd(Constant *C1, Constant *C2) argument
876 getNSWSub(Constant *C1, Constant *C2) argument
879 getNUWSub(Constant *C1, Constant *C2) argument
882 getNSWMul(Constant *C1, Constant *C2) argument
885 getNUWMul(Constant *C1, Constant *C2) argument
888 getNSWShl(Constant *C1, Constant *C2) argument
891 getNUWShl(Constant *C1, Constant *C2) argument
894 getExactSDiv(Constant *C1, Constant *C2) argument
897 getExactUDiv(Constant *C1, Constant *C2) argument
900 getExactAShr(Constant *C1, Constant *C2) argument
903 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h71 bool operator()(const Cluster &C1, const Cluster &C2) { argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp394 const Constant *C2 = dyn_cast<Constant>(V2); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp504 std::string C2; local
/freebsd-10.0-release/usr.bin/systat/
H A Difstat.c50 #define C2 20 /* 20-39 */ macro
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h186 bool operator()(const CaseBits &C1, const CaseBits &C2) { argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp870 ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, Constant *C2) argument
1227 IdxCompare(Constant *C1, Constant *C2, Type *ElTy) argument
1569 ConstantFoldCompareInstruction(unsigned short pred, Constant *C1, Constant *C2) argument
1957 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.cpp1667 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, argument
1786 getCompare(unsigned short Predicate, Constant *C1, Constant *C2) argument
2004 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2011 getFAdd(Constant *C1, Constant *C2) argument
2015 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2022 getFSub(Constant *C1, Constant *C2) argument
2026 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2033 getFMul(Constant *C1, Constant *C2) argument
2037 getUDiv(Constant *C1, Constant *C2, bool isExact) argument
2042 getSDiv(Constant *C1, Constant *C2, bool isExact) argument
2047 getFDiv(Constant *C1, Constant *C2) argument
2051 getURem(Constant *C1, Constant *C2) argument
2055 getSRem(Constant *C1, Constant *C2) argument
2059 getFRem(Constant *C1, Constant *C2) argument
2063 getAnd(Constant *C1, Constant *C2) argument
2067 getOr(Constant *C1, Constant *C2) argument
2071 getXor(Constant *C1, Constant *C2) argument
2075 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2082 getLShr(Constant *C1, Constant *C2, bool isExact) argument
2087 getAShr(Constant *C1, Constant *C2, bool isExact) argument
[all...]
/freebsd-10.0-release/libexec/getty/
H A Dgettytab.h119 #define C2 gettynums[15].value macro
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp232 static bool IfcvtTokenCmp(IfcvtToken *C1, IfcvtToken *C2) { argument
[all...]

Completed in 313 milliseconds

12