Home
last modified time | relevance | path

Searched refs:normx (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dfireworks.c116 float normx = curr->xvel / speed; in stepParticles() local
119 normx * WIND_RESISTANCE * deltaMilliseconds; in stepParticles()
/third_party/boost/libs/multiprecision/performance/
Dlinpack-benchmark.cpp181 static real_type normx; in MAIN__() local
247 normx = CAST_TO_RT(0); in MAIN__()
255 d__2 = normx, d__3 = (d__1 = x[i__ - 1], abs(d__1)); in MAIN__()
256 normx = (max)(d__2, d__3); in MAIN__()
260 residn = resid / (n * norma * normx * eps); in MAIN__()