| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | invsqrt_limb.h | 279 mp_limb_t _n, _x, _y, _z, _t; \ 284 _y = (_x * (_n >> 31)) >> 32; \ 285 MPFR_ASSERTD(_y < MPFR_LIMB_ONE << 32); \ 287 _z = _n - _y * _y; \ 292 _z -= (_y + _y) + 1; \ 293 _y ++; \ 296 if (_z > _y + _y) \ 298 _z -= (_y + _y) + 1; \ 299 _y ++; \ 303 (s) = (_y << 32) + _t; \
|
| D | mpfr-impl.h | 1998 mpfr_ptr _y = (y); \ 2004 if (MPFR_UNLIKELY (_err > MPFR_PREC (_y) + 1)) \ 2006 int _inexact = mpfr_round_near_x (_y,(v),_err,(dir),(rnd)); \ 2021 mpfr_ptr _y = (y); \ 2027 if (MPFR_UNLIKELY (_err > MPFR_PREC (_y) + 1)) \ 2031 _inexact = mpfr_round_near_x (_y,(v),_err,(dir),(rnd)); \ 2037 return mpfr_check_range (_y, _inexact, (rnd)); \
|
| D | mpfr-longlong.h | 337 UWtype _x = (x), _y, _a, _c; \ 338 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 339 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /netbsd/src/sys/dev/hpc/ |
| D | video_subr.c | 85 if (_y < _x) { \ 86 BRESENHAM(_y, _x, -i, -k, func); \ 88 BRESENHAM(_x, _y, -k, -i, func); \ 91 if (_y < _x) { \ 92 BRESENHAM(_y, _x, -i, +k, func); \ 94 BRESENHAM(_x, _y, -k, +i, func); \ 99 if (_y < _x) { \ 100 BRESENHAM(_y, _x, +i, -k, func); \ 102 BRESENHAM(_x, _y, +k, -i, func); \ 105 if (_y < _x) { \ [all …]
|
| /netbsd/src/external/bsd/ntp/dist/scripts/monitoring/ |
| D | lr.pl | 58 my($_x, $_y) = @_; 62 $self->{sy} += $_y; 63 $self->{sxy} += $_x * $_y; 65 $self->{sy2} += $_y**2;
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | lib-types.cc | 47 subclass1 (int _x, int _y) : class1 (_x), y (_y) {} in subclass1() argument
|
| /netbsd/src/lib/libc/stdlib/ |
| D | getopt_long.c | 346 #define IDENTICAL_INTERPRETATION(_x, _y) \ in getopt_long() argument 347 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \ in getopt_long() 348 long_options[(_x)].flag == long_options[(_y)].flag && \ in getopt_long() 349 long_options[(_x)].val == long_options[(_y)].val) in getopt_long()
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | getopt_long.c | 371 #define IDENTICAL_INTERPRETATION(_x, _y) \ argument 372 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \ 373 long_options[(_x)].flag == long_options[(_y)].flag && \ 374 long_options[(_x)].val == long_options[(_y)].val)
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/compat/ |
| D | windows-config.h | 91 #define fchmod( _x, _y ) argument
|
| /netbsd/src/sys/arch/sgimips/hpc/ |
| D | pi1ppc.c | 88 #define pi1ppc_w_str(_x,_y) argument 89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y) argument 90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y) argument
|
| /netbsd/src/lib/libcurses/PSD.doc/ |
| D | win_st.c | 43 char **_y;
|
| /netbsd/src/external/gpl2/xcvs/dist/contrib/ |
| D | sccs2rcs.in | 149 if ((_$ans == _) || (_$ans == _y) || (_$ans == _Y)) then
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | optimize.c | 303 register bpf_u_int32 *_x = a, *_y = b;\ 305 do *_x++ &= *_y++; while (--_n != 0);\ 314 register bpf_u_int32 *_x = a, *_y = b;\ 316 do *_x++ &=~ *_y++; while (--_n != 0);\ 325 register bpf_u_int32 *_x = a, *_y = b;\ 327 do *_x++ |= *_y++; while (--_n != 0);\
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | longlong.h | 572 UWtype _x = (x), _y, _a, _c; \ 573 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 574 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | longlong.h | 572 UWtype _x = (x), _y, _a, _c; \ 573 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 574 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | longlong.h | 572 UWtype _x = (x), _y, _a, _c; \ 573 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 574 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | longlong.h | 331 UWtype _x = (x), _y, _a, _c; \ 332 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \ 333 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | roken.h.in | 806 #define flock(_x,_y) rk_flock(_x,_y) argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | sourcebuild.texi | 3697 @file{@var{testname}_y.@var{suffix}}. 3699 @item @var{testname}_y.@var{suffix}
|
| /netbsd/src/sys/dev/ic/ |
| D | isp.c | 3200 uint8_t _y[SNS_GID_FT_REQ_SIZE]; in isp_gid_ft_sns() member
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 11695 70c19efb810355909ad56a771187c1d1 gcc/testsuite/g++.dg/compat/abi/pr83487-1_y.C 11698 e2419887d40ddd04edb45a52cac93765 gcc/testsuite/g++.dg/compat/abi/pr83487-2_y.C 11702 751c1c56ac31742f865c103dffb811c5 gcc/testsuite/g++.dg/compat/abi/vbase8-10_y.C 11706 09cc1c9672dfefcb488cfae468b3266c gcc/testsuite/g++.dg/compat/abi/vbase8-21_y.C 11710 7c22a1df5def02262ccf20d04c785c83 gcc/testsuite/g++.dg/compat/abi/vbase8-22_y.C 11714 ad654d45c988963d6d91e514325cd68c gcc/testsuite/g++.dg/compat/abi/vbase8-4_y.C 11741 63c726e2524a407354a4fb9c4f79b448 gcc/testsuite/g++.dg/compat/decimal/pass-1_y.C 11744 ca1bba6a40295ff3128187890d5a16cd gcc/testsuite/g++.dg/compat/decimal/pass-2_y.C 11747 ca1bba6a40295ff3128187890d5a16cd gcc/testsuite/g++.dg/compat/decimal/pass-3_y.C 11750 63c726e2524a407354a4fb9c4f79b448 gcc/testsuite/g++.dg/compat/decimal/pass-4_y.C [all …]
|