exp_max           309 third_party/libwebp/enc/quant.c   const double exp_max = 0.9;
exp_max           310 third_party/libwebp/enc/quant.c   const double slope = (exp_min - exp_max) / (amax - amin);
exp_max           314 third_party/libwebp/enc/quant.c                     : (alpha < amin) ? exp_max
exp_max           315 third_party/libwebp/enc/quant.c                     : exp_max + slope * (alpha - amin);
exp_max          6701 third_party/libxml/src/xmlregexp.c 		    if ((insert->exp_min == min) && (insert->exp_max == max) &&
exp_max          6727 third_party/libxml/src/xmlregexp.c         entry->exp_max = max;
exp_max          7132 third_party/libxml/src/xmlregexp.c 	    if (exp->exp_max == 0)
exp_max          7143 third_party/libxml/src/xmlregexp.c 	    if (exp->exp_max == 1)
exp_max          7145 third_party/libxml/src/xmlregexp.c 	    if (exp->exp_max < 0) /* unbounded */
exp_max          7148 third_party/libxml/src/xmlregexp.c 		max = exp->exp_max - 1;
exp_max          7387 third_party/libxml/src/xmlregexp.c 	        (sub->exp_max == 1) &&
exp_max          7447 third_party/libxml/src/xmlregexp.c 		    if (sub->exp_max < 0)
exp_max          7450 third_party/libxml/src/xmlregexp.c 		        max = sub->exp_max -1;
exp_max          7513 third_party/libxml/src/xmlregexp.c 		    if (sub->exp_max == -1) {
exp_max          7515 third_party/libxml/src/xmlregexp.c 			if (exp->exp_max == -1) {
exp_max          7528 third_party/libxml/src/xmlregexp.c 			if (exp->exp_max == -1) {
exp_max          7540 third_party/libxml/src/xmlregexp.c 			    if (exp->exp_max < sub->exp_max * mult) {
exp_max          7547 third_party/libxml/src/xmlregexp.c 			    if (sub->exp_max * mult > exp->exp_min)
exp_max          7550 third_party/libxml/src/xmlregexp.c 				min = exp->exp_min - sub->exp_max * mult;
exp_max          7551 third_party/libxml/src/xmlregexp.c 			    max = exp->exp_max - sub->exp_max * mult;
exp_max          7564 third_party/libxml/src/xmlregexp.c 		} else if (sub->exp_max == -1) {
exp_max          7565 third_party/libxml/src/xmlregexp.c 		    if (exp->exp_max == -1) {
exp_max          7590 third_party/libxml/src/xmlregexp.c 		    if (exp->exp_max == -1) {
exp_max          7602 third_party/libxml/src/xmlregexp.c 		        if (exp->exp_max < sub->exp_max) {
exp_max          7609 third_party/libxml/src/xmlregexp.c 			if (sub->exp_max > exp->exp_min)
exp_max          7612 third_party/libxml/src/xmlregexp.c 			    min = exp->exp_min - sub->exp_max;
exp_max          7613 third_party/libxml/src/xmlregexp.c 			max = exp->exp_max - sub->exp_max;
exp_max          7642 third_party/libxml/src/xmlregexp.c 	    if (exp->exp_max < 0)
exp_max          7645 third_party/libxml/src/xmlregexp.c 		max = exp->exp_max - 1;
exp_max          8065 third_party/libxml/src/xmlregexp.c 	    if ((expr->exp_min == 0) && (expr->exp_max == 1)) {
exp_max          8068 third_party/libxml/src/xmlregexp.c 	    } else if ((expr->exp_min == 0) && (expr->exp_max == -1)) {
exp_max          8071 third_party/libxml/src/xmlregexp.c 	    } else if ((expr->exp_min == 1) && (expr->exp_max == -1)) {
exp_max          8074 third_party/libxml/src/xmlregexp.c 	    } else if (expr->exp_max == expr->exp_min) {
exp_max          8076 third_party/libxml/src/xmlregexp.c 	    } else if (expr->exp_max < 0) {
exp_max          8079 third_party/libxml/src/xmlregexp.c 	        snprintf(rep, 39, "{%d,%d}", expr->exp_min, expr->exp_max);