Home
last modified time | relevance | path

Searched refs:pov_isnan (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/unix/povconfig/
H A Dsyspovconfig.h236 inline bool pov_isnan(T x) { volatile T v = x; return (v != x); } in pov_isnan() function
237 #define POV_ISNAN(x) pov_isnan(x)
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dconfigbase.h523 inline bool pov_isnan(T x) { volatile T v = x; return (v != x); } in pov_isnan() function
524 #define POV_ISNAN(x) pov_isnan(x)