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

/external/libxml2/
H A Dxpath.c9962 #define MAX_FRAC 20 macro
9967 * it must be dimensioned at MAX_FRAC+1 (bug 133921)
9969 static double my_pow10[MAX_FRAC+1] = {
10047 while (((*cur >= '0') && (*cur <= '9')) && (frac < MAX_FRAC)) {
10136 while ((CUR >= '0') && (CUR <= '9') && (frac < MAX_FRAC)) {
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c9915 #define MAX_FRAC 20 macro
9920 * it must be dimensioned at MAX_FRAC+1 (bug 133921)
9922 static double my_pow10[MAX_FRAC+1] = {
10000 while (((*cur >= '0') && (*cur <= '9')) && (frac < MAX_FRAC)) {

Completed in 149 milliseconds