Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/math/
Dmath_Equation.cpp95 f32 A = b / 2; in SolveEquation2() local
96 f32 B = c / spow<2>(A); in SolveEquation2()
103 root[0] = A * C; in SolveEquation2()
104 root[1] = A * B / C; in SolveEquation2()
110 root[0] = -A; in SolveEquation2()
206 f32 A = b / (2 * a); in SolveEquation2() local
207 f32 B = c / (a * A * A); in SolveEquation2()
214 root[0] = A * C; in SolveEquation2()
215 root[1] = A * B / C; in SolveEquation2()
221 root[0] = -A; in SolveEquation2()
/CTR-SDK-4.2.8-20130828/documents/shader/Reference/css/
Dbutton.css64 A selector
73 A:VISITED
77 A:HOVER
83 A:ACTIVE
Dcontents.css148 DIV.button A
153 A selector
159 A:VISITED
164 A:HOVER
171 A:ACTIVE
Dmain.css168 A selector
175 A:VISITED
180 A:HOVER
186 A:ACTIVE
/CTR-SDK-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv59 0x0b: Vertex color A
84 0x0b: Vertex color A
109 0x0b: Vertex color A
134 0x0b: Vertex color A
159 0x0b: Vertex color A
184 0x0b: Vertex color A
209 0x0b: Vertex color A
234 0x0b: Vertex color A
259 0x0b: Vertex color A
284 0x0b: Vertex color A
[all …]
/CTR-SDK-4.2.8-20130828/include/nn/gd/CTR/
Dgd_OutputStage.h707 static void SetBlendColor(u8 R, u8 G, u8 B, u8 A);