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