Home | History | Annotate | Download | only in libxml2

Lines Matching full:fraction

978   trio_long_double_t fraction = 0.0;
1003 fraction += fracdiv * (isdigit((int)*source)
1049 fraction += (*source - '0') * fracdiv;
1074 value = integer + fraction;