Searched refs:qx (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/games/trek/
H A Dsnova.c69 int qx, qy; local
81 qx = ranf(NQUADS);
83 q = &Quad[qx][qy];
87 if (Ship.quadx == qx && Ship.quady == qy) {
104 qx = Ship.quadx;
106 q = &Quad[qx][qy];
127 qx, qy);
139 killb(qx, qy);
143 killb(qx, qy);
145 killd(qx, q
[all...]
H A Dklmove.c77 int qx, qy; local
120 qx = Ship.quadx;
123 qx -= 1;
126 qx += 1;
132 if (qx < 0 || qx >= NQUADS ||
134 Quad[qx][qy].stars < 0 ||
135 Quad[qx][qy].klings > MAXKLQUAD - 1)
140 k->x, k->y, qx, qy);
141 motion = Quad[qx][q
[all...]
H A Dkill.c101 killb(int qx, int qy) argument
106 q = &Quad[qx][qy];
121 if (qx == b->x && qy == b->y)
124 if (qx == Ship.quadx && qy == Ship.quady) {
135 qx, qy);
138 schedule(E_KATSB | E_GHOST, TOOLARGE, qx, qy, 0);
/netbsd-current/lib/libm/src/
H A Dk_cos.c44 * For better accuracy when x > 0.3, let qx = |x|/4 with
45 * the last 32 bits mask off, and if x > 0.78125, let qx = 0.28125.
47 * cos(x+y) = (1-qx) - ((x*x/2-qx) - (r-x*y)).
48 * Note that 1-qx and (x*x/2-qx) is EXACT here, and the
68 double a,hz,z,r,qx; local
81 qx = 0.28125;
83 INSERT_WORDS(qx,ix-0x00200000,0); /* x/4 */
85 hz = 0.5*z-qx;
[all...]
H A Dk_cosf.c36 float a,hz,z,r,qx; local
49 qx = (float)0.28125;
51 SET_FLOAT_WORD(qx,ix-0x01000000); /* x/4 */
53 hz = (float)0.5*z-qx;
54 a = one-qx;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dgdb792.cc8 int qx; member in class:Q
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dgdb792.cc8 int qx; member in class:Q
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiveby3.c145 mp_limb_t s, sm, cl, q, qx, c2, c3; local
161 qx = q + (s < cy);
163 c2 = qx >= GMP_NUMB_CEIL_MAX_DIV3;
164 c3 = qx >= GMP_NUMB_CEIL_2MAX_DIV3 ;
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dexpm1q.c89 __float128 px, qx, xx; local
143 qx = (((((((x
148 qx = x + (0.5 * xx + xx * px / qx);
152 We have qx = exp(remainder ln 2) - 1, so
153 exp(x) - 1 = 2^k (qx + 1) - 1
154 = 2^k qx + 2^k - 1. */
157 x = px * qx + (px - 1.0);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dexpm1q.c89 __float128 px, qx, xx; local
143 qx = (((((((x
148 qx = x + (0.5 * xx + xx * px / qx);
152 We have qx = exp(remainder ln 2) - 1, so
153 exp(x) - 1 = 2^k (qx + 1) - 1
154 = 2^k qx + 2^k - 1. */
157 x = px * qx + (px - 1.0);
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_getpwent.c114 struct passwd px, *qx; local
115 int rv = __getpwnam_r50(name, &px, buf, len, &qx);
125 struct passwd px, *qx; local
126 int rv = __getpwuid_r50(uid, &px, buf, len, &qx);
152 struct passwd px, *qx; local
153 int rv = __getpwent_r50(&px, buf, len, &qx);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddiv.c114 mpfr_exp_t qx = MPFR_GET_EXP(u) - MPFR_GET_EXP(v); local
177 qx += extra;
181 if (MPFR_UNLIKELY(qx > __gmpfr_emax))
187 if (MPFR_UNLIKELY(qx < __gmpfr_emin))
196 (a) either qx < emin - 1
197 (b) or qx = emin - 1 and qp[0] = 1000....000 and rb = sb = 0.
202 (qx < __gmpfr_emin - 1 || (qp[0] == MPFR_LIMB_HIGHBIT && sb == 0)))
207 MPFR_EXP (q) = qx; /* Don't use MPFR_SET_EXP since qx might be < __gmpfr_emin
211 MPFR_ASSERTD(qx >
260 mpfr_exp_t qx = MPFR_GET_EXP(u) - MPFR_GET_EXP(v); local
398 mpfr_exp_t qx = MPFR_GET_EXP(u) - MPFR_GET_EXP(v); local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-perl-445 print qx;ls $0;;
/netbsd-current/distrib/sets/
H A Dmakesrctars42 while getopts N:qx: ch; do
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgitlog-to-changelog228 my $git_dir = qx($cmd);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d496 Quack qx = h1.wrap!Quack; // Human -> Quack
498 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d497 Quack qx = h1.wrap!Quack; // Human -> Quack
499 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dpvcs2rcs.in1223 my $output = qx/which $_ 2>&1/;
/netbsd-current/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in2770 my $rm_output = qx ($target_cmd -rf $outputdir);
3638 my $cmd_output = qx ($target_cmd);
8817 my $kernel_name = qx ($target_cmd -s); chomp ($kernel_name);
8818 my $nodename = qx ($target_cmd -n); chomp ($nodename);
8819 my $kernel_release = qx ($target_cmd -r); chomp ($kernel_release);
8820 my $kernel_version = qx ($target_cmd -v); chomp ($kernel_version);
8821 my $machine = qx ($target_cmd -m); chomp ($machine);
8822 my $processor = qx ($target_cmd -p); chomp ($processor);
8823 my $hardware_platform = qx ($target_cmd -i); chomp ($hardware_platform);
8824 my $operating_system = qx (
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d1626 T qx = poly(x, Q);
1628 qx = x + ((cast(T) 0.5) * xx + xx * px / qx);
1630 // We have qx = exp(remainder LN2) - 1, so:
1631 // exp(x) - 1 = 2^^n (qx + 1) - 1 = 2^^n qx + 2^^n - 1.
1633 x = px * qx + (px - cast(T) 1.0);
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build130 my @options = qx($0 -h);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d2141 real qx = poly(x, Q);
2143 qx = x + (0.5 * xx + xx * px / qx);
2145 // We have qx = exp(remainder LN2) - 1, so:
2146 // exp(x) - 1 = 2^^n (qx + 1) - 1 = 2^^n qx + 2^^n - 1.
2148 x = px * qx + (px - 1.0);
H A Dtypecons.d4869 Quack qx = h1.wrap!Quack; // Human -> Quack
4870 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6093 Quack qx = h1.wrap!Quack; // Human -> Quack
6094 Flyer fx = qx.wrap!Flyer; // Quack -> Flyer

Completed in 301 milliseconds