Searched refs:xb (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/stdlib/ |
H A D | strtod.c | 571 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local 592 xb = b->x; in mult() 593 xbe = xb + wb; in mult() 596 for (; xb < xbe; xb++, xc0++) { in mult() 597 if ( (y = *xb & 0xffff) ) { in mult() 610 if ( (y = *xb >> 16) ) { in mult() 626 for (; xb < xbe; xc0++) { in mult() 627 if (y = *xb++) { in mult() 742 ULong *xa, *xa0, *xb, *xb0; in cmp() local 758 xb = xb0 + j; in cmp() [all …]
|
/haiku/headers/libs/agg/ |
H A D | agg_scanline_boolean_algebra.h | 916 int xb = xb1; in sbool_unite_scanlines() local 918 if(xb < xb2) xb = xb2; in sbool_unite_scanlines() 920 int len = xe - xb + 1; // The length of the intersection in sbool_unite_scanlines() 940 combine_spans(span1, span2, xb, len, sl); in sbool_unite_scanlines()
|
/haiku/src/libs/zydis/Zydis/Generated/ |
H A D | FormatterStrings.inc | 564 static const ZydisShortString STR_PREF_REX_43 = ZYDIS_MAKE_SHORTSTRING("rex.xb ");
|