Home
last modified time | relevance | path

Searched defs:isnan (Results 1 – 6 of 6) sorted by relevance

/device/google/sunfish/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
/device/google/redbull/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
/device/google/coral/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_mathlib.h133 static inline bool isnan(float v) in isnan() function
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dfunc_common.inl626 GLM_FUNC_QUALIFIER bool isnan(genType x) function
651 GLM_FUNC_QUALIFIER vecType<bool, P> isnan(vecType<T, P> const & x) function
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dquaternion.inl776 GLM_FUNC_QUALIFIER tvec4<bool, P> isnan(tquat<T, P> const& q) function