Searched refs:isinf (Results 1 – 5 of 5) sorted by relevance
57 if (isinf(maxTranslationalVelocity) && isinf(maxRotationalVelocity)) { in moveWithRateLimit()
201 /* Set to 1 if the isinf function is found in <cmath> */204 /* Set to 1 if the isinf function is found in <math.h> */389 /* Set to 1 if the std::isinf function is found in <cmath> */
262 return transformDet != 0 && !isinf(transformDet) && !isnan(transformDet); in isTransformValid()
318 static bool isinf(float f) { in isinf() function697 if (!isinf(v) && !isnan(v) && (v < 0.f)) { in FN_FUNC_FN()
2041 return transformDet != 0 && !isinf(transformDet) && !isnan(transformDet); in isTransformValid()