Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h73 #define __tg_choose_3(x,y,z,f,d,l) \ argument
79 #define __TGMATH_CPLX(z,R,C) \ argument
95 #define __TGMATH_REAL_3(x,y,z,R) \ argument
99 #define __TGMATH_REAL_2_3(x,y,z,R) \ argument
101 #define __TGMATH_CPLX_ONLY(z,C) \ argument
105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) argument
106 #define asin(z) __TGMATH_CPLX(z, asin, casin) argument
107 #define atan(z) __TGMATH_CPLX(z, atan, catan) argument
108 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) argument
109 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh) argument
[all …]
/dflybsd-src/contrib/ldns/
H A Dzone.c17 ldns_zone_soa(const ldns_zone *z) in ldns_zone_soa()
23 ldns_zone_rr_count(const ldns_zone *z) in ldns_zone_rr_count()
29 ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa) in ldns_zone_set_soa()
35 ldns_zone_rrs(const ldns_zone *z) in ldns_zone_rrs()
41 ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist) in ldns_zone_set_rrs()
47 ldns_zone_push_rr_list(ldns_zone *z, const ldns_rr_list *list) in ldns_zone_push_rr_list()
53 ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr) in ldns_zone_push_rr()
65 ldns_zone_glue_rr_list(const ldns_zone *z) in ldns_zone_glue_rr_list()
167 ldns_zone *z; in ldns_zone_new() local
187 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp()
[all …]
H A Dsha1.c38 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
39 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
40 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
41 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
42 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/dflybsd-src/contrib/mpfr/src/
H A Dmpf2mpfr.h86 #define mpf_add(x,y,z) mpfr_add(x,y,z,MPFR_DEFAULT_RND) argument
88 #define mpf_add_ui(x,y,z) mpfr_add_ui(x,y,z,MPFR_DEFAULT_RND) argument
90 #define mpf_div(x,y,z) mpfr_div(x,y,z,MPFR_DEFAULT_RND) argument
92 #define mpf_div_ui(x,y,z) mpfr_div_ui(x,y,z,MPFR_DEFAULT_RND) argument
94 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND) argument
108 #define mpf_get_str(x,y,z,t,u) mpfr_get_str(x,y,z,t,u,MPFR_DEFAULT_RND) argument
118 #define mpf_inp_str(x,y,z) mpfr_inp_str(x,y,z,MPFR_DEFAULT_RND) argument
120 #define mpf_set_str(x,y,z) mpfr_set_str(x,y,z,MPFR_DEFAULT_RND) argument
128 #define mpf_init_set_str(x,y,z) mpfr_init_set_str(x,y,z,MPFR_DEFAULT_RND) argument
132 #define mpf_mul(x,y,z) mpfr_mul(x,y,z,MPFR_DEFAULT_RND) argument
[all …]
H A Dgmp_op.c29 init_set_z (mpfr_ptr t, mpz_srcptr z) in init_set_z()
50 foo (mpfr_ptr x, mpfr_srcptr y, mpz_srcptr z, mpfr_rnd_t r, in foo()
67 foo2 (mpfr_ptr x, mpz_srcptr y, mpfr_srcptr z, mpfr_rnd_t r, in foo2() argument
84 mpfr_mul_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) in mpfr_mul_z()
90 mpfr_div_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) in mpfr_div_z()
96 mpfr_add_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) in mpfr_add_z()
106 mpfr_sub_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) in mpfr_sub_z()
116 mpfr_z_sub (mpfr_ptr y, mpz_srcptr x, mpfr_srcptr z, mpfr_rnd_t r) in mpfr_z_sub()
126 mpfr_cmp_z (mpfr_srcptr x, mpz_srcptr z) in mpfr_cmp_z()
237 mpfr_mul_q (mpfr_ptr y, mpfr_srcptr x, mpq_srcptr z, mpfr_rnd_t rnd_mode) in mpfr_mul_q()
[all …]
H A Djn.c34 mpfr_j0 (mpfr_ptr res, mpfr_srcptr z, mpfr_rnd_t r) in mpfr_j0()
40 mpfr_j1 (mpfr_ptr res, mpfr_srcptr z, mpfr_rnd_t r) in mpfr_j1()
50 mpfr_jn_k0 (unsigned long n, mpfr_srcptr z) in mpfr_jn_k0()
83 mpfr_jn (mpfr_ptr res, long n, mpfr_srcptr z, mpfr_rnd_t r) in mpfr_jn()
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.c62 INT_C_TYPE x, y, z; in FIXED_ADD() local
80 INT_C_TYPE x, y, z; in FIXED_SSADD() local
108 INT_C_TYPE x, y, z; in FIXED_USADD() local
134 INT_C_TYPE x, y, z; in FIXED_SUB() local
152 INT_C_TYPE x, y, z; in FIXED_SSSUB() local
180 INT_C_TYPE x, y, z; in FIXED_USSUB() local
259 INT_C_TYPE z; in FIXED_MULHELPER() local
287 INT_C_TYPE z; in FIXED_MULHELPER() local
406 INT_C_TYPE z; in FIXED_DIVHELPER() local
552 INT_C_TYPE x, z; in FIXED_NEG() local
[all …]
/dflybsd-src/sys/dev/raid/asr/
H A Ddptalign.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
224 # define setU3(x,y,z) \ argument
238 # define setBU3(x,y,z) \ argument
245 # define setBU3(x,y,z) \ argument
[all …]
H A Di2odep.h177 # define _F_setTID(w,x,y,z) (*((U16 __FAR__ *)(&((w)->x)))\ argument
185 # define _F_setTID1(w,x,y,z) ((*((U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\ argument
193 # define _F_setFunc(w,x,y,z) (_F_getFunc(w,x,y) = (z)) argument
205 # define _F_setCount(w,x,y,z) (*((U32 __FAR__ *)(&((w)->x)))\ argument
212 # define _F_setFlags(w,x,y,z) (_F_getFlags(w,x,y) = (z)) argument
214 # define _F_get1bit(w,x,y,z) ((U8)((w)->z)) argument
215 # define _F_set1bit(w,x,y,z,u) ((w)->z = (u)) argument
216 # define _F_get1bit1(w,x,y,z) ((U8)((w)->z)) argument
217 # define _F_set1bit1(w,x,y,z,u) ((w)->z = (u)) argument
218 # define _F_get4bit4(w,x,y,z) ((U8)((w)->z)) argument
[all …]
/dflybsd-src/tools/regression/lib/libm/
H A Dtest-ctrig.c61 long double complex z; in cpackl() local
63 __real__ z = x; in cpackl() local
64 __imag__ z = y; in cpackl() local
92 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
106 #define test_p_tol(func, z, result, tol) do { \ argument
114 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
118 #define test_tol(func, z, result, tol) do { \ argument
238 long double complex z; in test_nan() local
317 long double complex z, c, s; in test_inf() local
384 long double complex z; in test_axes() local
[all …]
H A Dtest-invctrig.c75 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
88 #define test_p_tol(func, z, result, tol) do { \ argument
96 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
100 #define test_tol(func, z, result, tol) do { \ argument
219 long double complex z; in test_nan() local
297 long double complex z; in test_inf() local
347 long double complex z; in test_axes() local
388 complex long double z; in test_small() member
H A Dtest-cexp.c61 long double complex z; in cpackl() local
63 __real__ z = x; in cpackl() local
64 __imag__ z = y; in cpackl() local
82 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
90 #define test_tol(func, z, result, tol) do { \ argument
/dflybsd-src/sys/vm/
H A Dvm_zone.c89 zalloc(vm_zone_t z) in zalloc()
172 zfree(vm_zone_t z, void *item) in zfree()
284 zinitna(vm_zone_t z, char *name, size_t size, long nentries, uint32_t flags) in zinitna()
402 vm_zone_t z; in zinit() local
427 zbootinit(vm_zone_t z, char *name, size_t size, void *item, long nitems) in zbootinit()
468 zdestroy(vm_zone_t z) in zdestroy()
516 zget(vm_zone_t z, int *tryagainp) in zget()
/dflybsd-src/contrib/mpc/src/
H A Dcosh.c27 mpc_t z; in mpc_cosh() local
30 mpc_realref (z)[0] = mpc_imagref (op)[0]; in mpc_cosh() local
31 mpc_imagref (z)[0] = mpc_realref (op)[0]; in mpc_cosh() local
H A Datanh.c29 mpc_t z, a; in mpc_atanh() local
31 mpc_realref (z)[0] = mpc_imagref (op)[0]; in mpc_atanh() local
32 mpc_imagref (z)[0] = mpc_realref (op)[0]; in mpc_atanh() local
H A Dasinh.c28 mpc_t z, a; in mpc_asinh() local
32 mpc_realref (z)[0] = mpc_imagref (op)[0]; in mpc_asinh() local
33 mpc_imagref (z)[0] = mpc_realref (op)[0]; in mpc_asinh() local
H A Dsinh.c27 mpc_t z; in mpc_sinh() local
34 mpc_realref (z)[0] = mpc_imagref (op)[0]; in mpc_sinh() local
35 mpc_imagref (z)[0] = mpc_realref (op)[0]; in mpc_sinh() local
H A Dtanh.c27 mpc_t z; in mpc_tanh() local
34 mpc_realref (z)[0] = mpc_imagref (op)[0]; in mpc_tanh() local
35 mpc_imagref (z)[0] = mpc_realref (op)[0]; in mpc_tanh() local
H A Dmpc-impl.h59 #define MPFR_COPYSIGN(x,y,z,rnd) (mpfr_nan_p (z) ? \ argument
108 #define mpc_inf_p(z) (mpfr_inf_p(mpc_realref(z))||mpfr_inf_p(mpc_imagref(z))) argument
111 #define mpc_zero_p(z) (mpfr_zero_p(mpc_realref(z))&&mpfr_zero_p(mpc_imagref(z))) argument
114 #define mpc_fin_p(z) (mpfr_number_p(mpc_realref(z))&&mpfr_number_p(mpc_imagref(z))) argument
116 #define mpc_nan_p(z) ((mpfr_nan_p(mpc_realref(z)) && !mpfr_inf_p(mpc_imagref(z))) || (mpfr_nan_p(mp… argument
H A Dmul.c24 #define mpz_add_si(z,x,y) do { \ argument
33 mul_infinite (mpc_ptr z, mpc_srcptr x, mpc_srcptr y) in mul_infinite()
113 mul_real (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) in mul_real()
140 mul_imag (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) in mul_imag()
175 mpfr_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c, in mpfr_fmma()
325 mpc_mul_naive (mpc_ptr z, mpc_srcptr x, mpc_srcptr y, mpc_rnd_t rnd) in mpc_mul_naive()
/dflybsd-src/sys/kern/
H A Dkern_slaballoc.c136 #define btokup(z) (&pmap_kvtom((vm_offset_t)(z))->ku_pagecnt) argument
175 #define chunk_mark_allocated(z, chunk) argument
176 #define chunk_mark_free(z, chunk) argument
696 clean_zone_rchunks(SLZone *z) in clean_zone_rchunks()
730 check_zone_free(SLGlobalData *slgd, SLZone *z) in check_zone_free()
757 slab_record_source(SLZone *z, const char *file, int line) in slab_record_source()
818 SLZone *z; in _kmalloc_debug() local
1183 SLZone *z; in krealloc_debug() local
1248 SLZone *z; in kmalloc_usable_size() local
1340 SLZone *z; in kfree_remote() local
[all …]
/dflybsd-src/contrib/grep/lib/
H A Dunlocked-io.h66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dunlocked-io.h67 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
69 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc.h155 #define ggc_alloc_typed(s, z) ggc_alloc_typed_stat (s, z MEM_STAT_INFO) argument
285 ggc_internal_zone_alloc_stat (struct alloc_zone * z, size_t s MEM_STAT_DECL) in ggc_internal_zone_alloc_stat()
291 ggc_internal_zone_cleared_alloc_stat (struct alloc_zone * z, size_t s in ggc_internal_zone_cleared_alloc_stat()
298 ggc_internal_zone_vec_alloc_stat (struct alloc_zone * z, size_t s, size_t n in ggc_internal_zone_vec_alloc_stat()
333 ggc_alloc_zone_rtx_def_stat (struct alloc_zone * z, size_t s MEM_STAT_DECL) in ggc_alloc_zone_rtx_def_stat()
339 ggc_alloc_zone_tree_node_stat (struct alloc_zone * z, size_t s MEM_STAT_DECL) in ggc_alloc_zone_tree_node_stat()
345 ggc_alloc_zone_cleared_tree_node_stat (struct alloc_zone * z, size_t s in ggc_alloc_zone_cleared_tree_node_stat()

12345678910>>...17