Home | History | Annotate | Download | only in functional

Lines Matching refs:prec

438 		Precision	prec		= isBoolVal || (isIntVal && spec.precision == PRECISION_LOWP) ? PRECISION_MEDIUMP : spec.precision;
439 inputPrecision[i] = getPrecisionName(prec);