Searched defs:xb (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dsum.c45 ULong carry, *xc, *xa, *xb, *xe, y; local
59 xb = b->x;
64 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
66 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
81 y = *xa++ + *xb++ + carry;
H A Dmisc.c282 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
311 xb = b->x;
312 xbe = xb + wb;
315 for(; xb < xbe; xc0++) {
316 if ( (y = *xb++) !=0) {
333 for(; xb < xbe; xb++, xc0++) {
334 if ( (y = *xb & 0xffff) !=0) {
348 if ( (y = *xb >> 16) !=0) {
365 for(; xb < xb
521 ULong *xa, *xa0, *xb, *xb0; local
557 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c2997 static int interpolate(int x, int xa, int xb, int ya, int yb) argument
3001 bf = 2 * (yb - ya) * (x - xa) / (xb - xa);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c840 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
867 xb = b->x;
868 xbe = xb + wb;
871 for(; xb < xbe; xc0++) {
872 if (y = *xb++) {
887 for(; xb < xbe; xb++, xc0++) {
888 if (y = *xb & 0xffff) {
902 if (y = *xb >> 16) {
919 for(; xb < xb
1067 ULong *xa, *xa0, *xb, *xb0; local
1103 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]

Completed in 1224 milliseconds