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

  /src/common/lib/libc/quad/
muldi3.c 190 * splits into high and low ints as HHALF(l) and LHUP(l) respectively.
225 prodl = LHUP(high);
230 prodl -= LHUP(mid);
234 prodl += LHUP(mid);
240 prodl += LHUP(low);
quad.h 104 #define LHUP(x) ((u_int)(x) << (u_int)HALF_BITS)

Completed in 12 milliseconds