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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 123 const uint64_t temp1Lo = b10Lo + b00Hi;
124 const uint64_t temp1Hi = b10Hi + (temp1Lo < b10Lo);
125 const uint64_t temp2Lo = b01Lo + temp1Lo;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 123 const uint64_t temp1Lo = b10Lo + b00Hi;
124 const uint64_t temp1Hi = b10Hi + (temp1Lo < b10Lo);
125 const uint64_t temp2Lo = b01Lo + temp1Lo;

Completed in 23 milliseconds