| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Utility.h | 53 inline S Max(T a, U b) in Max() argument 55 return (a >= b) ? a: b; in Max() 68 inline T Max(T a, T b) in Max() argument 70 return (a >= b) ? a: b; in Max() 85 inline S Min(T a, U b) in Min() argument 87 return (a <= b) ? a: b; in Min() 100 inline T Min(T a, T b) in Min() argument 102 return (a <= b) ? a: b; in Min() 119 inline S Max(T a, U b, R c) in Max() argument 121 return (a >= b) ? ((a >= c) ? a: c) : ((b >= c) ? b: c); in Max() [all …]
|
| D | math_Equation.h | 25 int SolveEquation2(f32* root, f32 a, f32 b, f32 c); 26 int SolveEquation3(f32* root, f32 a, f32 b, f32 c, f32 d); 27 int SolveEquation4(f32* root, f32 a, f32 b, f32 c, f32 d, f32 e);
|
| D | math_TinyMt.h | 263 u32 a = (GenerateRandomU32() >> A_SHIFT); in GenerateRandomF64() local 266 return (1.0 * a * (1u << B_BITS) + b) * (1.0 / (1ull << RESOLUTION)); in GenerateRandomF64()
|
| D | math_MersenneTwister.h | 273 u32 a = (GenerateRandomU32() >> A_SHIFT); in GenerateRandomF64() local 276 return (1.0 * a * (1u << B_BITS) + b) * (1.0 / (1ull << RESOLUTION)); in GenerateRandomF64()
|
| D | math_Matrix22.h | 127 f32 a[4]; // member 181 operator f32*() { return this->a; } 183 operator const f32*() const { return this->a; }
|
| /CTR-SDK-4.2.8-20130828/include/nn/util/ |
| D | util_Color.h | 81 a(static_cast<u8>(alpha)) in Color8() 139 nn::math::Min(this->a + right.a, ELEMENT_MAX) 157 nn::math::Max(this->a - right.a, ELEMENT_MIN) 175 this->a * right.a / ELEMENT_MAX 193 (this->a < right.a) ? this->a * ELEMENT_MAX / right.a : ELEMENT_MAX 209 if (a < ELEMENT_MAX) { a++; } 225 if (a < ELEMENT_MAX) { a++; } 240 if (a > ELEMENT_MIN) { a--; } 256 if (a > ELEMENT_MIN) { a--; } 352 nn::math::Min(this->a + right.a, ELEMENT_MAX) [all …]
|
| D | util_Misc.h | 28 size_t GetArraySize(T (&a)[Num]) in GetArraySize() 30 NN_UNUSED_VAR(a); in GetArraySize() 43 const SizeTValue<Num>& GetArraySizeT(T (&a)[Num]) in GetArraySizeT() 45 NN_UNUSED_VAR(a); in GetArraySizeT() 52 char (*NumOfElementsT(T (&a)[Num]))[Num];
|
| /CTR-SDK-4.2.8-20130828/include/nn/os/CTR/ |
| D | os_MemoryMapCommon.h | 21 #define NN_OS_CONTINUOUS_TO_PHYSICAL(a) ((a) + (0x20000000 - NN_OS_ADDR_CONTINUOUS_BEGIN)) argument 22 #define NN_OS_PHYSICAL_TO_CONTINUOUS(a) ((a) - (0x20000000 - NN_OS_ADDR_CONTINUOUS_BEGIN)) argument
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/math/ |
| D | math_Triangular.cpp | 601 f32 a; in Atan2FIdx() local 618 a = x; in Atan2FIdx() 626 a = y; in Atan2FIdx() 637 a = x; in Atan2FIdx() 645 a = -y; in Atan2FIdx() 659 a = -x; in Atan2FIdx() 667 a = y; in Atan2FIdx() 678 a = -x; in Atan2FIdx() 686 a = -y; in Atan2FIdx() 695 c - AtanFIdx_(b/a): in Atan2FIdx() [all …]
|
| D | math_Equation.cpp | 186 SolveEquation2(f32* root, f32 a, f32 b, f32 c) in SolveEquation2() argument 189 NN_TASSERT_( a != 0 ); in SolveEquation2() 206 f32 A = b / (2 * a); in SolveEquation2() 207 f32 B = c / (a * A * A); in SolveEquation2() 234 f32 c_a = - c / a; in SolveEquation2() 272 SolveEquation3(f32* root, f32 a, f32 b, f32 c, f32 d) in SolveEquation3() argument 275 NN_TASSERT_( a != 0 ); in SolveEquation3() 278 b /= a; in SolveEquation3() 279 c /= a; in SolveEquation3() 280 d /= a; in SolveEquation3() [all …]
|
| D | math_TinyMt.cpp | 113 const bit32 a = (m_State[0] & BIT31_MASK) ^ m_State[1] ^ m_State[2]; in GenerateRandomU32() local 115 const bit32 c = a ^ (a << 1); in GenerateRandomU32() 189 const bit32 a = MixMsb5(s0 ^ s1 ^ s3) * 0x0019660d; in GenerateInitialValuePlus() local 190 const bit32 b = a + d + k; in GenerateInitialValuePlus() 193 s1 += a; in GenerateInitialValuePlus() 204 const bit32 a = MixMsb5(s0 + s1 + s3) * 0x5d588b65; in GenerateInitialValueXor() local 205 const bit32 b = a - d; in GenerateInitialValueXor() 208 s1 ^= a; in GenerateInitialValueXor()
|
| D | math_MersenneTwister.cpp | 37 const bit32 a = MixMsb2(s0); in GenerateInitialValue() local 38 const bit32 b = s1 ^ (a * d); in GenerateInitialValue()
|
| /CTR-SDK-4.2.8-20130828/resources/configtool/ |
| D | ctrsetting.txt | 5 userName:Nintendo; // User Name (a maximum of 10 double-byte characters) 10 comment:Hello; // Comment (a maximum of 10 double-byte characters) 49 parentalBrowser:1; // Is there a restriction on launching the full browser? … 50 parentalUlcd:1; // Is there a restriction on ULCD display? … 51 parentalPhotoExchange:1; // Is there a restriction on exchanging photos? … 52 parentalP2PInternet:1; // Is there a restriction on Internet communication with other u… 53 parentalP2PCec:1; // Is there a restriction on StreetPass communication with other … 54 parentalAddFriend:1; // Is there a restriction on friend registration? … 55 parentalDsDownload:1; // Is there a restriction on launching DS downloads? … 56 parentalShopPoint:1; // Is there a restriction on registering and using shop point…
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/ |
| D | rdt_ReceiverImpl.cpp | 612 Segment a; in putSynAckSegment() local 613 a.ClearHeader(); in putSynAckSegment() 614 a.SetAckNumber(ack); in putSynAckSegment() 615 a.SetWindowSize(m_recvBuf.GetRestSize()); in putSynAckSegment() 616 putSegment(a); in putSynAckSegment() 622 Segment a; in putAckSegment() local 623 a.ClearHeader(); in putAckSegment() 624 a.SetAckNumber(m_recvBuf.GetLatestSequenceNumber()+1); in putAckSegment() 625 a.SetWindowSize(m_recvBuf.GetRestSize()); in putAckSegment() 626 putSegment(a); in putAckSegment() [all …]
|
| D | rdt_Utility.h | 256 T min(T a, T b) in min() argument 258 return a < b ? a : b; in min() 262 T max(T a, T b) in max() argument 264 return a > b ? a : b; in max()
|
| D | rdt_ResendQueue.cpp | 217 Segment a; // The data is 100 bytes. in Test() local 218 a.SetData(data, 100); in Test() 219 a.SetSeqNumber(SEQ); in Test() 229 CU_ASSERT(r.Push(a)); in Test() 257 CU_ASSERT(r.Push(a)); in Test() 267 CU_ASSERT(r.Push(a)); in Test()
|
| /CTR-SDK-4.2.8-20130828/include/nn/config/compiler/ |
| D | rvct.h | 122 #define NN_ATTR_PRIVATE_SECTION_2(a, b) \ argument 123 __attribute__((section(#a "." #b))) 125 #define NN_ATTR_PRIVATE_SECTION_1(a, b) \ argument 126 NN_ATTR_PRIVATE_SECTION_2(a, b)
|
| /CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/ |
| D | gr_Prefix.h | 24 #define NN_GR_ERR(...) do { NN_LOG(__VA_ARGS__); int* a = NULL; *a = 1; } while(0)
|
| /CTR-SDK-4.2.8-20130828/include/nn/gx/CTR/ |
| D | gx_MacroCommon.h | 70 GLubyte a; member 76 #define PICA_CMD_DATA_COLOR_RGBA8( r, g, b, a ) \ argument 77 ( r | g << 8 | b << 16 | a << 24 )
|
| /CTR-SDK-4.2.8-20130828/include/nn/net/compatible/nnet/ |
| D | nnet.h | 60 #define NNET_MIN(a, b) (((a) < (b)) ? (a) : (b)) /* Please see man pages for details */ argument 61 #define NNET_MAX(a, b) (((a) > (b)) ? (a) : (b)) /* Please see man pages for details */ argument
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommon.h | 45 #define NNSI_CREATE_HEAP_SIGNATURE(a,b,c,d) ( ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF… argument
|
| D | fnd_DetailHeapCommonImpl.h | 152 ComparePtr(const void* a, const void* b) in ComparePtr() argument 154 const u8* wa = reinterpret_cast<const u8*>(a); in ComparePtr()
|
| /CTR-SDK-4.2.8-20130828/include/nn/font/detail/ |
| D | font_BinaryFileFormat.h | 23 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument 25 (static_cast<u8>(a) << 0) | (static_cast<u8>(b) << 8) \ 30 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument 32 (static_cast<u8>(a) << 24) | (static_cast<u8>(b) << 16) \
|
| /CTR-SDK-4.2.8-20130828/include/nn/net/compatible/nlib/ |
| D | nlib_md5_horizon.h | 38 unsigned long a, b, c, d; member
|
| /CTR-SDK-4.2.8-20130828/include/nn/snd/CTR/Common/ |
| D | snd_Adpcm.h | 40 s16 a[8][2]; member
|