Home
last modified time | relevance | path

Searched defs:f_compare (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalString.cxx36 static naRef f_compare(const nasal::CallContext& ctx) in f_compare() function
/dports/math/nfft/nfft-3.5.2/applications/quadratureS2/
H A DquadratureS2.c102 double _Complex *f_compare; /**< The function values */ in main() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqvariant.h385 typedef bool (*f_compare)(const Private *, const Private *); typedef
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.cc8391 struct f_compare { struct
8392 bool (*f)(const gen &a,const gen &b);
8393 f_compare():f(islesscomplexthanf){} in f_compare() function
8394 f_compare(bool (*f_)(const gen &a,const gen &b)):f(f_){} in f_compare() argument
8395 inline bool operator () (const gen & a,const gen &b){ return f(a,b); } in operator ()()