Home
last modified time | relevance | path

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

12345678910>>...59

/trueos/tools/test/testfloat/
HDsystfloat.c33 float32 z; in syst_int32_to_float32() local
35 *( (float *) &z ) = a; in syst_int32_to_float32()
36 return z; in syst_int32_to_float32()
42 float64 z; in syst_int32_to_float64() local
44 *( (double *) &z ) = a; in syst_int32_to_float64()
45 return z; in syst_int32_to_float64()
53 floatx80 z; in syst_int32_to_floatx80() local
55 *( (long double *) &z ) = a; in syst_int32_to_floatx80()
56 return z; in syst_int32_to_floatx80()
66 float128 z; in syst_int32_to_float128() local
[all …]
/trueos/contrib/netbsd-tests/lib/libm/
HDt_pow.c79 double z; in ATF_TC_BODY() local
85 z = pow(x, 3.0); in ATF_TC_BODY()
87 if (isinf(z) == 0 || signbit(z) == 0) in ATF_TC_BODY()
90 z = pow(x, 4.0); in ATF_TC_BODY()
92 if (isinf(z) == 0 || signbit(z) != 0) in ATF_TC_BODY()
99 z = pow(x, -3.0); in ATF_TC_BODY()
101 if (fabs(z) > 0.0 || signbit(z) == 0) in ATF_TC_BODY()
104 z = pow(x, -4.0); in ATF_TC_BODY()
106 if (fabs(z) > 0.0 || signbit(z) != 0) in ATF_TC_BODY()
119 double z; in ATF_TC_BODY() local
[all …]
/trueos/contrib/tcpdump/
HDprint-zephyr.c137 struct z_packet z; in zephyr_print() local
145 z.kind = 0; in zephyr_print()
146 z.class = 0; in zephyr_print()
147 z.inst = 0; in zephyr_print()
148 z.opcode = 0; in zephyr_print()
149 z.sender = 0; in zephyr_print()
150 z.recipient = 0; in zephyr_print()
164 PARSE_FIELD_STR(z.version); in zephyr_print()
166 if (strncmp(z.version, "ZEPH", 4)) in zephyr_print()
169 PARSE_FIELD_INT(z.numfields); in zephyr_print()
[all …]
/trueos/crypto/openssl/crypto/cast/
HDc_skey.c86 CAST_LONG z[16]; in private_CAST_set_key() local
112 CAST_exp(l, Z, z, 0); in private_CAST_set_key()
113 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in private_CAST_set_key()
114 CAST_exp(l, Z, z, 4); in private_CAST_set_key()
115 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in private_CAST_set_key()
116 CAST_exp(l, Z, z, 8); in private_CAST_set_key()
117 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in private_CAST_set_key()
118 CAST_exp(l, Z, z, 12); in private_CAST_set_key()
120 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in private_CAST_set_key()
121 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in private_CAST_set_key()
[all …]
/trueos/tools/regression/lib/msun/
HDtest-ctrig.c59 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
60 volatile long double complex _d = z; \
73 #define test_p_tol(func, z, result, tol) do { \ argument
74 volatile long double complex _d = z; \
81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
82 test_p(func, z, result, exceptmask, excepts, checksign); \
83 test_p(func, conjl(z), conjl(result), exceptmask, excepts, checksign); \
85 #define test_tol(func, z, result, tol) do { \ argument
86 test_p_tol(func, z, result, tol); \
87 test_p_tol(func, conjl(z), conjl(result), tol); \
[all …]
HDtest-invctrig.c59 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
60 volatile long double complex _d = z; \
72 #define test_p_tol(func, z, result, tol) do { \ argument
73 volatile long double complex _d = z; \
80 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
81 test_p(func, z, result, exceptmask, excepts, checksign); \
82 test_p(func, conjl(z), conjl(result), exceptmask, excepts, checksign); \
84 #define test_tol(func, z, result, tol) do { \ argument
85 test_p_tol(func, z, result, tol); \
86 test_p_tol(func, conjl(z), conjl(result), tol); \
[all …]
/trueos/lib/msun/src/
HDe_j0f.c44 float z, s,c,ss,cc,r,u,v; in __ieee754_j0f() local
57 z = -cosf(x+x); in __ieee754_j0f()
58 if ((s*c)<zero) cc = z/ss; in __ieee754_j0f()
59 else ss = z/cc; in __ieee754_j0f()
65 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(x); in __ieee754_j0f()
68 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x); in __ieee754_j0f()
70 return z; in __ieee754_j0f()
78 z = x*x; in __ieee754_j0f()
79 r = z*(R02+z*(R03+z*(R04+z*R05))); in __ieee754_j0f()
80 s = one+z*(S01+z*(S02+z*(S03+z*S04))); in __ieee754_j0f()
[all …]
HDe_j1f.c45 float z, s,c,ss,cc,r,u,v,y; in __ieee754_j1f() local
58 z = cosf(y+y); in __ieee754_j1f()
59 if ((s*c)>zero) cc = z/ss; in __ieee754_j1f()
60 else ss = z/cc; in __ieee754_j1f()
66 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(y); in __ieee754_j1f()
69 z = invsqrtpi*(u*cc-v*ss)/sqrtf(y); in __ieee754_j1f()
71 if(hx<0) return -z; in __ieee754_j1f()
72 else return z; in __ieee754_j1f()
77 z = x*x; in __ieee754_j1f()
78 r = z*(r00+z*(r01+z*(r02+z*r03))); in __ieee754_j1f()
[all …]
HDe_j1.c88 double z, s,c,ss,cc,r,u,v,y; in __ieee754_j1() local
101 z = cos(y+y); in __ieee754_j1()
102 if ((s*c)>zero) cc = z/ss; in __ieee754_j1()
103 else ss = z/cc; in __ieee754_j1()
109 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(y); in __ieee754_j1()
112 z = invsqrtpi*(u*cc-v*ss)/sqrt(y); in __ieee754_j1()
114 if(hx<0) return -z; in __ieee754_j1()
115 else return z; in __ieee754_j1()
120 z = x*x; in __ieee754_j1()
121 r = z*(r00+z*(r01+z*(r02+z*r03))); in __ieee754_j1()
[all …]
HDe_j0.c87 double z, s,c,ss,cc,r,u,v; in __ieee754_j0() local
100 z = -cos(x+x); in __ieee754_j0()
101 if ((s*c)<zero) cc = z/ss; in __ieee754_j0()
102 else ss = z/cc; in __ieee754_j0()
108 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(x); in __ieee754_j0()
111 z = invsqrtpi*(u*cc-v*ss)/sqrt(x); in __ieee754_j0()
113 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()
[all …]
HDe_acos.c67 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
82 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()
[all …]
HDe_rem_pio2.c57 double z,w,t,r,fn; in __ieee754_rem_pio2() local
73 z = x - pio2_1; /* one round good to 85 bits */ in __ieee754_rem_pio2()
74 y[0] = z - pio2_1t; in __ieee754_rem_pio2()
75 y[1] = (z-y[0])-pio2_1t; in __ieee754_rem_pio2()
78 z = x + pio2_1; in __ieee754_rem_pio2()
79 y[0] = z + pio2_1t; in __ieee754_rem_pio2()
80 y[1] = (z-y[0])+pio2_1t; in __ieee754_rem_pio2()
85 z = x - 2*pio2_1; in __ieee754_rem_pio2()
86 y[0] = z - 2*pio2_1t; in __ieee754_rem_pio2()
87 y[1] = (z-y[0])-2*pio2_1t; in __ieee754_rem_pio2()
[all …]
HDs_erf.c200 double R,S,P,Q,s,y,z,r; in erf() local
214 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()
240 SET_LOW_WORD(z,0); in erf()
241 r = __ieee754_exp(-z*z-0.5625)*__ieee754_exp((z-x)*(z+x)+R/S); in erf()
253 double R,S,P,Q,s,y,z,r; in erfc() local
264 z = x*x; in erfc()
265 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*pp4))); in erfc()
[all …]
HDe_lgammaf_r.c96 float y,z; in sin_pif() local
102 z = vz-0x1p23F; /* rintf(y) for the above range */ in sin_pif()
103 if (z == y) in sin_pif()
108 z = vz-0x1p21F; /* y rounded to a multiple of 0.25 */ in sin_pif()
109 if (z > y) { in sin_pif()
110 z -= 0.25F; /* adjust to round down */ in sin_pif()
114 y = y - z + n * 0.25F; /* y mod 2 */ in sin_pif()
133 float t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgammaf_r() local
177 z = y*y; in __ieee754_lgammaf_r()
178 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgammaf_r()
[all …]
HDe_lgamma_r.c168 double y,z; in sin_pi() local
174 z = vz-0x1p52; /* rint(y) for the above range */ in sin_pi()
175 if (z == y) in sin_pi()
180 z = vz-0x1p50; /* y rounded to a multiple of 0.25 */ in sin_pi()
181 if (z > y) { in sin_pi()
182 z -= 0.25; /* adjust to round down */ in sin_pi()
186 y = y - z + n * 0.25; /* y mod 2 */ in sin_pi()
205 double t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgamma_r() local
249 z = y*y; in __ieee754_lgamma_r()
250 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgamma_r()
[all …]
HDe_acosf.c37 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
50 z = x*x; in __ieee754_acosf()
51 p = z*(pS0+z*(pS1+z*pS2)); in __ieee754_acosf()
52 q = one+z*qS1; in __ieee754_acosf()
56 z = (one+x)*(float)0.5; in __ieee754_acosf()
57 p = z*(pS0+z*(pS1+z*pS2)); in __ieee754_acosf()
58 q = one+z*qS1; in __ieee754_acosf()
59 s = sqrtf(z); in __ieee754_acosf()
65 z = (one-x)*(float)0.5; in __ieee754_acosf()
66 s = sqrtf(z); in __ieee754_acosf()
[all …]
HDs_erff.c84 float R,S,P,Q,s,y,z,r; in erff() local
98 z = x*x; in erff()
99 r = pp0+z*(pp1+z*pp2); in erff()
100 s = one+z*(qq1+z*(qq2+z*qq3)); in erff()
122 SET_FLOAT_WORD(z,hx&0xffffe000); in erff()
123 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S); in erff()
131 float R,S,P,Q,s,y,z,r; in erfcf() local
142 z = x*x; in erfcf()
143 r = pp0+z*(pp1+z*pp2); in erfcf()
144 s = one+z*(qq1+z*(qq2+z*qq3)); in erfcf()
[all …]
/trueos/contrib/unbound/services/
HDlocalzone.c72 struct local_zone* z = (struct local_zone*)n->key; in lzdel() local
73 local_zone_delete(z); in lzdel()
88 local_zone_delete(struct local_zone* z) in local_zone_delete() argument
90 if(!z) in local_zone_delete()
92 lock_rw_destroy(&z->lock); in local_zone_delete()
93 regional_destroy(z->region); in local_zone_delete()
94 free(z->name); in local_zone_delete()
95 free(z); in local_zone_delete()
143 struct local_zone* z = (struct local_zone*)calloc(1, sizeof(*z)); in local_zone_create() local
144 if(!z) { in local_zone_create()
[all …]
/trueos/sys/dev/asr/
HDdptalign.h181 #define setU1(x,y,z) (*((unsigned char *)getUP1(x,y)) = (unsigned char)(z)) argument
182 #define orU1(x,y,z) (*getUP1(x,y) |= (unsigned char)(z)) argument
183 #define andU1(x,y,z) (*getUP1(x,y) &= (unsigned char)(z)) argument
194 # define setU2(x,y,z) { unsigned short hold = (unsigned short)(z); \ argument
200 # define setBU2(x,y,z) { unsigned short hold = (unsigned short)(z); \ argument
206 # define setLU2(x,y,z) { unsigned short hold = (unsigned short)(z); \ argument
217 # define setU3(x,y,z) \ argument
218 { unsigned DPT_4_BYTES hold = z; \
224 # define setU3(x,y,z) \ argument
225 { unsigned DPT_4_BYTES hold = z; \
[all …]
/trueos/contrib/ldns/
HDzone.c17 ldns_zone_soa(const ldns_zone *z) in ldns_zone_soa() argument
19 return z->_soa; in ldns_zone_soa()
23 ldns_zone_rr_count(const ldns_zone *z) in ldns_zone_rr_count() argument
25 return ldns_rr_list_rr_count(z->_rrs); in ldns_zone_rr_count()
29 ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa) in ldns_zone_set_soa() argument
31 z->_soa = soa; in ldns_zone_set_soa()
35 ldns_zone_rrs(const ldns_zone *z) in ldns_zone_rrs() argument
37 return z->_rrs; in ldns_zone_rrs()
41 ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist) in ldns_zone_set_rrs() argument
43 z->_rrs = rrlist; in ldns_zone_set_rrs()
[all …]
/trueos/lib/msun/ld128/
HDs_erfl.c196 long double ax,R,S,P,Q,s,y,z,r; in erfl() local
215 z = x*x; in erfl()
216 r = pp0+z*(pp1+z*(pp2+z*(pp3+z*(pp4+z*(pp5+z*(pp6+z*(pp7+ in erfl()
217 z*(pp8+z*pp9)))))))); in erfl()
218 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*(qq5+z*(qq6+z*(qq7+ in erfl()
219 z*(qq8+z*qq9)))))))); in erfl()
250 z = (float)ax; in erfl()
251 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl()
258 long double ax,R,S,P,Q,s,y,z,r; in erfcl() local
273 z = x*x; in erfcl()
[all …]
HDk_cosl.c53 long double hz,z,r,w; in __kernel_cosl() local
55 z = x*x; in __kernel_cosl()
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
57 z*(C8+z*(C9+z*(C10+z*C11)))))))))); in __kernel_cosl()
58 hz = 0.5*z; in __kernel_cosl()
60 return w + (((one-w)-hz) + (z*r-x*y)); in __kernel_cosl()
HDk_sinl.c51 long double z,r,v; in __kernel_sinl() local
53 z = x*x; in __kernel_sinl()
54 v = z*x; in __kernel_sinl()
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ in __kernel_sinl()
56 z*(S9+z*(S10+z*(S11+z*S12))))))))); in __kernel_sinl()
57 if(iy==0) return x+v*(S1+z*r); in __kernel_sinl()
58 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sinl()
/trueos/lib/msun/bsdsrc/
HDb_tgamma.c159 double z, p; local
162 z = one/(x*x);
163 p = Pa0+z*(Pa1+z*(Pa2+z*(Pa3+z*(Pa4+z*(Pa5+z*(Pa6+z*Pa7))))));
248 ratfun_gam(z, c) in ratfun_gam() argument
249 double z, c; in ratfun_gam()
254 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
259 t.a = z, TRUNC(t.a); /* t ~= z + c */
260 t.b = (z - t.a) + c;
261 t.b *= (t.a + z);
[all …]
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_znode.h87 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
88 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
89 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
90 #define SA_ZPL_CRTIME(z) z->z_attr_table[ZPL_CRTIME] argument
91 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
92 #define SA_ZPL_DACL_ACES(z) z->z_attr_table[ZPL_DACL_ACES] argument
93 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
94 #define SA_ZPL_SYMLINK(z) z->z_attr_table[ZPL_SYMLINK] argument
95 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
96 #define SA_ZPL_SCANSTAMP(z) z->z_attr_table[ZPL_SCANSTAMP] argument
[all …]

12345678910>>...59