Home
last modified time | relevance | path

Searched defs:POV_ISINF (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/unix/povconfig/
H A Dsyspovconfig.h247 #define POV_ISINF(x) std::isinf(x) macro
249 #define POV_ISINF(x) isinf(x) macro
253 #define POV_ISINF(x) pov_isinf(x) macro
258 #define POV_ISINF(x) (false) macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dconfigbase.h504 #define POV_ISINF(x) pov_isinf(x) macro