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

  /external/clearsilver/util/
snprintf.c 575 LDOUBLE ufvalue; local
594 ufvalue = abs_val (fvalue);
609 intpart = ufvalue;
621 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
  /external/openssl/crypto/bio/
b_print.c 612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));

Completed in 385 milliseconds