Searched refs:C0 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/lib/msun/src/
H A Dk_cosf.c28 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
45 return ((one+z*C0) + w*C1) + (w*z)*r;
/freebsd-10.2-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c157 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) macro
175 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) macro
188 # define C0(K,i) (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]]) macro
496 L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^
503 L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^
542 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^
544 L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^
546 L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^
548 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^
550 L4 = C0(
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp335 ConstantFP *C0 = dyn_cast<ConstantFP>(I->getOperand(0));
338 if (C0 && C1)
341 return (C0 && C0->getValueAPF().isFiniteNonZero()) ||
364 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0); local
369 // (X * C0) * C => X * (C0*C)
371 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C);
375 if (C0) {
376 // (C0 /
447 ConstantFP *C0 = dyn_cast<ConstantFP>(Opnd0); local
[all...]
H A DInstCombineAddSub.cpp358 ConstantFP *C0, *C1; local
361 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
368 if (!C0)
371 Addend0.set(C0, 0);
388 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), 0);
H A DInstCombineSimplifyDemanded.cpp587 if (ConstantInt *C0 = dyn_cast<ConstantInt>(I->getOperand(0))) {
588 APInt I0 = C0->getValue();
590 Instruction *Xor = BinaryOperator::CreateXor(I->getOperand(1), C0);
/freebsd-10.2-release/libexec/getty/
H A Dgettytab.h111 #define C0 gettynums[13].value macro
H A Dsubr.c245 tmode.c_cflag = C0;
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1067 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
1069 Constant *Ops[] = { C0, C1 };
1070 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
1190 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
1192 Constant *Ops[] = { C0, C1 };
1193 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
1295 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
1297 Constant *Ops[] = { C0, C1 };
1298 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.TD, Q.TLI);
H A DConstantFolding.cpp1095 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), local
1099 return ConstantFoldCompareInstOperands(Predicate, C0, C1, TD, TLI);
/freebsd-10.2-release/sys/net/
H A Dzlib.c4243 #define C0 *p++ = 0; macro
4244 #define C2 C0 C0 C0 C0
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8247 ConstantSDNode *C0 = dyn_cast<ConstantSDNode>(ExtVec0->getOperand(1));
8251 if (!C0 || !C1 || C0->getZExtValue() != nextIndex
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8592 Constant *C0 = ConstantDataVector::get(*Context, CV0); local
8593 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);

Completed in 180 milliseconds