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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-matrix22.c 94 mp_ptr r00, r01, r10, r11, a00, a01, a10, a11, b00, b01, b10, b11; local
98 r00 = R->e00; a00 = A->e00; b00 = B->e00;
107 r00 = R->e00; a00 = B->e00; b00 = A->e00;
116 mpn_mul (r00, a00, an, b00, bn);
124 mpn_mul (r10, a10, an, b00, bn);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 43 const uint128_t b00 = (uint128_t)aLo * bLo; local
48 const uint64_t b00Lo = (uint64_t)b00;
49 const uint64_t b00Hi = (uint64_t)(b00 >> 64);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 43 const uint128_t b00 = (uint128_t)aLo * bLo; local
48 const uint64_t b00Lo = (uint64_t)b00;
49 const uint64_t b00Hi = (uint64_t)(b00 >> 64);

Completed in 26 milliseconds