| /netbsd-src/games/trek/ |
| H A D | snova.c | 69 int qx, qy; in snova() local 81 qx = ranf(NQUADS); in snova() 83 q = &Quad[qx][qy]; in snova() 87 if (Ship.quadx == qx && Ship.quady == qy) { in snova() 104 qx = Ship.quadx; in snova() 106 q = &Quad[qx][qy]; in snova() 127 qx, qy); in snova() 139 killb(qx, qy); in snova() 143 killb(qx, qy); in snova() 145 killd(qx, qy, (x >= 0)); in snova()
|
| H A D | klmove.c | 77 int qx, qy; in klmove() local 120 qx = Ship.quadx; in klmove() 123 qx -= 1; in klmove() 126 qx += 1; in klmove() 132 if (qx < 0 || qx >= NQUADS || in klmove() 134 Quad[qx][qy].stars < 0 || in klmove() 135 Quad[qx][qy].klings > MAXKLQUAD - 1) in klmove() 140 k->x, k->y, qx, qy); in klmove() 141 motion = Quad[qx][qy].scanned; in klmove() 143 Quad[qx][qy].scanned += 100; in klmove() [all …]
|
| H A D | kill.c | 101 killb(int qx, int qy) in killb() argument 106 q = &Quad[qx][qy]; in killb() 121 if (qx == b->x && qy == b->y) in killb() 124 if (qx == Ship.quadx && qy == Ship.quady) { in killb() 135 qx, qy); in killb() 138 schedule(E_KATSB | E_GHOST, TOOLARGE, qx, qy, 0); in killb()
|
| /netbsd-src/lib/libm/src/ |
| H A D | k_cos.c | 68 double a,hz,z,r,qx; in __kernel_cos() local 81 qx = 0.28125; in __kernel_cos() 83 INSERT_WORDS(qx,ix-0x00200000,0); /* x/4 */ in __kernel_cos() 85 hz = 0.5*z-qx; in __kernel_cos() 86 a = one-qx; in __kernel_cos()
|
| H A D | k_cosf.c | 36 float a,hz,z,r,qx; in __kernel_cosf() local 49 qx = (float)0.28125; in __kernel_cosf() 51 SET_FLOAT_WORD(qx,ix-0x01000000); /* x/4 */ in __kernel_cosf() 53 hz = (float)0.5*z-qx; in __kernel_cosf() 54 a = one-qx; in __kernel_cosf()
|
| /netbsd-src/lib/libc/compat/gen/ |
| H A D | compat_getpwent.c | 114 struct passwd px, *qx; in getpwnam_r() local 115 int rv = __getpwnam_r50(name, &px, buf, len, &qx); in getpwnam_r() 125 struct passwd px, *qx; in getpwuid_r() local 126 int rv = __getpwuid_r50(uid, &px, buf, len, &qx); in getpwuid_r() 152 struct passwd px, *qx; in getpwent_r() local 153 int rv = __getpwent_r50(&px, buf, len, &qx); in getpwent_r()
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | div.c | 114 mpfr_exp_t qx = MPFR_GET_EXP(u) - MPFR_GET_EXP(v); in mpfr_div_1() local 177 qx += extra; in mpfr_div_1() 181 if (MPFR_UNLIKELY(qx > __gmpfr_emax)) in mpfr_div_1() 187 if (MPFR_UNLIKELY(qx < __gmpfr_emin)) in mpfr_div_1() 202 (qx < __gmpfr_emin - 1 || (qp[0] == MPFR_LIMB_HIGHBIT && sb == 0))) in mpfr_div_1() 207 MPFR_EXP (q) = qx; /* Don't use MPFR_SET_EXP since qx might be < __gmpfr_emin in mpfr_div_1() 211 MPFR_ASSERTD(qx >= __gmpfr_emin); in mpfr_div_1() 229 MPFR_ASSERTD(qx >= __gmpfr_emin); in mpfr_div_1() 260 mpfr_exp_t qx = MPFR_GET_EXP(u) - MPFR_GET_EXP(v); in mpfr_div_1n() local 323 qx ++; in mpfr_div_1n() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | expm1q.c | 89 __float128 px, qx, xx; in expm1q() local 143 qx = (((((((x in expm1q() 148 qx = x + (0.5 * xx + xx * px / qx); in expm1q() 157 x = px * qx + (px - 1.0); in expm1q()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| H A D | expm1q.c | 89 __float128 px, qx, xx; in expm1q() local 143 qx = (((((((x in expm1q() 148 qx = x + (0.5 * xx + xx * px / qx); in expm1q() 157 x = px * qx + (px - 1.0); in expm1q()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | diveby3.c | 145 mp_limb_t s, sm, cl, q, qx, c2, c3; in mpn_divexact_by3c() local 161 qx = q + (s < cy); in mpn_divexact_by3c() 163 c2 = qx >= GMP_NUMB_CEIL_MAX_DIV3; in mpn_divexact_by3c() 164 c3 = qx >= GMP_NUMB_CEIL_2MAX_DIV3 ; in mpn_divexact_by3c()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| H A D | gdb792.cc | 8 int qx; member in Q
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| H A D | gdb792.cc | 8 int qx; member in Q
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-perl-4 | 45 print qx;ls $0;;
|
| /netbsd-src/distrib/sets/ |
| H A D | makesrctars | 42 while getopts N:qx: ch; do
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | T.sub | 119 x\& paq x&paq x&px&qx&
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/ |
| H A D | typecons.d | 497 Quack qx = h1.wrap!Quack; // Human -> Quack variable 499 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/ |
| H A D | typecons.d | 496 Quack qx = h1.wrap!Quack; // Human -> Quack variable 498 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | pvcs2rcs.in | 1223 my $output = qx/which $_ 2>&1/;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
| H A D | exponential.d | 1626 T qx = poly(x, Q); in expm1Impl() local 1628 qx = x + ((cast(T) 0.5) * xx + xx * px / qx); in expm1Impl() 1633 x = px * qx + (px - cast(T) 1.0); in expm1Impl()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | EVP_PKEY-EC.pod | 137 =item "qx" (B<OSSL_PKEY_PARAM_EC_PUB_X>) <unsigned integer>
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | math.d | 2141 real qx = poly(x, Q); in expm1() local 2143 qx = x + (0.5 * xx + xx * px / qx); in expm1() 2148 x = px * qx + (px - 1.0); in expm1()
|
| H A D | typecons.d | 4869 Quack qx = h1.wrap!Quack; // Human -> Quack 4870 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | typecons.d | 6133 Quack qx = h1.wrap!Quack; // Human -> Quack 6134 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
|
| /netbsd-src/sys/dev/microcode/wi/ |
| H A D | esecsym | 185 …���g����@g��)�+�.���.�+�,���/�/�,���-�0�0���-�d"�:`XNx��fE�ad��cY�K`qx�����.&F>`XN�x�� D…
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | gettext.texi | 9718 @item @code{qx (/bin/date)} 10039 @item @strong{the operator qx} 10042 print gettext qx ;LANGUAGE=C /bin/date; 10043 print gettext qx [/usr/bin/ls | grep '^[A-Z]*']; 10046 The operator @code{qx} is fully supported. You can use arbitrary 10052 specified with the @code{qx} operator. The feature was included
|