HomeSort by: relevance | last modified time | path
    Searched refs:xy (Results 1 - 25 of 191) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/lib/libm/src/
s_fmaf.c 53 double xy, result; local
56 xy = (double)x * y;
57 result = xy + z;
62 result - xy == z || /* exact */
71 volatile double vxy = xy; /* XXX work around gcc CSE bug */
s_fmal.c 179 struct dd xy, r; local
243 * (xy.hi, xy.lo) = x * y (exact)
244 * (r.hi, r.lo) = xy.hi + z (exact)
245 * adj = xy.lo + r.lo (inexact; low bit is sticky)
248 xy = dd_mul(xs, ys);
249 r = dd_add(xy.hi, zs);
261 return (xy.hi + vzs + ldexpl(xy.lo, spread));
271 adj = r.lo + xy.lo
    [all...]
s_fma.c 194 struct dd xy, r; local
258 * (xy.hi, xy.lo) = x * y (exact)
259 * (r.hi, r.lo) = xy.hi + z (exact)
260 * adj = xy.lo + r.lo (inexact; low bit is sticky)
263 xy = dd_mul(xs, ys);
264 r = dd_add(xy.hi, zs);
276 return (xy.hi + vzs + ldexp(xy.lo, spread));
286 adj = r.lo + xy.lo
    [all...]
  /src/sys/arch/sun3/dev/
xy.c 1 /* $NetBSD: xy.c,v 1.84 2024/12/21 17:40:11 tsutsui Exp $ */
33 * id: &Id: xy.c,v 1.1 1995/09/25 20:35:14 chuck Exp &
49 __KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.84 2024/12/21 17:40:11 tsutsui Exp $");
91 * Print a complaint when no xy children were specified
97 #include "xy.h"
99 #error "xyc but no xy?"
203 CFATTACH_DECL_NEW(xy, sizeof(struct xy_softc),
271 xygetdisklabel(struct xy_softc *xy, void *b)
280 xy->sc_dk.dk_label->d_secsize = XYFM_BPS;
282 err = readdisklabel(MAKEDISKDEV(0, device_unit(xy->sc_dev), RAW_PART)
499 struct xy_softc *xy = device_private(self); local
710 struct xy_softc *xy = device_lookup_private(&xy_cd, DISKUNIT(dev)); local
735 struct xy_softc *xy; local
811 struct xy_softc *xy; local
901 struct xy_softc *xy; local
1010 struct xy_softc *xy; local
1676 struct xy_softc *xy; local
    [all...]
xyvar.h 46 struct xy_softc *xy; /* which disk */ member in struct:xy_iorq
91 #define XYC_MAXTTL 2 /* max number of xy ticks to live */
  /src/sys/dev/vme/
xy.c 1 /* $NetBSD: xy.c,v 1.102 2021/08/07 16:19:17 thorpej Exp $ */
48 __KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.102 2021/08/07 16:19:17 thorpej Exp $");
196 CFATTACH_DECL_NEW(xy, sizeof(struct xy_softc),
267 xygetdisklabel(struct xy_softc *xy, void *b)
278 xy->sc_dk.dk_label->d_secsize = XYFM_BPS;
280 err = readdisklabel(MAKEDISKDEV(0, device_unit(xy->sc_dev), RAW_PART),
282 xy->sc_dk.dk_label, xy->sc_dk.dk_cpulabel);
284 printf("%s: %s\n", device_xname(xy->sc_dev), err);
290 sdl = (struct sun_disklabel *)xy->sc_dk.dk_cpulabel->cd_block
610 struct xy_softc *xy = device_private(self), *oxy; local
841 struct xy_softc *xy = device_lookup_private(&xy_cd, DISKUNIT(dev)); local
866 struct xy_softc *xy; local
942 struct xy_softc *xy; local
1055 struct xy_softc *xy; local
1152 struct xy_softc *xy; local
1831 struct xy_softc *xy; local
    [all...]
xyvar.h 46 struct xy_softc *xy; /* which disk */ member in struct:xy_iorq
88 #define XYC_MAXTTL 2 /* max number of xy ticks to live */
  /src/sys/external/bsd/common/include/linux/
overflow.h 46 size_t xy; local
48 if (check_mul_overflow(x, y, &xy))
50 return xy;
57 size_t xy, xyz; local
59 if (check_mul_overflow(x, y, &xy))
61 if (check_mul_overflow(xy, z, &xyz))
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
DD.h 19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \
20 (((((xHi)*(yHi) - (xy)) + (xHi)*(yLo)) + (xLo)*(yHi)) + (xLo)*(yLo))
  /src/share/man/man4/man4.sparc/
Makefile 8 tslot.4 xd.4 xy.4 zx.4
  /src/games/trek/
visual.c 55 static struct xy Visdelta[11] = {
75 struct xy *v;
trek.h 204 struct xy { struct
318 struct xy base[MAXBASES]; /* locations of starbases */
328 struct xy starbase; /* starbase in current quadrant */
kill.c 104 struct xy *b;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blamka-round-ref.h 11 const uint64_t xy = (x & m) * (y & m); local
12 return x + y + 2 * xy;
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blamka-round-ref.h 27 const uint64_t xy = (x & m) * (y & m); local
28 return x + y + 2 * xy;
  /src/external/historical/nawk/dist/testdir/
T.utf 111 abcdef xy XYZ 0 abcdef
119 abcdef xy XYZ 0 abcdef
  /src/usr.sbin/gspa/gspa/
gsp_act.c 134 reg_indxy(int reg, char *xy)
136 ucasify(xy);
137 if( strcmp(xy, ".XY") != 0 )
138 perr("Register format must be .XY");
  /src/usr.bin/make/unit-tests/
var-op-shell.exp 12 Capturing the output of command "echo xy"
13 Global: OUTPUT_OF_UNDEF = xy
14 Var_Parse: ${OUTPUT_OF_UNDEF} != "xy" (eval-defined-loud)
varmod-loop-varname.mk 49 .if ${:U1 2 3:@@x${}y@} != "xy xy xy"
  /src/external/bsd/libfido2/dist/src/
eddsa.c 61 decode_coord(const cbor_item_t *item, void *xy, size_t xy_len)
70 memcpy(xy, cbor_bytestring_handle(item), xy_len);
es384.c 22 decode_coord(const cbor_item_t *item, void *xy, size_t xy_len)
31 memcpy(xy, cbor_bytestring_handle(item), xy_len);
  /src/tests/bin/sh/
t_expand.sh 1316 check 'set -- ; set -- x$*y; printf "%s," "$@"' xy, 0 # 7
1317 check 'IFS=+ ; set -- ; set -- x$*y; printf "%s," "$@"' xy, 0 # 8
1318 check 'set -- ""; set -- x$*y; printf "%s," "$@"' xy, 0 # 9
1320 xy, 0 #10
1478 check3 'Y=bar; printf %s ${X+x}${Y+y}' xy xy y # 40
1506 check3 'Y=bar; printf %s ${X:+x}${Y:+y}' xy y y #109
  /src/libexec/httpd/lua/
optparse.lua 12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
optparse.lua 12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
  /src/crypto/external/bsd/netpgp/dist/src/hkpclient/
optparse.lua 12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )

Completed in 84 milliseconds

1 2 3 4 5 6 7 8