HomeSort by: relevance | last modified time | path
    Searched refs:C1 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_210.c 17 C1
27 C c1 = C1; variable in typeref:typename:C
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blamka-round-avx2.h 12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \
33 ml = _mm256_mul_epu32(C1, D1); \
35 C1 = _mm256_add_epi64(C1, _mm256_add_epi64(D1, ml)); \
37 B1 = _mm256_xor_si256(B1, C1); \
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \
61 ml = _mm256_mul_epu32(C1, D1); \
63 C1 = _mm256_add_epi64(C1, _mm256_add_epi64(D1, ml)); \
64 B1 = _mm256_xor_si256(B1, C1); \
    [all...]
blamka-round-ssse3.h 31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \
43 C1 = fBlaMka(C1, D1); \
46 B1 = _mm_xor_si128(B1, C1); \
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \
64 C1 = fBlaMka(C1, D1); \
67 B1 = _mm_xor_si128(B1, C1); \
73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \
81 C0 = C1; \
    [all...]
blamka-round-avx512f.h 17 #define G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \
29 C1 = muladd(C1, D1); \
32 B1 = _mm512_xor_si512(B1, C1); \
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \
50 C1 = muladd(C1, D1); \
53 B1 = _mm512_xor_si512(B1, C1); \
59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \
65 C1 = _mm512_permutex_epi64(C1, _MM_SHUFFLE(1, 0, 3, 2));
    [all...]
  /src/lib/libm/ld80/
k_cosl.c 52 #define C1 ((long double)C1hi + C1lo)
55 C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */
72 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
  /src/lib/libm/src/
k_cosdf.c 28 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */
44 return ((one+z*C0) + w*C1) + (w*z)*r;
k_sincosf.h 32 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */
47 *cs = ((1 + z * C0) + w * C1) + (w * z) * r;
k_cos.c 30 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x
34 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
38 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
k_cosf.c 26 C1 = 4.1666667908e-02, /* 0x3d2aaaab */
44 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
k_sincos.h 31 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */
53 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
k_sincosl.h 33 #define C1 ((long double)C1hi + C1lo)
36 C1 = 0.0416666666666666666136L, /* 0xaaaaaaaaaaaaaa9b.0p-68 */
76 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
84 C1 = 0.04166666666666666666666666666666658424671L,
132 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
  /src/lib/libm/ld128/
k_cosl.c 33 C1 = 4.16666666666666666666666666666666667e-02L,
52 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
  /src/tests/crypto/libcrypto/
t_sha512trunc.c 49 enum { C0 = 0xc0, C1 = 0xc1 };
69 *p1 = C1;
85 ATF_CHECK_EQ_MSG(*p1, C1, "expected 0x%x got 0x%hhx", C1, *p1);
  /src/common/lib/libc/hash/sha3/
keccak.c 64 secret uint64_t C0, C1, C2, C3, C4;
67 C0 = C1 = C2 = C3 = C4 = 0;
70 C1 ^= A[1 + 5*y];
76 A[0 + 5*y] ^= C4 ^ rol64(C1, 1);
78 A[2 + 5*y] ^= C1 ^ rol64(C3, 1);
  /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)
201 vc(C1, -1.3888888888865302059E-3 ,0b60,bbb6,0cca,b60a, -9, -.B60B60B60A0CCA)
208 ic(C1, -1.3888888888865301516E-3 , -10, -1.6C16C16C14199)
216 #define C1 vccast(C1)
223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-ipq4019-ap.dk07.1-c1.dts 7 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C1";
8 compatible = "qcom,ipq4019-ap-dk07.1-c1";
meson8b-odroidc1.dts 12 model = "Hardkernel ODROID-C1";
13 compatible = "hardkernel,odroid-c1", "amlogic,meson8b";
38 label = "c1:blue:alive";
286 * WARNING: The USB Hub on the Odroid-C1/C1+ needs a reset signal
ste-href-family-pinctrl.dtsi 161 * SKE keys on position 1 and "other C1" combi giving
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
u8.h 67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \
69 VEC8_LINE1(A1, B1, C1, D1); \
73 VEC8_LINE2(A1, B1, C1, D1); \
77 VEC8_LINE3(A1, B1, C1, D1); \
81 VEC8_LINE4(A1, B1, C1, D1); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \
88 VEC8_LINE1(A1, B1, C1, D1); \
90 VEC8_LINE2(A1, B1, C1, D1); \
92 VEC8_LINE3(A1, B1, C1, D1); \
94 VEC8_LINE4(A1, B1, C1, D1);
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 210 xmmi C1, C2;
501 C1 = _mm_srli_epi64(T0, 26);
505 T1 = _mm_add_epi64(T1, C1);
507 C1 = _mm_srli_epi64(T1, 26);
511 T2 = _mm_add_epi64(T2, C1);
513 C1 = _mm_srli_epi64(T2, 26);
517 T3 = _mm_add_epi64(T3, C1);
519 C1 = _mm_srli_epi64(T3, 26);
521 T4 = _mm_add_epi64(T4, C1);
643 C1 = _mm_srli_epi64(T0, 26)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
ipq6018-cp01-c1.dts 13 model = "Qualcomm Technologies, Inc. IPQ6018/AP-CP01-C1";
  /src/lib/libm/arch/vax/
n_support.S 189 bgtr C1 #if yexp > 57 goto C1
192 C1:
  /src/libexec/getty/
gettytab.h 116 #define C1 gettynums[14].value
  /src/tests/usr.bin/grep/
t_grep.sh 275 atf_check -o file:d_context_d.out grep -C1 pig d_context_a.in d_context_b.in
341 grep -z -C1 cod test1 test2
  /src/usr.bin/deroff/
deroff.c 100 # define C1 _C1()
103 # define C1 C1get
168 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF))
169 #define frommac(src, c1, c2) (((c1)=((src)>>8)&0xFF),((c2) =(src)&0xFF), __USE(c1), __USE(c2))
187 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
553 int c1, c2 local in function:eqn
757 int c1; local in function:inpic
1038 int c1,c2; local in function:noblock
1207 int c1, c2; local in function:PP
1231 int c1, c2; local in function:SH
1272 int c1, c2; local in function:MMHU
1289 int c1, c2; local in function:mesnblock
1299 int c1, c2; local in function:mssnblock
1394 int c1, c2; local in function:defcomline
1436 int c1; local in function:comline
    [all...]

Completed in 55 milliseconds

1 2