HomeSort by: relevance | last modified time | path
    Searched defs:pyld_x (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_noncomp.c 481 UINT64 sig_x, sig_y, pyld_y, pyld_x; local
511 pyld_x = x & 0x0003ffffffffffffull;
520 if (pyld_x > 999999999999999ull || pyld_x == 0) {
525 res = (pyld_x >= pyld_y);
549 pyld_x = x & 0x0003ffffffffffffull;
552 if (pyld_x > 999999999999999ull || pyld_x == 0) {
561 res = (pyld_x <= pyld_y);
751 UINT64 sig_x, sig_y, pyld_y, pyld_x; local
    [all...]
bid128_noncomp.c 587 UINT128 sig_x, sig_y, pyld_y, pyld_x; local
612 pyld_x.w[1] = x.w[1] & 0x00003fffffffffffull;
613 pyld_x.w[0] = x.w[0];
616 if ((pyld_x.w[1] > 0x0000314dc6448d93ull)
617 || ((pyld_x.w[1] == 0x0000314dc6448d93ull)
618 && (pyld_x.w[0] > 0x38c15b09ffffffffull))) {
619 pyld_x.w[1] = 0;
620 pyld_x.w[0] = 0;
636 if ((pyld_x.w[1] > pyld_y.w[1]) ||
637 ((pyld_x.w[1] == pyld_y.w[1]
928 UINT128 sig_x, sig_y, pyld_y, pyld_x; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_noncomp.c 481 UINT64 sig_x, sig_y, pyld_y, pyld_x; local
511 pyld_x = x & 0x0003ffffffffffffull;
520 if (pyld_x > 999999999999999ull || pyld_x == 0) {
525 res = (pyld_x >= pyld_y);
549 pyld_x = x & 0x0003ffffffffffffull;
552 if (pyld_x > 999999999999999ull || pyld_x == 0) {
561 res = (pyld_x <= pyld_y);
751 UINT64 sig_x, sig_y, pyld_y, pyld_x; local
    [all...]
bid128_noncomp.c 587 UINT128 sig_x, sig_y, pyld_y, pyld_x; local
612 pyld_x.w[1] = x.w[1] & 0x00003fffffffffffull;
613 pyld_x.w[0] = x.w[0];
616 if ((pyld_x.w[1] > 0x0000314dc6448d93ull)
617 || ((pyld_x.w[1] == 0x0000314dc6448d93ull)
618 && (pyld_x.w[0] > 0x38c15b09ffffffffull))) {
619 pyld_x.w[1] = 0;
620 pyld_x.w[0] = 0;
636 if ((pyld_x.w[1] > pyld_y.w[1]) ||
637 ((pyld_x.w[1] == pyld_y.w[1]
928 UINT128 sig_x, sig_y, pyld_y, pyld_x; local
    [all...]

Completed in 16 milliseconds