HomeSort by relevance Sort by last modified time
    Searched full:ufvalue (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 999 LDOUBLE ufvalue; local
1103 ufvalue = (fvalue >= 0.0) ? fvalue : -fvalue;
1105 ufvalue /= mypow10(exponent);
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
1121 if ((fracpart = myround(mask * (ufvalue - intpart))) >= mask) {
1123 * For example, ufvalue = 2.99962, intpart = 2, and mask = 1000
    [all...]

Completed in 184 milliseconds