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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c6440 #define exp_max field.count.f_max macro
6701 if ((insert->exp_min == min) && (insert->exp_max == max) &&
6727 entry->exp_max = max;
7132 if (exp->exp_max == 0)
7143 if (exp->exp_max == 1)
7145 if (exp->exp_max < 0) /* unbounded */
7148 max = exp->exp_max - 1;
7387 (sub->exp_max == 1) &&
7447 if (sub->exp_max < 0)
7450 max = sub->exp_max
[all...]
/external/libxml2/
H A Dxmlregexp.c6454 #define exp_max field.count.f_max macro
6715 if ((insert->exp_min == min) && (insert->exp_max == max) &&
6741 entry->exp_max = max;
7146 if (exp->exp_max == 0)
7157 if (exp->exp_max == 1)
7159 if (exp->exp_max < 0) /* unbounded */
7162 max = exp->exp_max - 1;
7401 (sub->exp_max == 1) &&
7461 if (sub->exp_max < 0)
7464 max = sub->exp_max
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c309 const double exp_max = 0.9; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
311 // Linearly interpolate 'expn' from exp_min to exp_max
314 : (alpha < amin) ? exp_max
315 : exp_max + slope * (alpha - amin);
/external/webp/src/enc/
H A Dquant.c309 const double exp_max = 0.9; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
311 // Linearly interpolate 'expn' from exp_min to exp_max
314 : (alpha < amin) ? exp_max
315 : exp_max + slope * (alpha - amin);

Completed in 3705 milliseconds