Home | History | Annotate | Download | only in functional

Lines Matching defs:precisions

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