HomeSort by relevance Sort by last modified time
    Searched refs:myround (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 455 static UINTMAX_T myround(LDOUBLE);
1121 if ((fracpart = myround(mask * (ufvalue - intpart))) >= mask) {
1124 * (because precision = 3). Now, myround(1000 * 0.99962) will
1378 myround(LDOUBLE value) function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 455 static UINTMAX_T myround(LDOUBLE);
1121 if ((fracpart = myround(mask * (ufvalue - intpart))) >= mask) {
1124 * (because precision = 3). Now, myround(1000 * 0.99962) will
1378 myround(LDOUBLE value) function
    [all...]

Completed in 67 milliseconds