Lines Matching defs:const

39 								UnaryBuiltinVecFunc		(GeneratorState& state, const char* function, ConstValueRangeAccess valueRange);
43 void tokenize (GeneratorState& state, TokenStream& str) const;
46 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_inValueRange.getType()); }
48 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
58 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::UnaryBuiltinVecFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorState& state, TokenStream& str) const
121 float UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
147 inline float operator() (float outMin, float outMax) const { return C::getCompWeight(outMin, outMax); }
153 inline void operator() (float outMin, float outMax, float& inMin, float& inMax) const { C::computeValueRange(outMin, outMax, inMin, inMax); }
159 inline float operator() (float inVal) const { return C::evaluateComp(inVal); }
166 UnaryBuiltinVecTemplateProxy (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
177 UnaryTrigonometricFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
213 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
283 const float rangeMin = -4.0f;
284 const float rangeMax = +4.0f;
311 const float rangeMin = -DE_PI/2.0f;
312 const float rangeMax = +DE_PI/2.0f;
339 const float rangeMin = 0.0f;
340 const float rangeMax = DE_PI;
368 const float rangeMin = -1.0f;
369 const float rangeMax = +1.0f;
392 UnaryExponentialFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
428 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
448 const float rangeMin = 0.1f;
449 const float rangeMax = 10.0f;
477 const float rangeMin = 0.1f;
478 const float rangeMax = 6.0f;
506 const float rangeMin = 0.1f;
507 const float rangeMax = 10.0f;
535 const float rangeMin = 0.1f;
536 const float rangeMax = 6.0f;
564 const float rangeMin = 0.0f;
565 const float rangeMax = 4.0f;
596 const float rangeMin = 0.4f;
597 const float rangeMax = 3.0f;