| /src/lib/libm/src/ |
| s_fmaf.c | 53 double xy, result; local in function:fmaf 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 in function:fmal 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 in function:fma 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 in function:xyattach 710 struct xy_softc *xy = device_lookup_private(&xy_cd, DISKUNIT(dev)); local in function:xyclose 735 struct xy_softc *xy; local in function:xydump 811 struct xy_softc *xy; local in function:xyioctl 901 struct xy_softc *xy; local in function:xyopen 1010 struct xy_softc *xy; local in function:xystrategy 1676 struct xy_softc *xy; local in function:xyc_start [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 in function:xyattach 841 struct xy_softc *xy = device_lookup_private(&xy_cd, DISKUNIT(dev)); local in function:xyclose 866 struct xy_softc *xy; local in function:xydump 942 struct xy_softc *xy; local in function:xyioctl 1055 struct xy_softc *xy; local in function:xyopen 1152 struct xy_softc *xy; local in function:xystrategy 1831 struct xy_softc *xy; local in function:xyc_start [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 in function:array_size 48 if (check_mul_overflow(x, y, &xy)) 50 return xy; 57 size_t xy, xyz; local in function:array3_size 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 in function:fBlaMka 12 return x + y + 2 * xy;
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_act.c | 137 reg_indxy(int reg, char *xy) 139 ucasify(xy); 140 if( strcmp(xy, ".XY") != 0 ) 141 perr("Register format must be .XY");
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| omap3-panel-sharp-ls037v7dw01.dtsi | 70 ti,swap-xy;
|
| omap3-lilly-a83x.dtsi | 325 ti,swap-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"
|
| var-op-shell.mk | 115 .if ${OUTPUT_OF_UNDEF} != "xy"
|
| /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/tests/bin/sh/ |
| t_expand.sh | 1377 check3 'Y=bar; printf %s ${X+x}${Y+y}' xy xy y # 40 1405 check3 'Y=bar; printf %s ${X:+x}${Y:+y}' xy y y #107
|
| t_patterns.sh | 586 cm xy 'x*y'; cm xyxy; cm '"x*y"'; cf xxyz # 10
|
| /src/distrib/sun2/miniroot/ |
| install.md | 63 -e '/^xy[0-9] /s/ .*//p'
|
| /src/distrib/sun3/miniroot/ |
| install.md | 63 -e '/^xy[0-9] /s/ .*//p'
|