Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/dflybsd-src/contrib/gdb-7/include/cgen/
H A Dbasic-ops.h35 #define ANDIF(x, y) ((x) && (y)) argument
36 #define ORIF(x, y) ((x) || (y)) argument
38 #define SUBBI(x, y) ((x) - (y)) argument
39 #define ANDBI(x, y) ((x) & (y)) argument
40 #define ORBI(x, y) ((x) | (y)) argument
41 #define XORBI(x, y) ((x) ^ (y)) argument
45 #define EQBI(x, y) ((BI) (x) == (BI) (y)) argument
46 #define NEBI(x, y) ((BI) (x) != (BI) (y)) argument
47 #define LTBI(x, y) ((BI) (x) < (BI) (y)) argument
48 #define LEBI(x, y) ((BI) (x) <= (BI) (y)) argument
[all …]
/dflybsd-src/sys/dev/raid/asr/
H A Di2odep.h176 # define _F_getTID(w,x,y) (*((U16 __FAR__ *)(&((w)->x))) & I2O_TID_MASK) argument
177 # define _F_setTID(w,x,y,z) (*((U16 __FAR__ *)(&((w)->x)))\ argument
182 # define _F_getTID1(w,x,y) ((*(U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\ argument
185 # define _F_setTID1(w,x,y,z) ((*((U16 __FAR__ *)(((U8 __FAR__ *)(&((w)->x)))\ argument
191 # define _F_getFunc(w,x,y) (*(((U8 __FAR__ *)(&((w)->x)))\ argument
193 # define _F_setFunc(w,x,y,z) (_F_getFunc(w,x,y) = (z)) argument
196 # define _F_getCount(w,x,y) (*((U32 __FAR__ *)(&((w)->x)))&I2O_SG_COUNT_MASK) argument
205 # define _F_setCount(w,x,y,z) (*((U32 __FAR__ *)(&((w)->x)))\ argument
210 # define _F_getFlags(w,x,y) (*(((U8 __FAR__ *)(&((w)->x)))\ argument
212 # define _F_setFlags(w,x,y,z) (_F_getFlags(w,x,y) = (z)) argument
[all …]
H A Ddptalign.h179 #define getUP1(x,y) (((unsigned char __FAR__ *)(x))+(unsigned DPT_4_BYTES)(y)) argument
180 #define getU1(x,y) (*getUP1(x,y)) argument
181 #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
184 #define getUP2(x,y) ((unsigned short __FAR__ *)(((unsigned char __FAR__ *) \ argument
186 #define getBU2(x,y) ((unsigned short)osdLocal2((unsigned short __FAR__ *) \ argument
188 #define getLU2(x,y) ((unsigned short)osdSLocal2((unsigned short __FAR__ *) \ argument
191 #define getU2(x,y) ((unsigned short)osdLocal2((unsigned short __FAR__ *) \ argument
194 # define setU2(x,y,z) { unsigned short hold = (unsigned short)(z); \ argument
[all …]
/dflybsd-src/contrib/mpfr/src/
H A Dmpf2mpfr.h84 #define mpf_abs(x,y) mpfr_abs(x,y,MPFR_DEFAULT_RND) argument
86 #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
122 #define mpf_init_set(x,y) mpfr_init_set(x,y,MPFR_DEFAULT_RND) argument
[all …]
H A Dcomparisons.c39 mpfr_greater_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_greater_p()
45 mpfr_greaterequal_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_greaterequal_p()
51 mpfr_less_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_less_p()
57 mpfr_lessequal_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_lessequal_p()
63 mpfr_lessgreater_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_lessgreater_p()
69 mpfr_equal_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_equal_p()
75 mpfr_unordered_p (mpfr_srcptr x, mpfr_srcptr y) in mpfr_unordered_p()
H A Dgmp_op.c50 foo (mpfr_ptr x, mpfr_srcptr y, mpz_srcptr z, mpfr_rnd_t r, in foo() argument
67 foo2 (mpfr_ptr x, mpz_srcptr y, mpfr_srcptr z, mpfr_rnd_t r, in foo2()
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()
164 mpfr_muldiv_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr n, mpz_srcptr d, in mpfr_muldiv_z()
237 mpfr_mul_q (mpfr_ptr y, mpfr_srcptr x, mpq_srcptr z, mpfr_rnd_t rnd_mode) in mpfr_mul_q()
243 mpfr_div_q (mpfr_ptr y, mpfr_srcptr x, mpq_srcptr z, mpfr_rnd_t rnd_mode) in mpfr_div_q()
[all …]
H A Dcsc.c32 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
33 #define ACTION_INF(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
34 #define ACTION_ZERO(y,x) do { MPFR_SET_SAME_SIGN(y,x); MPFR_SET_INF(y); \ argument
48 #define ACTION_TINY(y,x,r) \ argument
H A Dcot.c32 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
33 #define ACTION_INF(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
34 #define ACTION_ZERO(y,x) do { MPFR_SET_SAME_SIGN(y,x); MPFR_SET_INF(y); \ argument
52 #define ACTION_TINY(y,x,r) \ argument
H A Dcsch.c33 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
34 #define ACTION_INF(y) do { MPFR_SET_SAME_SIGN(y,x); MPFR_SET_ZERO (y); \ argument
36 #define ACTION_ZERO(y,x) do { MPFR_SET_SAME_SIGN(y,x); MPFR_SET_INF(y); \ argument
51 #define ACTION_TINY(y,x,r) \ argument
H A Dsec.c25 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
26 #define ACTION_INF(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
27 #define ACTION_ZERO(y,x) return mpfr_set_ui (y, 1, rnd_mode) argument
30 #define ACTION_TINY(y,x,r) \ argument
H A Dsech.c31 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
32 #define ACTION_INF(y) return mpfr_set_ui (y, 0, MPFR_RNDN) argument
33 #define ACTION_ZERO(y,x) return mpfr_set_ui (y, 1, rnd_mode) argument
36 #define ACTION_TINY(y,x,r) \ argument
H A Dcoth.c33 #define ACTION_NAN(y) do { MPFR_SET_NAN(y); MPFR_RET_NAN; } while (1) argument
34 #define ACTION_INF(y) return mpfr_set_si (y, MPFR_IS_POS(x) ? 1 : -1, rnd_mode) argument
35 #define ACTION_ZERO(y,x) do { MPFR_SET_SAME_SIGN(y,x); MPFR_SET_INF(y); \ argument
65 #define ACTION_TINY(y,x,r) \ argument
/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
73 # define fputc(x,y) fputc_unlocked (x,y) argument
75 # define fputc_unlocked(x,y) fputc (x,y) argument
80 # define fputs(x,y) fputs_unlocked (x,y) argument
82 # define fputs_unlocked(x,y) fputs (x,y) 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
[all …]
/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
74 # define fputc(x,y) fputc_unlocked (x,y) argument
76 # define fputc_unlocked(x,y) fputc (x,y) argument
81 # define fputs(x,y) fputs_unlocked (x,y) argument
83 # define fputs_unlocked(x,y) fputs (x,y) 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
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h68 #define __tg_choose_2(x,y,f,d,l) \ argument
73 #define __tg_choose_3(x,y,z,f,d,l) \ argument
93 #define __TGMATH_REAL_2(x,y,R) \ argument
95 #define __TGMATH_REAL_3(x,y,z,R) \ argument
97 #define __TGMATH_REAL_1_2(x,y,R) \ argument
99 #define __TGMATH_REAL_2_3(x,y,z,R) \ argument
124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) argument
127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) argument
132 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) argument
134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) argument
[all …]
/dflybsd-src/games/hack/
H A Dhack.pri.c121 atl(int x, int y, int ch) in atl()
137 on_scr(int x, int y) in on_scr()
155 tmp_at(schar x, schar y) in tmp_at()
186 Tmp_at(schar x, schar y) in Tmp_at()
233 at(xchar x, xchar y, int ch) in at()
269 int x, y; in docrt() local
316 int x, y; in docorner() local
385 prl(int x, int y) in prl()
426 news0(xchar x, xchar y) in news0()
486 newsym(int x, int y) in newsym()
[all …]
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument
81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
92 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument
112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
128 #define __tg_simple2(x, y, fn) \ argument
130 #define __tg_simple3(x, y, z, fn) \ argument
136 #define __tg_full2(x, y, fn) \ argument
155 #define pow(x, y) __tg_full2(x, y, pow) argument
163 #define atan2(x, y) __tg_simple2(x, y, atan2) argument
166 #define copysign(x, y) __tg_simple2(x, y, copysign) argument
[all …]
H A Dcomplex.h41 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) argument
42 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) argument
43 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) argument
45 #define CMPLX(x, y) ((double complex){ x, y }) argument
46 #define CMPLXF(x, y) ((float complex){ x, y }) argument
47 #define CMPLXL(x, y) ((long double complex){ x, y }) argument
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-64.c58 word_type __cmpdi2 (DI x, DI y) { return x < y ? 0 : x == y ? 1 : 2; } in __cmpdi2()
60 DI __divdi3 (DI x, DI y) { return x / y; } in __divdi3()
62 DI __moddi3 (DI x, DI y) { return x % y; } in __moddi3()
63 DI __muldi3 (DI x, DI y) { return x * y; } in __muldi3()
67 word_type __ucmpdi2 (uDI x, uDI y) { return x < y ? 0 : x == y ? 1 : 2; } in __ucmpdi2()
68 uDI __udivdi3 (uDI x, uDI y) { return x / y; } in __udivdi3()
69 uDI __udivmoddi4 (uDI x, uDI y, uDI *r) { *r = x % y; return x / y; } in __udivmoddi4()
70 uDI __umoddi3 (uDI x, uDI y) { return x % y; } in __umoddi3()
/dflybsd-src/games/larn/
H A Dmonster.c136 int x, y, k, i; in createmonster() local
177 cgood(int x, int y, int itm, int monst) in cgood()
203 int x, y, k, i; in createitem() local
716 int x, y; in direct() local
777 int x, y, m; in godirect() local
896 ifblind(int x, int y) in ifblind()
922 int x, y; in tdirect() local
956 int x, y, m; in omnidirect() local
986 dirsub(int *x, int *y) in dirsub()
1035 vxy(int *x, int *y) in vxy()
[all …]
/dflybsd-src/contrib/dialog/
H A Dmouse.c48 dlg_mouse_setbase(int x, int y) in dlg_mouse_setbase()
62 dlg_mouse_mkbigregion(int y, int x, in dlg_mouse_mkbigregion()
85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion()
123 any_mouse_region(int y, int x, int small) in any_mouse_region()
144 dlg_mouse_region(int y, int x) in dlg_mouse_region()
151 dlg_mouse_bigregion(int y, int x) in dlg_mouse_bigregion()
/dflybsd-src/contrib/tcpdump/
H A Dfuncattrs.h122 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) argument
129 #define PRINTFLIKE_FUNCPTR(x,y) argument
131 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y))) argument
134 #define PRINTFLIKE(x,y) argument
135 #define PRINTFLIKE_FUNCPTR(x,y) argument
/dflybsd-src/games/hunt/huntd/
H A Ddraw.c56 int y; in drawmaze() local
130 int x, y; in look() local
189 int y, x; in see() local
226 check(PLAYER *pp, int y, int x) in check()
279 int x, y; in drawplayer() local
368 player_sym(PLAYER *pp, int y, int x) in player_sym()
H A Dshots.c96 int x, y; in moveshots() local
229 int i, x, y; in move_normal_shot() local
647 int x, y; in move_flyer() local
753 int y, x; in chkshot() local
1048 iswall(int y, int x) in iswall()
1092 explshot(BULLET *blist, int y, int x) in explshot()
1109 play_at(int y, int x) in play_at()
1150 is_bullet(int y, int x) in is_bullet()
1166 fixshots(int y, int x, char over) in fixshots()
/dflybsd-src/tools/regression/lib/libm/
H A Dtest-rem.c47 #define test(x, y, e_r, e_q) do { \ argument
110 test_invalid(long double x, long double y) in test_invalid()
143 testl(long double x, long double y, long double expected_rem, int expected_quo) in testl()
165 testd(double x, double y, double expected_rem, int expected_quo) in testd()
187 testf(float x, float y, float expected_rem, int expected_quo) in testf()

12345678910>>...42