Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DNotifier.h230 return compareFunctions(rhs);
260 bool compareFunctions(const Observer& rhs) const { in compareFunctions() function
339 return compareFunctions(rhs);
369 bool compareFunctions(const Observer& rhs) const { in compareFunctions() function
467 return compareFunctions(rhs);
497 bool compareFunctions(const Observer& rhs) const { in compareFunctions() function
597 return compareFunctions(rhs);
627 bool compareFunctions(const Observer& rhs) const { in compareFunctions() function
729 return compareFunctions(rhs);
759 bool compareFunctions(const Observer& rhs) const { in compareFunctions() function
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dfunctioninfo.cc740 bool compareFunctions(std::size_t function1Index, in compareFunctions() function
830 if(!compareFunctions(ind1, ind1, parser1, not_optimized, in checkEquality()
837 if(!compareFunctions(ind1, ind1, parser1, not_optimized, in checkEquality()
842 if(!compareFunctions(ind1, ind1, parser1, optimized, in checkEquality()
861 bool ok = compareFunctions(ind1, ind2, in checkEquality()
/dports/math/gap/gap-4.11.0/lib/
H A Dtest.gi246 TEST.compareFunctions := AtomicRecord(rec());
247 TEST.compareFunctions.uptonl := function(a, b)
258 TEST.compareFunctions.uptowhitespace := function(a, b)
545 if IsBound(TEST.compareFunctions.(opts.compareFunction)) then
546 opts.compareFunction := TEST.compareFunctions.(opts.compareFunction);
/dports/math/gap/gap-4.11.0/pkg/GAPDoc-1.6.3/lib/
H A DExamples.gi408 if IsBound(TEST.compareFunctions.(opts.compareFunction)) then
409 opts.compareFunction := TEST.compareFunctions.(opts.compareFunction);