Home
last modified time | relevance | path

Searched defs:r (Results 1 – 20 of 20) sorted by relevance

/CTR-SDK-4.2.5/include/nn/err/CTR/
Derr_Api.h40 inline void CallIf(Result r, uptr pc) in CallIf()
49 inline void CallIf(Result r, const char* fileName, int lineno, uptr pc ) in CallIf()
57 inline bool IsResultFailure(Result r) { return r.IsFailure(); } in IsResultFailure()
58 … inline bool IsResultFatal(Result r) { return r.GetLevel() == ::nn::Result::LEVEL_FATAL; } in IsResultFatal()
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Triangular.cpp355 f32 r; in AtanFIdx_() local
386 f32 r; in SinFIdx() local
437 f32 r; in CosFIdx() local
488 f32 r; in SinCosFIdx() local
Dmath_Equation.cpp137 f32 r = (2 * spow<3>(b) - 9 * b * c + 27 * d) / 54; in SolveEquation3() local
284 f32 r = (2 * spow<3>(b) - 9 * b * c + 27 * d) / 54; in SolveEquation3() local
362 f32 r = - 3.f * spow<4>(b) / 256 + spow<2>(b) * c / 16 - b * d / 4 + e; in SolveEquation4() local
Dmath_Arithmetic.cpp355 f32 r; in FExpLn2() local
383 f32 r; in FLog1_2() local
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroCommon.h67 GLubyte r; member
73 #define PICA_CMD_DATA_COLOR_RGB8( r, g, b ) \ argument
76 #define PICA_CMD_DATA_COLOR_RGBA8( r, g, b, a ) \ argument
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Transceiver.cpp284 nn::Result r = nn::uds::DestroyEndpoint(&m_sendEp); in Initialize() local
292 nn::Result r; in Initialize() local
Drdt_Utility.cpp245 Receiver *r = new Receiver(); in CreateReceiver() local
272 void DestroyReceiver(Receiver *r) in DestroyReceiver()
Drdt_HostBase.cpp126 int r = (m_packetLossRatio==0) ? 100 : std::rand()%100; in putSegment() local
Drdt_ResendQueue.cpp212 ResendQueue r; in Test() local
Drdt_RingBuffer.cpp238 RingBuffer r(buffer, BUFSIZE); in Test() local
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Rect.h188 const f32 r = right; in Normalize() local
Dutil_Color.h1056 nw::ut::ResF32 r; member
/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h49 bit32 r[16]; // member
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h273 self_type& operator /= (f32 f) { f32 r = 1.f / f; x *= r; y *= r; return *this; } variable
291 self_type operator / (f32 f) const { f32 r = 1.f / f; return self_type(r * x, r * y); } variable
Dmath_Vector4.h315 self_type operator / (f32 f) const { f32 r = 1.f / f; return operator*(r); } variable
Dmath_Vector3.h314 self_type operator / (f32 f) const { f32 r = 1.f / f; return operator*(r); } variable
Dmath_Matrix44.h833 MTX44Frustum(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Frustum()
964 MTX44Ortho(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Ortho()
Dmath_Matrix34.h822 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT… in SetupTextureProjectionFrustum()
855 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 t… in SetupTextureProjectionFrustum()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_FragmentLight.h283 f32 r = 1.f / ( end - start ); in SetDistAttnStartEnd() local
/CTR-SDK-4.2.5/include/nn/
DResult.h419 nnResult r = {m_Code}; in nnResult() local