Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DVector.cpp141 float valueSquared = value * value; in SimpleSpline() local
144 return (3 * valueSquared - 2 * valueSquared * value); in SimpleSpline()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp307 const double valueSquared = x * x + y * y; in newSample() local
308 filteredRMS = alpha * valueSquared + (1.0 - alpha) * filteredRMS; in newSample()