Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 34) sorted by relevance

12

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Arithmetic.h48 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 …]
Dmath_Triangular.h244 NN_MATH_INLINE f32 NN_fAcos(f32 x) { return ::std::acosf(x); } in NN_fAcos()
252 NN_MATH_INLINE f32 NN_fAsin(f32 x) { return ::std::asinf(x); } in NN_fAsin()
260 NN_MATH_INLINE f32 NN_fAtan(f32 x) { return ::std::atanf(x); } in NN_fAtan()
269 NN_MATH_INLINE f32 NN_fAtan2(f32 y, f32 x) { return ::std::atan2f(y, x); } in NN_fAtan2()
280 AsinFIdx(f32 x) in AsinFIdx()
294 AcosFIdx(f32 x) in AcosFIdx()
330 NN_MATH_INLINE f32 AsinRad(f32 x) in AsinRad()
343 NN_MATH_INLINE f32 AcosRad(f32 x) in AcosRad()
356 NN_MATH_INLINE f32 AtanRad(f32 x) { return NN_MATH_FIDX_TO_RAD(AtanFIdx(x)); } in AtanRad()
366 NN_MATH_INLINE f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad()
[all …]
Dmath_Utility.h36 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()
Dmath_Misccellaneous.h48 NN_EXTERN_C inline s64 nnmathMultiplyAndDivide(s64 x, s32 mul, s32 div) in nnmathMultiplyAndDivide()
88 NN_EXTERN_C inline u64 nnmathMultiplyRate(u64 x, u64 rate) in nnmathMultiplyRate()
101 NN_EXTERN_C inline u64 nnmathMultiplyRate32(u64 x, u32 rate) in nnmathMultiplyRate32()
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Arithmetic.cpp351 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_()
Dmath_Triangular.cpp351 f32 AtanFIdx_(f32 x) in AtanFIdx_()
557 f32 AtanFIdx(f32 x) in AtanFIdx()
599 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx()
711 u16 AtanIdx(f32 x) in AtanIdx()
756 u16 Atan2Idx(f32 y, f32 x) in Atan2Idx()
Dmath_Equation.cpp45 spow(f32 x) in spow()
52 spow<1>(f32 x) in spow()
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Utility.h29 inline u32 ConvertEndian( u32 x ) in ConvertEndian()
42 inline u32 ForceConvertEndian( u32 x ) in ForceConvertEndian()
50 inline u16 ConvertEndian16( u16 x ) in ConvertEndian16()
61 inline u16 ForceConvertEndian16( u16 x ) in ForceConvertEndian16()
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Logger.h83 #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-4.2.5/include/nn/gd/CTR/
Dgd_Rasterizer.h102 … Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport()
120 void Set(u32 x, u32 y, u32 width, u32 height){ in Set()
Dgd_Memory.h195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect()
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Allocator.h90 pointer address(reference& x) const { return &x; } in address()
91 const_pointer address(const_reference& x) const { return &x; } in address()
120 pointer address(reference& x) const { return &x; } in address()
121 const_pointer address(const_reference& x) const { return &x; } in address()
Dfnd_TimeSpan.h288 static s64 MultiplyRightShift(const s64 x, const s64 y) in MultiplyRightShift()
Dfnd_FixedLengthString.h362 FixedLengthString& AppendHeadAsHex(bit32 x) in AppendHeadAsHex()
375 FixedLengthString& AppendTailAsHex(bit32 x) in AppendTailAsHex()
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroCommon.h22 #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
/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_ExtraPadReader.h384 inline f32 ExtraPadReader::NormalizeExtraStick(s16 x) in NormalizeExtraStick()
389 … ExtraPadReader::NormalizeExtraStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y ) in NormalizeExtraStickWithScale()
Dhid_DeviceStatus.h118 s16 x; member
147 u16 x; member
161 s16 x; member
174 f32 x; member
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_CharWriter.h371 f32 x, in SetCursor()
386 f32 x, in SetCursor()
431 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX()
Dfont_RectDrawerCommand.h97 #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-4.2.5/include/nn/gr/CTR/
Dgr_BindSymbol.h214 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
312 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
Dgr_Scissor.h140 s32 x; variable
/CTR-SDK-4.2.5/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h41 } x; member
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp223 for( s32 x = 0; x < FONT_HEIGHT; x++ ) in PutChar() local
268 for( s32 x = 0; x < size.y; x++ ) in Clear() local
/CTR-SDK-4.2.5/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp200 u64 x = __ldrexd(pTarget); in CompareAndSwap() local
/CTR-SDK-4.2.5/include/nn/util/
Dutil_AutoObject.h83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject()

12