| /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_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...] |
| 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...] |
| /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/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/arch/sun3/dev/ |
| 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 */
|
| 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...] |
| /src/sys/dev/vme/ |
| 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 */
|
| 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...] |
| /src/games/trek/ |
| trek.h | 204 struct xy { struct 318 struct xy base[MAXBASES]; /* locations of starbases */ 328 struct xy starbase; /* starbase in current quadrant */
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
| ed25519_ref10.c | 453 fe25519 xy; local 460 fe25519_mul(xy, x, y); 461 fe25519_mul(pi->xy2d, xy, d2);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.h | 297 unsigned short xy; /* Value of the XY field.. */ member in struct:unw_x_record
|
| tc-ia64.c | 2373 unsigned int xy, 2380 ptr->r.record.x.xy = xy; 2554 ptr->r.record.x.xy >> 1, ptr->r.record.x.xy, 2569 ptr->r.record.x.reg, ptr->r.record.x.xy >> 1, 2570 ptr->r.record.x.xy, ptr->r.record.x.where.reg, 3104 unsigned int *xy, 3111 *xy = *regp = 0; /* Anything valid is good here. */ 3118 *xy = 0 4009 unsigned int qp, ab, xy, reg, treg; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ia64.h | 297 unsigned short xy; /* Value of the XY field.. */ member in struct:unw_x_record
|
| tc-ia64.c | 2373 unsigned int xy, 2380 ptr->r.record.x.xy = xy; 2554 ptr->r.record.x.xy >> 1, ptr->r.record.x.xy, 2569 ptr->r.record.x.reg, ptr->r.record.x.xy >> 1, 2570 ptr->r.record.x.xy, ptr->r.record.x.where.reg, 3104 unsigned int *xy, 3111 *xy = *regp = 0; /* Anything valid is good here. */ 3118 *xy = 0 4009 unsigned int qp, ab, xy, reg, treg; local [all...] |