Home
last modified time | relevance | path

Searched defs:B (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Equation.cpp96 f32 B = c / spow<2>(A); in SolveEquation2() local
207 f32 B = c / (a * A * A); in SolveEquation2() local
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_GasFog.h564 NN_FORCE_INLINE void FogStage::SetFogColor(u8 R, u8 G, u8 B) in SetFogColor()