Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fraction

972   trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;