Home | History | Annotate | Download | only in functional

Lines Matching defs:precisions

474 	} precisions[] =
481 for (int precNdx = 0; precNdx < DE_LENGTH_OF_ARRAY(precisions); ++precNdx)
483 const char* const precisionName = precisions[precNdx].name;
484 const glu::Precision precision = precisions[precNdx].prec;
492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
493 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
494 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
495 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
496 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
497 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations))
498 << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations))
499 << FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponent))
500 << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral)
501 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier)
502 << FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral);