Home
last modified time | relevance | path

Searched defs:zend_isnan (Results 1 – 12 of 12) sorted by relevance

/dports/lang/php74/php-7.4.27/main/
H A Dphp_config.h.in2339 #define zend_isnan std::isnan macro
2348 #define zend_isnan(a) isnan(a) macro
2350 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) macro
2352 #define zend_isnan(a) ((a) != (a)) macro
/dports/www/mod_php74/php-7.4.27/main/
H A Dphp_config.h.in2339 #define zend_isnan std::isnan macro
2348 #define zend_isnan(a) isnan(a) macro
2350 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) macro
2352 #define zend_isnan(a) ((a) != (a)) macro
/dports/lang/php73/php-7.3.33/main/
H A Dphp_config.h.in2630 #define zend_isnan(a) isnan(a) macro
2632 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) macro
2634 #define zend_isnan(a) ((a) != (a)) macro
/dports/www/mod_php73/php-7.3.33/main/
H A Dphp_config.h.in2630 #define zend_isnan(a) isnan(a) macro
2632 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) macro
2634 #define zend_isnan(a) ((a) != (a)) macro
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_config.w32.h53 #define zend_isnan std::isnan macro
60 #define zend_isnan(x) _isnan(x) macro
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_config.w32.h53 #define zend_isnan std::isnan macro
60 #define zend_isnan(x) _isnan(x) macro
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_config.w32.h55 #define zend_isnan(x) _isnan(x) macro
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_config.w32.h55 #define zend_isnan(x) _isnan(x) macro
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_portability.h443 # define zend_isnan std::isnan macro
448 # define zend_isnan(a) isnan(a) macro
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_portability.h443 # define zend_isnan std::isnan macro
448 # define zend_isnan(a) isnan(a) macro
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_portability.h430 # define zend_isnan std::isnan macro
435 # define zend_isnan(a) isnan(a) macro
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_portability.h430 # define zend_isnan std::isnan macro
435 # define zend_isnan(a) isnan(a) macro