Home
last modified time | relevance | path

Searched refs:bNewline (Results 1 – 22 of 22) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Transform.cpp37 Transform2::Report(bool bNewline, const char* name) const in Report() argument
46 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
60 Transform3::Report(bool bNewline, const char* name) const in Report() argument
69 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
Dmath_Vector2.cpp41 VEC2::Report(bool bNewline, const char* name) const in Report() argument
49 if (bNewline) in Report()
Dmath_Vector3.cpp42 VEC3::Report(bool bNewline, const char* name) const in Report() argument
49 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
Dmath_Vector4.cpp41 VEC4::Report(bool bNewline, const char* name) const in Report() argument
49 if (bNewline) in Report()
Dmath_Quaternion.cpp40 QUAT::Report(bool bNewline, const char* name) const in Report() argument
47 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
Dmath_Matrix22.cpp41 MTX22::Report(bool bNewline, const char* name) const in Report() argument
51 if (bNewline) in Report()
Dmath_Matrix23.cpp41 MTX23::Report(bool bNewline, const char* name) const in Report() argument
51 if (bNewline) in Report()
Dmath_Matrix33.cpp44 MTX33::Report(bool bNewline, const char* name) const in Report() argument
55 if (bNewline) in Report()
Dmath_Matrix34.cpp42 MTX34::Report(bool bNewline, const char* name) const in Report() argument
53 if (bNewline) in Report()
Dmath_Matrix43.cpp39 MTX43::Report(bool bNewline, const char* name) const in Report() argument
51 if (bNewline) in Report()
Dmath_Matrix44.cpp42 MTX44::Report(bool bNewline, const char* name) const in Report() argument
52 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Transform.h68 void Report(bool bNewline = true, const char* name = NULL) const;
94 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix22.h178 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix33.h230 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix23.h255 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix43.h224 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector4.h236 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector2.h209 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Quaternion.h98 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector3.h236 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix34.h476 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix44.h494 void Report(bool bNewline = true, const char* name = NULL) const;