Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Equation.cpp29 const f32 EPS = 2e-4f; variable
76 if( c < -EPS ) // c < 0 in SolveEquation2()
83 else if( c <= EPS ) // c == 0 in SolveEquation2()
108 else if( FAbs(D) < EPS ) in SolveEquation2()
141 if( D > EPS ) in SolveEquation3()
149 else if( D < - EPS ) in SolveEquation3()
210 if( D > EPS ) in SolveEquation2()
219 else if( D >= - EPS ) in SolveEquation2()
236 if( c_a > EPS ) in SolveEquation2()
243 else if( c_a >= - EPS ) in SolveEquation2()
[all …]