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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 125 const uint64_t temp2Lo = b01Lo + temp1Lo;
126 const uint64_t temp2Hi = b01Hi + (temp2Lo < b01Lo);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 125 const uint64_t temp2Lo = b01Lo + temp1Lo;
126 const uint64_t temp2Hi = b01Hi + (temp2Lo < b01Lo);

Completed in 25 milliseconds