Home
last modified time | relevance | path

Searched refs:_Scale (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfog.c88 ctx->Fog._Scale = 1.0f; in update_fog_scale()
90 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start); in update_fog_scale()
230 ctx->Fog._Scale = 1.0f; in _mesa_init_fog()
Dmtypes.h621 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */ member
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py170 def _Scale(dk, steps): function
220 expected = _Repeat(0.0 * dk + (10.0 + 30.0) * (1 - dk) / _Scale(dk, 1), dim)
232 (10.0 + 30.0) * (1 - dk)) / _Scale(dk, 2), dim)