Home | History | Annotate | Download | only in native

Lines Matching refs:exp10

681   int exp10 = e;
703 while (exp10 >= 19)
708 exp10 -= 19;
710 while (exp10 >= 9)
715 exp10 -= 9;
717 if (exp10 == 0)
719 else if (exp10 == 1)
725 else if (exp10 == 2)
734 else if (exp10 == 3)
740 else if (exp10 == 4)
746 else if (exp10 == 5)
752 else if (exp10 == 6)
758 else if (exp10 == 7)
764 else if (exp10 == 8)