Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-14.2/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros76 z1 = a1;
87 *z1Ptr = z1;
112 z1 = a1;
131 *z1Ptr = z1;
172 z1 = a1;
202 *z1Ptr = z1;
275 bits32 z1;
432 add64( z0, more1, 0, z1, &z0, &z1 );
464 add64( z1, more2, 0, z2, &z1, &z2 );
466 add64( z0, more1, 0, z1, &z0, &z1 );
[all …]
/freebsd-14.2/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros113 z1 = a1;
129 *z1Ptr = z1;
151 z1 = a1;
162 *z1Ptr = z1;
187 z1 = a1;
206 *z1Ptr = z1;
350 bits64 z1;
507 add128( z0, more1, 0, z1, &z0, &z1 );
539 add128( z1, more2, 0, z2, &z1, &z2 );
541 add128( z0, more1, 0, z1, &z0, &z1 );
[all …]
/freebsd-14.2/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; in bmul64() local
48 z1 = (x0 * y1) ^ (x1 * y0) ^ (x2 * y3) ^ (x3 * y2); in bmul64()
52 z1 &= (uint64_t)0x2222222222222222; in bmul64()
55 return z0 | z1 | z2 | z3; in bmul64()
100 uint64_t z0, z1, z2, z0h, z1h, z2h; in br_ghash_ctmul64() local
122 z1 = bmul64(y1, h1); in br_ghash_ctmul64()
127 z2 ^= z0 ^ z1; in br_ghash_ctmul64()
135 v2 = z1 ^ z2h; in br_ghash_ctmul64()
H A Dghash_pclmul.c220 __m128i z0, z1, z2, z3; \
221 z1 = pclmulqdq11(kw, kw); \
223 z0 = _mm_shuffle_epi32(z1, 0x0E); \
225 SL_256(z0, z1, z2, z3); \
226 REDUCE_F128(z0, z1, z2, z3); \
227 PBK(z0, z1, dw, dx); \
H A Dghash_ctmul32.c53 uint32_t z0, z1, z2, z3; in bmul32() local
64 z1 = (x0 * y1) ^ (x1 * y0) ^ (x2 * y3) ^ (x3 * y2); in bmul32()
68 z1 &= (uint32_t)0x22222222; in bmul32()
71 return z0 | z1 | z2 | z3; in bmul32()
/freebsd-14.2/crypto/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
49 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) | in DES_quad_cksum()
66 t1 = z1; in DES_quad_cksum()
70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % in DES_quad_cksum()
79 *lp++ = z1; in DES_quad_cksum()
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dresistive-adc-touch.yaml30 - description: z1 (optional)
43 - enum: [x, y, z1, z2]
44 - enum: [x, y, z1, z2]
45 - enum: [x, y, z1, z2]
46 - enum: [x, y, z1, z2]
84 io-channel-names = "x", "z1", "z2", "y";
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h21 z6 = _mm_shuffle_epi32(z1, 0xaa);
22 z11 = _mm_shuffle_epi32(z1, 0xff);
24 z1 = _mm_shuffle_epi32(z1, 0x55);
36 orig1 = z1;
88 z1 = orig1;
113 y9 = z1;
149 z1 = _mm_xor_si128(z1, y1);
151 z1 = _mm_xor_si128(z1, r1);
229 z1 = _mm_xor_si128(z1, y1);
231 z1 = _mm_xor_si128(z1, r1);
[all …]
H A Du8.h11 __m256i z1 = _mm256_set1_epi32(x[5]); variable
24 __m256i orig1 = z1;
88 z1 = orig1;
113 y9 = z1;
149 z1 = _mm256_xor_si256(z1, y1);
151 z1 = _mm256_xor_si256(z1, r1);
162 y5 = _mm256_add_epi32(y5, z1);
229 z1 = _mm256_xor_si256(z1, y1);
231 z1 = _mm256_xor_si256(z1, r1);
250 y2 = _mm256_add_epi32(y2, z1);
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A DT.clv94 $awk -v x=123 -v y=abc -v z1=10.99 'BEGIN { print x, y, z1 }' >foo2
102 $awk -v x=123 -v y=abc -v z1=10.99 -- 'BEGIN { print x, y, z1 }' >foo2
107 $awk -v x=123 -v y=abc -f foo0 -v z1=10.99 >foo2
117 $awk -f foo0 -v x=123 -v y=abc -v z1=10.99 >foo2
129 $awk -f foo0 -v x=123 -v y=abc -v z1=10.99 /dev/null x=4567 /dev/null >foo2
143 $awk -v x=123 -v y=abc -v z1=10.99 -f foo0 x=4567 /etc/passwd >foo2
/freebsd-14.2/contrib/arm-optimized-routines/string/aarch64/
H A Dstrcmp-sve.S27 ldff1b z1.b, p1/z, [x1, x2]
34 cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings */
42 lasta w1, p2, z1.b
50 cmpeq p2.b, p0/z, z0.b, z1.b /* compare strings, as above */
H A Dstrncmp-sve.S28 ldff1b z1.b, p0/z, [x1, x3]
38 cmpeq p1.b, p0/z, z0.b, z1.b /* compare strings */
46 lasta w1, p2, z1.b
52 2: cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings, as above */
H A Dstrrchr-sve.S19 dup z1.b, w1 /* replicate byte across vector */
37 cmpeq p3.b, p1/z, z0.b, z1.b /* search for c; no eos */
49 cmpeq p3.b, p0/z, z0.b, z1.b /* search for c; no eos */
62 cmpeq p3.b, p3/z, z0.b, z1.b /* search for c not after eos */
H A Dmemcmp-sve.S27 ld1b z1.b, p0/z, [x1, x3]
34 cmpne p1.b, p0/z, z0.b, z1.b /* while no inequalities */
40 lasta w1, p1, z1.b
H A Dmemchr-sve.S20 dup z1.b, w1 /* duplicate c to a vector */
37 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
49 2: cmpeq p2.b, p0/z, z0.b, z1.b
H A Dstrchr-sve.S26 dup z1.b, w1 /* replicate byte across vector */
39 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
57 2: cmpeq p2.b, p0/z, z0.b, z1.b /* search for c */
/freebsd-14.2/lib/libc/iconv/
H A Dcitrus_csmapper.c189 struct zone z1, z2; in parse_line() local
194 z1.begin = _bcs_skip_ws_len(_region_head(r), &len); in parse_line()
197 z1.end = _bcs_skip_nonws_len(z1.begin, &len); in parse_line()
200 z2.begin = _bcs_skip_ws_len(z1.end, &len); in parse_line()
207 "%.*s", (int)(z1.end-z1.begin), z1.begin); in parse_line()
/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c74 z1 = x0 + x4, z2 = x1 + x7; z5 = z1 + z2; \
78 s5 = rotl64(z1 + z3 + x5, 40); z4 = x5 + x6; \
87 z1 = y0 + y1, z2 = y2 + y5; z6 = z1 + z2; \
90 z3 = y3 + y4, z5 = z1 + z3; \
102 z1 = s0 ^ s4, z5 = t0 ^ t1; \
103 r0 = (z1 ^ s1) + (z5 ^ t5); z8 = t6 ^ t7; \
104 r1 = (z1 ^ s7) + (t2 ^ z8); z3 = s2 ^ s3; \
124 uint64_t z1, z2, z3, z4, z5, z6, z7, z8; in Q512() local
/freebsd-14.2/lib/msun/src/
H A Ds_cimagf.c35 const float_complex z1 = { .f = z }; in cimagf() local
37 return (IMAGPART(z1)); in cimagf()
H A Ds_cimagl.c35 const long_double_complex z1 = { .f = z }; in cimagl() local
37 return (IMAGPART(z1)); in cimagl()
H A Ds_cimag.c35 const double_complex z1 = { .f = z }; in cimag() local
37 return (IMAGPART(z1)); in cimag()
/freebsd-14.2/lib/libmp/
H A Dmpasbn.c373 MINT *z1, *z2, *z3; in mp_msqrt() local
382 z1 = _itom("msqrt", 0); in mp_msqrt()
387 _mdiv("msqrt", nmp, x, z1, z2, c); in mp_msqrt()
388 _madd("msqrt", x, z1, z2); in mp_msqrt()
393 _mult("msqrt", x, x, z1, c); in mp_msqrt()
394 _msub("msqrt", nmp, z1, z2); in mp_msqrt()
399 _mfree("msqrt", z1); in mp_msqrt()
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Decp_nistp224.c946 felem_square(tmp, z1); in point_add()
950 felem_mul(tmp, ftmp, z1); in point_add()
986 z1_is_zero = felem_is_zero(z1); in point_add()
1013 felem_mul(tmp, z1, z2); in point_add()
1017 felem_assign(ftmp5, z1); in point_add()
1352 felem_inv(z2, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1354 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1355 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1364 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1365 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
[all …]
H A Decp_nistp521.c1216 z1_is_zero = felem_is_zero(z1); in point_add()
1220 felem_square(tmp, z1); in point_add()
1233 felem_assign(ftmp5, z1); in point_add()
1262 felem_scalar(ftmp5, z1, 2); in point_add()
1284 felem_mul(tmp, ftmp, z1); in point_add()
1856 felem_inv(z2, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1858 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1859 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1868 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1869 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
[all …]
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_vdevs.ksh64 disks[z1]="z1 z2"
77 z1) # raidz1

123