Searched defs:xe (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c407 long double xe, ye, xhi, xlo, yhi, ylo; local
439 xe = xx.e;
442 xlo = xe - xhi; /* lo 21 bits */
447 xe = xe * ye;
448 ye = ((xhi * yhi - xe) + xhi * ylo + xlo * yhi) + xlo * ylo;
450 /* distill the sum of xe, ye, and z */
456 yhi = xe + xhi;
457 ye = yhi - xe;
458 ylo = (xhi - ye) + (xe
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c423 xkb_elf_t *xe = &xkb->xkb_elf; local
433 sect = mdb_gelf_sect_by_name(xe->xe_gelf, ".xen_p2m");
440 if ((p2m = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL) {
453 xe->xe_off = mdb_alloc(size, UM_SLEEP);
457 xe->xe_off[i] = (size_t)-1;
462 xe->xe_off[p2m[i].pfn] = i;
477 xkb_elf_t *xe = &xkb->xkb_elf; local
484 sect = mdb_gelf_sect_by_name(xe->xe_gelf, ".xen_pfn");
491 if ((p2pfn = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL) {
505 xe
1132 xkb_elf_t *xe = &xkb->xkb_elf; local
1430 xkb_elf_t *xe = &xkb->xkb_elf; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c450 static struct xid_entry *xe = &xe_table[0]; variable in typeref:struct:xid_entry
458 for (x = xe; x >= xe_first; x--)
461 for (x = xe_last; x > xe; x--)
475 x = xe++;
476 if (xe > xe_last)
477 xe = xe_first;

Completed in 62 milliseconds