| /CTR-SDK-1.3.0/CTR_SDK/include/nn/math/ |
| D | math_Arithmetic.h | 48 F32AsU32(f32 x) in F32AsU32() 63 U32AsF32(u32 x) in U32AsF32() 129 FAbs(f32 x) in FAbs() 148 FNAbs(f32 x) in FNAbs() 191 FExp(f32 x) in FExp() 206 FLog(f32 x) in FLog() 223 FLog10(f32 x) in FLog10() 240 FMod(f32 x, f32 y) in FMod() 255 FModf(f32 x, f32* y) in FModf() 269 FCeil(f32 x) in FCeil() [all …]
|
| D | math_Triangular.h | 229 inline f32 NN_fAcos(f32 x) { return ::std::acosf(x); } in NN_fAcos() 230 inline f32 NN_fAsin(f32 x) { return ::std::asinf(x); } in NN_fAsin() 231 inline f32 NN_fAtan(f32 x) { return ::std::atanf(x); } in NN_fAtan() 232 inline f32 NN_fAtan2(f32 y, f32 x) { return ::std::atan2f(y, x); } in NN_fAtan2() 243 AsinFIdx(f32 x) in AsinFIdx() 257 AcosFIdx(f32 x) in AcosFIdx() 275 inline f32 AsinRad(f32 x) in AsinRad() 288 inline f32 AcosRad(f32 x) in AcosRad() 301 inline f32 AtanRad(f32 x) { return NN_MATH_FIDX_TO_RAD(AtanFIdx(x)); } in AtanRad() 311 inline f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad() [all …]
|
| D | math_Utility.h | 36 inline T Abs(T x) in Abs() 187 inline T Clamp(T x, T low, T high) in Clamp() 202 inline T RoundUp(T x, u32 base) in RoundUp() 216 inline void* RoundUp(void* x, u32 base) in RoundUp() 230 inline const void* RoundUp(const void* x, u32 base) in RoundUp() 245 inline T RoundDown(T x, u32 base) in RoundDown() 259 inline void* RoundDown(void* x, u32 base) in RoundDown() 273 inline const void* RoundDown(const void* x, u32 base) in RoundDown() 287 inline T DivUp(T x, T y) in DivUp()
|
| D | math_Misccellaneous.h | 32 NN_EXTERN_C inline s64 nnmathMultiplyAndDivide(s64 x, s32 mul, s32 div) in nnmathMultiplyAndDivide()
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/math/ |
| D | math_Arithmetic.cpp | 351 FExpLn2(f32 x) in FExpLn2() 379 FLog1_2(f32 x) in FLog1_2() 416 FExp(f32 x) in FExp() 467 FLog(f32 x) in FLog() 559 u32 CntBit1(u32 x) in CntBit1() 587 unsigned int ss, x; in CntBit1() local 644 u32 RevBit(u32 x) in RevBit() 666 IExp(int x, u32 n) in IExp() 691 u32 ILog10(u32 x) in ILog10() 719 CntLz_(u32 x) in CntLz_()
|
| D | math_Triangular.cpp | 351 f32 AtanFIdx_(f32 x) in AtanFIdx_() 547 f32 AtanFIdx(f32 x) in AtanFIdx() 589 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx() 701 u16 AtanIdx(f32 x) in AtanIdx() 746 u16 Atan2Idx(f32 y, f32 x) in Atan2Idx()
|
| D | math_Equation.cpp | 45 spow(f32 x) in spow() 52 spow<1>(f32 x) in spow()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/dbg/ |
| D | dbg_Logger.h | 83 #define NN_LOG_NAMESPACE(x) ::nn::dbg::detail::Logger::SetNameSpace(x) argument 92 #define NN_LOG_SIGNATURE(x) ::nn::dbg::detail::Logger::SetSignature(x) argument 101 #define NN_LOG_LONGPATH(x) ::nn::dbg::detail::Logger::SetLongpath(x) argument 103 #define NN_LOG_SET_UPPER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetUpperLevel(x) argument 104 #define NN_LOG_SET_LOWER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetLowerLevel(x) argument 105 #define NN_LOG_SET_LOG_LEVEL(x) NN_LOG_SET_LOWER_LOG_LEVEL(x) argument
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_Allocator.h | 87 pointer address(reference& x) const { return &x; } in address() 88 const_pointer address(const_reference& x) const { return &x; } in address() 117 pointer address(reference& x) const { return &x; } in address() 118 const_pointer address(const_reference& x) const { return &x; } in address()
|
| D | fnd_FixedLengthString.h | 362 FixedLengthString& AppendHeadAsHex(bit32 x) in AppendHeadAsHex() 375 FixedLengthString& AppendTailAsHex(bit32 x) in AppendTailAsHex()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/cec/CTR/ |
| D | cec_Api.h | 31 #define NWM_BE2LE16(x) ((static_cast<u16>( \ argument 34 #define NWM_BE2LE32(x) ((static_cast<u32>( \ argument 39 #define NWM_LE2BE16(x) NWM_BE2LE16(x) argument 40 #define NWM_LE2BE32(x) NWM_BE2LE32(x) argument
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/gx/CTR/ |
| D | gx_MacroCommon.h | 22 #define CMD_PADDING_NAME2( x, name ) u32 padding_##name : x argument 23 #define CMD_PADDING_NAME1( x, name ) CMD_PADDING_NAME2( x, name ) argument 24 #define CMD_PADDING( x ) CMD_PADDING_NAME1( x, __LINE__ ) argument
|
| D | gx_MacroFragment.h | 87 #define PICA_CMD_DATA_FRAG_LIGHT_POSITION_XY(x, y) \ argument 91 #define PICA_CMD_DATA_FRAG_LIGHT_SPOT_XY(x, y) \ argument
|
| D | gx_MacroMisc.h | 452 #define PICA_CMD_DATA_VIEWPORT_XY(x, y) ( (x) | (y) << 16 ) argument 823 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument 829 #define PICA_CMD_DATA_SCISSOR_SIZE( x, y ) \ argument
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/hid/CTR/ |
| D | hid_DeviceStatus.h | 94 s16 x; member 123 u16 x; member 137 s16 x; member 150 f32 x; member
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_BindSymbol.h | 215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() 313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
|
| D | gr_Scissor.h | 140 s32 x; variable
|
| D | gr_Utility.h | 168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() 283 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/font/CTR/ |
| D | font_CharWriter.h | 372 f32 x, in SetCursor() 387 f32 x, in SetCursor() 432 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
|
| D | font_RectDrawerCommand.h | 97 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument 132 #define NN_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/net/compatible/nlib/ |
| D | nlib_md5_horizon.h | 41 } x; member
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/ |
| D | os_Default.cpp | 25 T RoundUp(T x, int r) in RoundUp()
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/ARMv6/ |
| D | fnd_Interlocked.cpp | 200 u64 x = __ldrexd(pTarget); in CompareAndSwap() local
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/util/ARMv6/ |
| D | util_LockFreeQueueImpl.h | 90 explicit LockFreeQueueNode(const T& x) : m_x(x) { Initialize(); } in LockFreeQueueNode()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/util/ |
| D | util_AutoObject.h | 83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject()
|