Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 1555) sorted by relevance

12345678910>>...63

/freebsd-13.1/tools/test/testfloat/
H A Dsystfloat.c33 float32 z; in syst_int32_to_float32() local
36 return z; in syst_int32_to_float32()
42 float64 z; in syst_int32_to_float64() local
45 return z; in syst_int32_to_float64()
56 return z; in syst_int32_to_floatx80()
69 return z; in syst_int32_to_float128()
82 return z; in syst_int64_to_float32()
91 return z; in syst_int64_to_float64()
102 return z; in syst_int64_to_floatx80()
115 return z; in syst_int64_to_float128()
[all …]
/freebsd-13.1/contrib/netbsd-tests/lib/libm/
H A Dt_pow.c83 if (isinf(z) == 0 || signbit(z) == 0) in ATF_TC_BODY()
88 if (isinf(z) == 0 || signbit(z) != 0) in ATF_TC_BODY()
97 if (fabs(z) > 0.0 || signbit(z) == 0) in ATF_TC_BODY()
102 if (fabs(z) > 0.0 || signbit(z) != 0) in ATF_TC_BODY()
123 if (isinf(z) == 0 || signbit(z) != 0) in ATF_TC_BODY()
128 if (fabs(z) > 0.0 || signbit(z) != 0) in ATF_TC_BODY()
149 if (fabs(z) > 0.0 || signbit(z) != 0) in ATF_TC_BODY()
154 if (isinf(z) == 0 || signbit(z) != 0) in ATF_TC_BODY()
175 if (fabs(z) > 0.0 || signbit(z) != 0) in ATF_TC_BODY()
180 if (isinf(z) == 0 || signbit(z) != 0) in ATF_TC_BODY()
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dprint-zephyr.c147 struct z_packet z; in zephyr_print() local
156 z.kind = 0; in zephyr_print()
157 z.class = 0; in zephyr_print()
158 z.inst = 0; in zephyr_print()
159 z.opcode = 0; in zephyr_print()
160 z.sender = 0; in zephyr_print()
161 z.recipient = 0; in zephyr_print()
215 if (*z.sender) ND_PRINT((ndo, " %s", z.sender)); in zephyr_print()
326 z.recipient = "*"; in zephyr_print()
328 ND_PRINT((ndo, " to %s", z_triple(z.class, z.inst, z.recipient))); in zephyr_print()
[all …]
/freebsd-13.1/crypto/openssl/crypto/cast/
H A Dc_skey.c58 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
63 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key()
64 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key()
65 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key()
66 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key()
68 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key()
91 K[8] = S4[z[3]] ^ S5[z[2]] ^ S6[z[12]] ^ S7[z[13]] ^ S4[z[9]]; in CAST_set_key()
92 K[9] = S4[z[1]] ^ S5[z[0]] ^ S6[z[14]] ^ S7[z[15]] ^ S5[z[12]]; in CAST_set_key()
93 K[10] = S4[z[7]] ^ S5[z[6]] ^ S6[z[8]] ^ S7[z[9]] ^ S6[z[2]]; in CAST_set_key()
94 K[11] = S4[z[5]] ^ S5[z[4]] ^ S6[z[10]] ^ S7[z[11]] ^ S7[z[6]]; in CAST_set_key()
[all …]
/freebsd-13.1/lib/msun/tests/
H A Dctrig_test.c79 creall(z), cimagl(z), creall(result), cimagl(result)); \
159 long double complex z; in ATF_TC_BODY() local
171 z = nan_nan; in ATF_TC_BODY()
179 z = CMPLXL(42, NAN); in ATF_TC_BODY()
188 z = CMPLXL(NAN, 42); in ATF_TC_BODY()
215 z = CMPLXL(0, NAN); in ATF_TC_BODY()
223 z = CMPLXL(NAN, 0); in ATF_TC_BODY()
312 long double complex z; in ATF_TC_BODY() local
329 printf("%a %a\n", creal(z), cimag(z)); in ATF_TC_BODY()
330 printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z))); in ATF_TC_BODY()
[all …]
H A Dinvctrig_test.c66 #func, #z); \
75 creall(z), cimagl(z), creall(result), cimagl(result)); \
150 long double complex z; in ATF_TC_BODY() local
164 z = nan_nan; in ATF_TC_BODY()
172 z = CMPLXL(0.5, NAN); in ATF_TC_BODY()
180 z = CMPLXL(NAN, 0.5); in ATF_TC_BODY()
207 z = CMPLXL(0.0, NAN); in ATF_TC_BODY()
216 z = CMPLXL(NAN, 0.0); in ATF_TC_BODY()
228 long double complex z; in ATF_TC_BODY() local
278 long double complex z; in ATF_TC_BODY() local
[all …]
/freebsd-13.1/lib/msun/src/
H A Dk_sincosl.h56 z = x * x; in __kernel_sincosl()
57 v = z * x; in __kernel_sincosl()
62 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))); in __kernel_sincosl()
69 hz = z / 2; in __kernel_sincosl()
71 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
114 z = x * x; in __kernel_sincosl()
115 v = z * x; in __kernel_sincosl()
120 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 + in __kernel_sincosl()
121 z * (S9 + z * (S10 + z * (S11 + z * S12))))))))); in __kernel_sincosl()
130 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
[all …]
H A De_j1f.c82 z = x*x; in __ieee754_j1f()
83 r = z*(r00+z*(r01+z*(r02+z*r03))); in __ieee754_j1f()
84 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in __ieee754_j1f()
146 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in __ieee754_y1f()
147 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in __ieee754_y1f()
229 float z,r,s; in ponef() local
238 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in ponef()
239 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in ponef()
326 float s,r,z; in qonef() local
335 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in qonef()
[all …]
H A De_j1.c120 z = x*x; in __ieee754_j1()
121 r = z*(r00+z*(r01+z*(r02+z*r03))); in __ieee754_j1()
122 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in __ieee754_j1()
190 z = x*x; in __ieee754_y1()
191 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in __ieee754_y1()
192 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in __ieee754_y1()
274 double z,r,s; in pone() local
283 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in pone()
284 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in pone()
380 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in qone()
[all …]
H A De_j0f.c75 return z; in __ieee754_j0f()
83 z = x*x; in __ieee754_j0f()
84 r = z*(R02+z*(R03+z*(R04+z*R05))); in __ieee754_j0f()
85 s = one+z*(S01+z*(S02+z*(S03+z*S04))); in __ieee754_j0f()
152 z = x*x; in __ieee754_y0f()
153 u = u00+z*(u01+z*(u02+z*(u03+z*(u04+z*(u05+z*u06))))); in __ieee754_y0f()
154 v = one+z*(v01+z*(v02+z*(v03+z*v04))); in __ieee754_y0f()
243 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in pzerof()
244 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in pzerof()
340 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in qzerof()
[all …]
H A De_j0.c113 return z; in __ieee754_j0()
121 z = x*x; in __ieee754_j0()
122 r = z*(R02+z*(R03+z*(R04+z*R05))); in __ieee754_j0()
123 s = one+z*(S01+z*(S02+z*(S03+z*S04))); in __ieee754_j0()
197 z = x*x; in __ieee754_y0()
198 u = u00+z*(u01+z*(u02+z*(u03+z*(u04+z*(u05+z*u06))))); in __ieee754_y0()
199 v = one+z*(v01+z*(v02+z*(v03+z*v04))); in __ieee754_y0()
289 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in pzero()
290 s = one+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*q[4])))); in pzero()
386 r = p[0]+z*(p[1]+z*(p[2]+z*(p[3]+z*(p[4]+z*p[5])))); in qzero()
[all …]
H A De_acos.c82 z = x*x; in __ieee754_acos()
83 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5))))); in __ieee754_acos()
84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
88 z = (one+x)*0.5; in __ieee754_acos()
89 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5))))); in __ieee754_acos()
90 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
91 s = sqrt(z); in __ieee754_acos()
96 z = (one-x)*0.5; in __ieee754_acos()
97 s = sqrt(z); in __ieee754_acos()
101 p = z*(pS0+z*(pS1+z*(pS2+z*(pS3+z*(pS4+z*pS5))))); in __ieee754_acos()
[all …]
H A De_rem_pio2.c57 double z,w,t,r,fn; in __ieee754_rem_pio2() local
74 y[0] = z - pio2_1t; in __ieee754_rem_pio2()
78 z = x + pio2_1; in __ieee754_rem_pio2()
85 z = x - 2*pio2_1; in __ieee754_rem_pio2()
90 z = x + 2*pio2_1; in __ieee754_rem_pio2()
102 z = x - 3*pio2_1; in __ieee754_rem_pio2()
107 z = x + 3*pio2_1; in __ieee754_rem_pio2()
116 z = x - 4*pio2_1; in __ieee754_rem_pio2()
121 z = x + 4*pio2_1; in __ieee754_rem_pio2()
172 z = (z-tx[i])*two24; in __ieee754_rem_pio2()
[all …]
H A Dk_sincos.h36 double hz, r, v, w, z; in __kernel_sincos() local
38 z = x * x; in __kernel_sincos()
39 w = z * z; in __kernel_sincos()
40 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6); in __kernel_sincos()
41 v = z * x; in __kernel_sincos()
44 *sn = x + v * (S1 + z * r); in __kernel_sincos()
46 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1); in __kernel_sincos()
48 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6)); in __kernel_sincos()
49 hz = z / 2; in __kernel_sincos()
51 *cs = w + (((1 - w) - hz) + (z * r - x * y)); in __kernel_sincos()
H A Ds_erf.c214 z = x*x; in erf()
215 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erf()
216 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5)))); in erf()
239 z = x; in erf()
241 r = __ieee754_exp(-z*z-0.5625)*__ieee754_exp((z-x)*(z+x)+R/S); in erf()
265 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfc()
266 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5)))); in erfc()
281 z = one-erx; return z - P/Q; in erfc()
283 z = erx+P/Q; return one+z; in erfc()
298 z = x; in erfc()
[all …]
/freebsd-13.1/contrib/bearssl/src/ec/
H A Dec_c25519_m64.c125 z = (unsigned __int128)t1 + (z >> 64); in f255_add()
127 z = (unsigned __int128)t2 + (z >> 64); in f255_add()
207 z = (unsigned __int128)t1 + (z >> 64); in f255_sub()
209 z = (unsigned __int128)t2 + (z >> 64); in f255_sub()
377 z = (unsigned __int128)t1 + (z >> 64); in f255_mul()
379 z = (unsigned __int128)t2 + (z >> 64); in f255_mul()
520 z = (unsigned __int128)t1 + (z >> 64); in f255_mul_a24()
522 z = (unsigned __int128)t2 + (z >> 64); in f255_mul_a24()
528 z = (unsigned __int128)t1 + (z >> 64); in f255_mul_a24()
530 z = (unsigned __int128)t2 + (z >> 64); in f255_mul_a24()
[all …]
H A Dec_p256_m64.c261 z = t4 + (z >> 64); in f256_montymul()
303 z = (unsigned __int128)t2 - (z >> 127); in f256_montymul()
714 z = P->z[0] | P->z[1] | P->z[2] | P->z[3]; in point_encode()
905 f256_montymul(t1, P1->z, P2->z); in p256_add()
1015 f256_montymul(P1->z, P1->z, t2); in p256_add_mixed()
1083 zz = P1->z[0] | P1->z[1] | P1->z[2] | P1->z[3];
1142 f256_montymul(P1->z, P1->z, t2);
1370 f256_montymul(z[i >> 1], jac[i].z, jac[i + 1].z); in window_to_affine()
1386 f256_montymul(jac[i].z, jac[i].z, z[(i >> k) ^ 1]); in window_to_affine()
1390 f256_montymul(z[i], z[i << 1], z[(i << 1) + 1]); in window_to_affine()
[all …]
/freebsd-13.1/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmul32.c154 z = cc1 + cc2; in poly1305_inner()
155 z += (z << 2) + a[0]; in poly1305_inner()
202 r[10] = z >> 13; in br_poly1305_ctmul32_run()
205 r[12] = z >> 13; in br_poly1305_ctmul32_run()
249 cc = z >> 13; in br_poly1305_ctmul32_run()
276 z = (z >> 16) + (acc[2] << 10) + br_dec16le(pkey + 18); in br_poly1305_ctmul32_run()
278 z = (z >> 16) + (acc[3] << 7) + br_dec16le(pkey + 20); in br_poly1305_ctmul32_run()
280 z = (z >> 16) + (acc[4] << 4) + br_dec16le(pkey + 22); in br_poly1305_ctmul32_run()
284 z = (z >> 16) + (acc[7] << 11) + br_dec16le(pkey + 26); in br_poly1305_ctmul32_run()
286 z = (z >> 16) + (acc[8] << 8) + br_dec16le(pkey + 28); in br_poly1305_ctmul32_run()
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dlzio.c25 lua_State *L = z->L; in luaZ_fill()
28 buff = z->reader(L, z->data, &size); in luaZ_fill()
33 z->p = buff; in luaZ_fill()
39 z->L = L; in luaZ_init()
41 z->data = data; in luaZ_init()
42 z->n = 0; in luaZ_init()
43 z->p = NULL; in luaZ_init()
56 z->p--; in luaZ_read()
59 m = (n <= z->n) ? n : z->n; /* min. between n and z->n */ in luaZ_read()
61 z->n -= m; in luaZ_read()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlzio.c22 lua_State *L = z->L; in luaZ_fill()
25 buff = z->reader(L, z->data, &size); in luaZ_fill()
30 z->p = buff; in luaZ_fill()
36 z->L = L; in luaZ_init()
38 z->data = data; in luaZ_init()
39 z->n = 0; in luaZ_init()
40 z->p = NULL; in luaZ_init()
53 z->p--; in luaZ_read()
56 m = (n <= z->n) ? n : z->n; /* min. between n and z->n */ in luaZ_read()
58 z->n -= m; in luaZ_read()
[all …]
/freebsd-13.1/contrib/unbound/services/
H A Dlocalzone.c191 z->node.key = z; in local_zone_create()
204 lock_protect(&z->lock, &z->parent, sizeof(*z)-sizeof(rbnode_type)); in local_zone_create()
807 z.node.key = &z; in lz_exists()
809 if(!parse_dname(name, &z.name, &z.namelen, &z.namelabs)) { in lz_exists()
898 if(z) { lock_rw_unlock(&z->lock); } in local_zone_enter_defaults()
916 if(z) { lock_rw_unlock(&z->lock); } in local_zone_enter_defaults()
934 if(z) { lock_rw_unlock(&z->lock); } in local_zone_enter_defaults()
1663 if(z != NULL && z->soa && z->soa_negative) in local_zones_zone_answer()
1720 if(z != NULL && z->soa && z->soa_negative) in local_zones_zone_answer()
2018 set_kiddo_parents(z, z->parent, z); in local_zones_add_zone()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
93 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
94 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
102 #define SA_ZPL_UID(z) z->z_attr_table[ZPL_UID] argument
103 #define SA_ZPL_GID(z) z->z_attr_table[ZPL_GID] argument
106 #define SA_ZPL_MODE(z) z->z_attr_table[ZPL_MODE] argument
109 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] argument
[all …]
/freebsd-13.1/contrib/ldns/
H A Dzone.c19 return z->_soa; in ldns_zone_soa()
31 z->_soa = soa; in ldns_zone_set_soa()
37 return z->_rrs; in ldns_zone_rrs()
43 z->_rrs = rrlist; in ldns_zone_set_rrs()
167 ldns_zone *z; in ldns_zone_new() local
170 if (!z) { in ldns_zone_new()
175 if (!z->_rrs) { in ldns_zone_new()
176 LDNS_FREE(z); in ldns_zone_new()
180 return z; in ldns_zone_new()
273 if (z) { in ldns_zone_new_frm_fp_l()
[all …]
/freebsd-13.1/lib/msun/ld128/
H A Dk_cosl.c51 long double hz,z,r,w; in __kernel_cosl() local
53 z = x*x; in __kernel_cosl()
54 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
55 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
56 hz = 0.5*z; in __kernel_cosl()
58 return w + (((one-w)-hz) + (z*r-x*y)); in __kernel_cosl()
/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h364 z##A = _mm_add_epi32(z##A, orig##A); \
365 z##B = _mm_add_epi32(z##B, orig##B); \
366 z##C = _mm_add_epi32(z##C, orig##C); \
367 z##D = _mm_add_epi32(z##D, orig##D); \
372 z##A = _mm_shuffle_epi32(z##A, 0x39); \
373 z##B = _mm_shuffle_epi32(z##B, 0x39); \
374 z##C = _mm_shuffle_epi32(z##C, 0x39); \
440 z##A = _mm_add_epi32(z##A, orig##A); \
441 z##B = _mm_add_epi32(z##B, orig##B); \
442 z##C = _mm_add_epi32(z##C, orig##C); \
[all …]

12345678910>>...63