Searched defs:C1 (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/lib/msun/src/
H A Dk_cosf.c29 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */ variable
H A Dk_cos.c61 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
/freebsd-9.3-release/lib/msun/ld128/
H A Dk_cosl.c36 C1 = 0.04166666666666666666666666666666658424671L, variable
/freebsd-9.3-release/lib/msun/ld80/
H A Dk_cosl.c54 #define C1 ((long double)C1hi + C1lo) macro
57 C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */ variable
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp73 bool operator () (const LowerSwitch::CaseRange& C1, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp239 const RawComment &C1 = *Comments.back(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp22 WhitespaceManager::Change::IsBeforeInFile::operator()(const Change &C1, argument
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp184 CallSite C1 = getUnknownInst(i), C2 = Inst; local
H A DConstantFolding.cpp1097 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp196 static bool isSelect01(Constant *C1, Constant *C2) { argument
380 const APInt *C1; local
530 ConstantInt *C1 = NULL, *C2 = NULL; local
[all...]
H A DInstCombineShifts.cpp706 Constant *C1, *C2; local
[all...]
H A DInstCombineSimplifyDemanded.cpp598 Value *VarX; ConstantInt *C1; local
[all...]
H A DInstCombineMulDivRem.cpp77 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) { argument
133 Constant *C1, *C2; local
162 { Value *X; ConstantInt *C1; local
179 ConstantInt *C1; local
336 ConstantFP *C1 = dyn_cast<ConstantFP>(I->getOperand(1)); local
365 ConstantFP *C1 = dyn_cast<ConstantFP>(Opnd1); local
448 ConstantFP *C1 = dyn_cast<ConstantFP>(Opnd1); local
859 ConstantInt *C1; local
1008 ConstantFP *C1 = 0; local
1047 ConstantFP *C1 = cast<ConstantFP>(Op0), *C2; local
[all...]
H A DInstCombineAddSub.cpp358 ConstantFP *C0, *C1; local
1249 Value *A1, *B1, *C1, *A2, *B2, *C2; local
1491 ConstantInt *C1; local
[all...]
H A DInstCombineAndOrXor.cpp1933 ConstantInt *C1 = 0; Value *X = 0; local
1965 ConstantInt *C1 = 0, *C2 = 0; local
2370 ConstantInt *C1; local
[all...]
H A DInstructionCombining.cpp316 Constant *C1 = cast<Constant>(Op0->getOperand(1)); local
/freebsd-9.3-release/usr.bin/systat/
H A Difstat.c48 #define C1 0 /* 0-19 */ macro
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc.h49 #define C1 IA64_OPND_C1 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/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
2015 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, 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, Constant *C3) argument
[all...]
/freebsd-9.3-release/libexec/getty/
H A Dgettytab.h117 #define C1 gettynums[14].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
H A DTargetLowering.cpp612 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue(); local
701 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue(); local
1148 const APInt &C1 = N1C->getAPIntValue(); local
[all...]

Completed in 186 milliseconds

12