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

  /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
softdivide.c 88 uint32_t quotient_bit = max_qbit >> shift; local
92 quotient_bit >>= too_big;
94 quotient |= quotient_bit;
144 uint64_t quotient_bit = max_qbit >> shift; local
148 quotient_bit >>= too_big;
150 quotient |= quotient_bit;

Completed in 61 milliseconds