Searched refs:bits1Lo (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Df2s_intrinsics.h77 uint32_t bits1Lo = (uint32_t)(bits1); local
79 bits1Lo += bits0Hi;
80 bits1Hi += (bits1Lo < bits0Hi);
87 return (bits1Hi << (32 - s)) | (bits1Lo >> s);

Completed in 79 milliseconds