Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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_Matrix43.cpp39 MTX43::Report(bool bNewline, const char* name) const in Report() argument
51 if (bNewline) in Report()
Dmath_Matrix34.cpp42 MTX34::Report(bool bNewline, const char* name) const in Report() argument
53 if (bNewline) in Report()
Dmath_Matrix44.cpp32 MTX44::Report(bool bNewline, const char* name) const in Report() argument
42 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
/CTR-SDK-4.2.5/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.h243 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix33.h271 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix23.h438 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Quaternion.h309 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix43.h335 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector4.h418 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector2.h389 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Vector3.h426 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix44.h774 void Report(bool bNewline = true, const char* name = NULL) const;
Dmath_Matrix34.h877 void Report(bool bNewline = true, const char* name = NULL) const;