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