Searched refs:NN_MATH_WARNING (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.21/include/nn/math/ |
| D | math_Triangular.h | 245 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AsinFIdx: Input is out of the domain."); in AsinFIdx() 259 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AcosFIdx: Input is out of the domain."); in AcosFIdx() 277 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AsinRad: Input is out of the domain."); in AsinRad() 290 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AcosRad: Input is out of the domain."); in AcosRad() 327 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AsinDeg: Input is out of the domain."); in AsinDeg() 340 NN_MATH_WARNING(x <= 1.f && x >= -1.f, "AcosDeg: Input is out of the domain."); in AcosDeg()
|
| D | math_Arithmetic.h | 208 NN_MATH_WARNING(x > 0, "FLog: Input is out of the domain."); in FLog() 225 NN_MATH_WARNING(x > 0, "FLog10: Input is out of the domain."); in FLog10() 379 NN_MATH_WARNING(x > 0, "FrSqrt: Input is out of the domain."); in FrSqrt() 395 NN_MATH_WARNING(x >= 0, "FSqrt: Input is out of the domain."); in FSqrt()
|
| D | math_Config.h | 21 #define NN_MATH_WARNING NN_WARNING macro
|