Lines Matching defs:PrecisionCase
470 static const struct PrecisionCase in init() struct
472 glu::Precision prec; in init()
473 const char *name; in init()
476 const char *highValue; // !< highValue < maxValue in init()
477 const char *invHighValue; in init()
478 const char *mediumValue; // !< mediumValue^2 < maxValue in init()
479 const char *lowValue; // !< lowValue^4 < maxValue in init()
480 const char *invlowValue; in init()
481 int loopIterations; in init()
482 int loopPartialIterations; in init()
483 int loopNormalizationExponent; in init()
484 const char *loopNormalizationConstantLiteral; in init()
485 const char *loopMultiplier; in init()
486 const char *sumLoopNormalizationConstantLiteral; in init()