HomeSort by: relevance | last modified time | path
    Searched defs:C0 (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/lib/libm/src/
k_cosdf.c 27 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
44 return ((one+z*C0) + w*C1) + (w*z)*r;
k_sincosf.h 31 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
47 *cs = ((1 + z * C0) + w * C1) + (w * z) * r;
  /src/tests/lib/libc/membar/
t_spinlock.c 92 uint64_t C_local = 0, C0[__arraycount(C)];
99 C0[i] = C[i].v;
102 C[i].v = C0[i] + 1;
  /src/common/lib/libc/hash/sha3/
keccak.c 64 secret uint64_t C0, C1, C2, C3, C4;
67 C0 = C1 = C2 = C3 = C4 = 0;
69 C0 ^= A[0 + 5*y];
77 A[1 + 5*y] ^= C0 ^ rol64(C2, 1);
80 A[4 + 5*y] ^= C3 ^ rol64(C0, 1);
  /src/tests/crypto/libcrypto/
t_sha512trunc.c 49 enum { C0 = 0xc0, C1 = 0xc1 };
68 *p0 = C0;
84 ATF_CHECK_EQ_MSG(*p0, C0, "expected 0x%x got 0x%hhx", C0, *p0);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 301 Constant *C0 = ConstantExpr::getBitCast(const_cast<Constant *>(this), IntTy);
303 Constant *CmpEq = ConstantExpr::getICmp(ICmpInst::ICMP_EQ, C0, C1);
  /src/lib/libm/noieee_src/
trig.h 182 * cos(k*x)-1+z/2 = z*z*(C0 + C1*z^1 + ... + C5*z^5)
184 * cos__C(z) = z*z*(C0 + C1*z^1 + ... + C5*z^5)
200 vc(C0, 4.1666666666666504759E-2 ,aaaa,3e2a,a9f0,aaaa, -4, .AAAAAAAAAAA9F0)
207 ic(C0, 4.1666666666666504759E-2 , -5, 1.555555555553E)
215 #define C0 vccast(C0)
223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
  /src/crypto/external/apache2/openssl/dist/crypto/whrlpool/
wp_block.c 181 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7
182 #define C0(K, i) (Cx.q[K.c[(i) * 8 + 0]])
192 #define LL(c0, c1, c2, c3, c4, c5, c6, c7) c0, c1, c2, c3, c4, c5, c6, c7, \
193 c7, c0, c1, c2, c3, c4, c5, c6, \
194 c6, c7, c0, c1, c2, c3, c4, c5, \
195 c5, c6, c7, c0, c1, c2, c3, c4, \
196 c4, c5, c6, c7, c0, c1, c2, c3, \
197 c3, c4, c5, c6, c7, c0, c1, c2,
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
wp_block.c 181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
182 # define C0(K,i) (Cx.q[K.c[(i)*8+0]])
192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
193 c7,c0,c1,c2,c3,c4,c5,c6, \
194 c6,c7,c0,c1,c2,c3,c4,c5, \
195 c5,c6,c7,c0,c1,c2,c3,c4, \
196 c4,c5,c6,c7,c0,c1,c2,c3, \
197 c3,c4,c5,c6,c7,c0,c1,c2,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
wp_block.c 175 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
176 # define C0(K,i) (Cx.q[K.c[(i)*8+0]])
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
187 c7,c0,c1,c2,c3,c4,c5,c6, \
188 c6,c7,c0,c1,c2,c3,c4,c5, \
189 c5,c6,c7,c0,c1,c2,c3,c4, \
190 c4,c5,c6,c7,c0,c1,c2,c3, \
191 c3,c4,c5,c6,c7,c0,c1,c2,
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/common/
core_pcbe.c 150 #define C0 C(0)
178 { 0x03, 0x00, C0|C1, "load_block" , 0x0, ATTR_NONE, 0x0 }, \
179 { 0x03, 0x02, C0|C1, "load_block.sta" , 0x0, ATTR_NONE, 0x0 }, \
180 { 0x03, 0x04, C0|C1, "load_block.std" , 0x0, ATTR_NONE, 0x0 }, \
181 { 0x03, 0x08, C0|C1, "load_block.overlap_store" , 0x0, ATTR_NONE, 0x0 }, \
182 { 0x03, 0x10, C0|C1, "load_block.until_retire" , 0x0, ATTR_NONE, 0x0 }, \
183 { 0x03, 0x20, C0|C1, "load_block.l1d" , 0x0, ATTR_NONE, 0x0 }, \
184 { 0x04, 0x00, C0|C1, "store_block" , 0x0, ATTR_NONE, 0x0 }, \
185 { 0x04, 0x01, C0|C1, "store_block.drain_cycles" /*spell-diff*/ , 0x0, ATTR_NONE, 0x0 }, \
186 { 0x04, 0x02, C0|C1, "store_block.order" , 0x0, ATTR_NONE, 0x0 },
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
core_pcbe.c 150 #define C0 C(0)
178 { 0x03, 0x00, C0|C1, "load_block" , 0x0, ATTR_NONE, 0x0 }, \
179 { 0x03, 0x02, C0|C1, "load_block.sta" , 0x0, ATTR_NONE, 0x0 }, \
180 { 0x03, 0x04, C0|C1, "load_block.std" , 0x0, ATTR_NONE, 0x0 }, \
181 { 0x03, 0x08, C0|C1, "load_block.overlap_store" , 0x0, ATTR_NONE, 0x0 }, \
182 { 0x03, 0x10, C0|C1, "load_block.until_retire" , 0x0, ATTR_NONE, 0x0 }, \
183 { 0x03, 0x20, C0|C1, "load_block.l1d" , 0x0, ATTR_NONE, 0x0 }, \
184 { 0x04, 0x00, C0|C1, "store_block" , 0x0, ATTR_NONE, 0x0 }, \
185 { 0x04, 0x01, C0|C1, "store_block.drain_cycles" /*spell-diff*/ , 0x0, ATTR_NONE, 0x0 }, \
186 { 0x04, 0x02, C0|C1, "store_block.order" , 0x0, ATTR_NONE, 0x0 },
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs-fixed.S 393 #define C0 24
394 #define C1 C0+1
399 ;;; (C3:C0) = (A3:A0) * (B3:B0)
414 clr C0
418 mul A1, B0 $ add C3, r0 $ adc C0, r1
419 mul A0, B1 $ add C3, r0 $ adc C0, r1 $ rol C1
425 adiw C0, 1
431 mul A0, B2 $ add C0, r0 $ adc C1, r1 $ sbc C2, C2
432 mul A1, B1 $ add C0, r0 $ adc C1, r1 $ sbci C2, 0
433 mul A2, B0 $ add C0, r0 $ adc C1, r1 $ sbci C2,
    [all...]
lib1funcs.S 257 #define C0 24
264 ;;; (C1:C0) = (unsigned int) A0 * (unsigned int) B0
275 ;;; (C1:C0) = (signed int) A0 * (signed int) B0
309 ;;; (C1:C0) = (A1:A0) * (B1:B0)
342 mov C0, CC0
353 #undef C0
375 #define C0 22
376 #define C1 C0+1
377 #define C2 C0+2
378 #define C3 C0+
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs-fixed.S 393 #define C0 24
394 #define C1 C0+1
399 ;;; (C3:C0) = (A3:A0) * (B3:B0)
414 clr C0
418 mul A1, B0 $ add C3, r0 $ adc C0, r1
419 mul A0, B1 $ add C3, r0 $ adc C0, r1 $ rol C1
425 adiw C0, 1
431 mul A0, B2 $ add C0, r0 $ adc C1, r1 $ sbc C2, C2
432 mul A1, B1 $ add C0, r0 $ adc C1, r1 $ sbci C2, 0
433 mul A2, B0 $ add C0, r0 $ adc C1, r1 $ sbci C2,
    [all...]
lib1funcs.S 252 #define C0 24
259 ;;; (C1:C0) = (unsigned int) A0 * (unsigned int) B0
270 ;;; (C1:C0) = (signed int) A0 * (signed int) B0
304 ;;; (C1:C0) = (A1:A0) * (B1:B0)
337 mov C0, CC0
348 #undef C0
370 #define C0 22
371 #define C1 C0+1
372 #define C2 C0+2
373 #define C3 C0+
    [all...]
  /src/libexec/getty/
gettytab.h 114 #define C0 gettynums[13].value
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 853 auto *C0 = dyn_cast<Constant>(Src0);
860 (C0 && Src1AS == UninitializedAddressSpace))
863 if (C0 && isSafeToCastConstAddrSpace(C0, Src1AS))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 341 // opcode (extelt V0, C0), (extelt V1, C1) --> extelt (opcode V0, V1), C
461 uint64_t C0, C1;
462 if (!match(I0, m_ExtractElt(m_Value(V0), m_ConstantInt(C0))) ||
485 unsigned CheapExtractIdx = ExtractToChange == Ext0 ? C1 : C0;
681 // binop i1 (cmp Pred I0, C0), (cmp Pred I1, C1)
690 Constant *C0, *C1;
692 if (!match(B0, m_OneUse(m_Cmp(P0, m_Instruction(I0), m_Constant(C0)))) ||
713 // binop i1 (cmp Pred (ext X, Index0), C0), (cmp Pred (ext X, Index1), C1)
750 CmpC[Index0] = C0;
LoadStoreVectorizer.cpp 590 Instruction *C0 = Chain[0];
591 BasicBlock::iterator FirstInstr = C0->getIterator();
592 BasicBlock::iterator LastInstr = C0->getIterator();
594 BasicBlock *BB = C0->getParent();
  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 523 const crypto_int16 C0 = 0x5555;
526 crypto_int16_y -= ((crypto_int16_y >> 1) & C0);
1048 const crypto_int32 C0 = 0x55555555;
1051 crypto_int32_y -= ((crypto_int32_y >> 1) & C0);
1582 const crypto_int64 C0 = 0x5555555555555555;
1585 crypto_int64_y -= ((crypto_int64_y >> 1) & C0);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1273 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0),
1277 return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI);
2425 const APInt *C0, *C1;
2426 if (!getConstIntOrUndef(Operands[0], C0) ||
2434 if (!C0 && !C1)
2436 if (!C0 || !C1)
2438 return ConstantInt::get(Ty, C0->sgt(*C1) ? *C0 : *C1);
2441 if (!C0 && !C1)
2443 if (!C0 || !C1
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 631 Constant *C0 = dyn_cast<Constant>(Op0);
633 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0))
764 Constant *C0 = dyn_cast<Constant>(Op0);
767 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 356 ConstantFP *C0, *C1;
359 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
366 if (!C0)
369 Addend0.set(C0, nullptr);
386 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr);
1061 // Returns whether C0 * C1 with the given signedness overflows.
1062 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) {
1065 (void)C0.smul_ov(C1, overflow);
1067 (void)C0.umul_ov(C1, overflow)
    [all...]
InstCombineSelect.cpp 1222 // %old_cmp0 = icmp ult i32 %old_x_offseted, C0
1226 // %new_cmp2 = icmp sge i32 %x, C0-C1
1229 // Iff -C1 s<= C2 s<= C0-C1
1230 // Also ULT predicate can also be UGT iff C0 != -1 (+invert result)
1242 Constant *C0;
1244 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0))))
1252 // We'd have to increment C0 by one, and for that it must not have all-ones
1257 // We want to canonicalize it to 'ult', so we'll need to increment C0,
1259 if (!match(C0,
1262 C0->getType()->getScalarSizeInBits())))
    [all...]

Completed in 50 milliseconds

1 2