Home
last modified time | relevance | path

Searched refs:revfunc (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/assumptions/relation/
H A Dbinrel.py156 revfunc = self.function.reversed
157 if revfunc is None:
159 return revfunc(self.rhs, self.lhs)
166 revfunc = self.function.reversed
167 if revfunc is None:
170 return revfunc(-self.lhs, -self.rhs)
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DVSlider.hpp33 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon740803180202() argument
36 reverse_ (revfunc)
H A DHSlider.hpp33 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon28f6198a0202() argument
37 reverse_ (revfunc)
H A DDial.hpp34 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon605c47790202() argument
39 reverse_ (revfunc),
H A DHSliderRange.hpp34 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon099478370202() argument
39 reverse_ (revfunc)
H A DRangeDial.hpp34 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anoncadb79c60202() argument
41 reverse_ (revfunc),
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DVSlider.hpp34 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon1958b4da0302() argument
42 reverse_ (revfunc)
H A DDialRange.hpp47 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anon32a3ddc80402() argument
48 …th, height, name, value, min, max, step, format, unit, displayfunc, revdisplayfunc, func, revfunc),
H A DHSlider.hpp37 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anonce46cb4c0402() argument
47 reverse_ (revfunc)
H A DDial.hpp40 std::function<double (double x)> revfunc = [] (double x) {return x;}, in __anonf12a807b0402() argument
52 reverse_ (revfunc),
/dports/audio/bangr-lv2/BAngr-1.6.0/src/
H A DDialRange.hpp47 std::function<double (double x)> revfunc = [] (double x) {return x;}) : in __anonb67685920402() argument
48 …th, height, name, value, min, max, step, format, unit, displayfunc, revdisplayfunc, func, revfunc),
H A DDial.hpp40 std::function<double (double x)> revfunc = [] (double x) {return x;}, in __anon3418a2050402() argument
52 reverse_ (revfunc),
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_edit.c338 TileImageColFunc_editTile revfunc; in TileImage_fullReverse_horz() local
346 revfunc = g_tileimage_funcs[p->coltype].reverseHorz; in TileImage_fullReverse_horz()
353 (revfunc)(*pp); in TileImage_fullReverse_horz()
382 TileImageColFunc_editTile revfunc; in TileImage_fullReverse_vert() local
390 revfunc = g_tileimage_funcs[p->coltype].reverseVert; in TileImage_fullReverse_vert()
397 (revfunc)(*pp); in TileImage_fullReverse_vert()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Demit.c2251 static double revfunc (double curlen, double totallen, double initwid) in revfunc() function
2274 if (streq(attr, "back")) return revfunc; in taperfun()