Searched refs:ufvalue (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bio/
H A Db_print.c612 LDOUBLE ufvalue; local
626 ufvalue = abs_val(fvalue);
634 intpart = (long)ufvalue;
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));

Completed in 27 milliseconds