Home
last modified time | relevance | path

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

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/
H A D_c99compat.h151 #define sc_isnan isnan macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_InlineUnaryOp.h40 inline bool sc_isnan(float x) { return std::isnan(x); } in sc_isnan() function
42 inline bool sc_isnan(double x) { return std::isnan(x); } in sc_isnan() function