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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c 611 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c 611 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c 611 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c 611 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
613 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 219 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 219 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 219 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 219 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; variable
221 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)

Completed in 83 milliseconds