Home
last modified time | relevance | path

Searched refs:FuncIfNan (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-virtual-sensor/
H A DexprtkTools.hpp95 struct FuncIfNan : public exprtk::ifunction<T> struct
99 FuncIfNan() : exprtk::ifunction<T>(2) {} in FuncIfNan() argument
H A DvirtualSensor.hpp178 static FuncIfNan<double> funcIfNan;
H A DvirtualSensor.cpp20 FuncIfNan<double> VirtualSensor::funcIfNan;
/openbmc/phosphor-virtual-sensor/test/
H A Dtest_exprtk_tools.cpp43 FuncIfNan<double> funcIfNan; in TEST()