Home
last modified time | relevance | path

Searched refs:operator_le (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Drubyclasses.swg222 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; }
228 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); }
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/
H A Dmkdocs.yml152 - api/basic_json/operator_le.md
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Drange-op.cc660 class operator_le : public range_operator class
675 operator_le::fold_range (value_range &r, tree type, in fold_range()
695 operator_le::op1_range (value_range &r, tree type, in op1_range()
716 operator_le::op2_range (value_range &r, tree type, in op2_range()
H A DChangeLog-20194274 (operator_le::fold_range): Same.
6146 (operator_le::fold_range): Same.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Drange-op.cc660 class operator_le : public range_operator class
675 operator_le::fold_range (value_range &r, tree type, in fold_range()
695 operator_le::op1_range (value_range &r, tree type, in op1_range()
716 operator_le::op2_range (value_range &r, tree type, in op2_range()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Drange-op.cc660 class operator_le : public range_operator class
675 operator_le::fold_range (value_range &r, tree type, in fold_range()
695 operator_le::op1_range (value_range &r, tree type, in op1_range()
716 operator_le::op2_range (value_range &r, tree type, in op2_range()
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/docs/api/basic_json/
H A Dindex.md193 - [**operator<=**](operator_le.md) - comparison: less than or equal
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Drange-op.cc905 class operator_le : public range_operator class
926 operator_le::op1_op2_relation (const irange &lhs) const in op1_op2_relation()
942 operator_le::fold_range (irange &r, tree type, in fold_range()
963 operator_le::op1_range (irange &r, tree type, in op1_range()
985 operator_le::op2_range (irange &r, tree type, in op2_range()
H A DChangeLog-202016299 (operator_le::fold_range): Same.
16300 (operator_le::op1_range): Same.
16301 (operator_le::op2_range): Same.
H A DChangeLog20734 (operator_le::op1_op2_relation): New.
20735 (operator_le::fold_range): Call relop_early_resolve.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Drange-op.cc696 class operator_le : public range_operator class
711 operator_le::fold_range (irange &r, tree type, in fold_range()
731 operator_le::op1_range (irange &r, tree type, in op1_range()
752 operator_le::op2_range (irange &r, tree type, in op2_range()
H A DChangeLog-202016299 (operator_le::fold_range): Same.
16300 (operator_le::op1_range): Same.
16301 (operator_le::op2_range): Same.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Drange-op.cc696 class operator_le : public range_operator class
711 operator_le::fold_range (irange &r, tree type, in fold_range()
731 operator_le::op1_range (irange &r, tree type, in op1_range()
752 operator_le::op2_range (irange &r, tree type, in op2_range()
H A DChangeLog-202016299 (operator_le::fold_range): Same.
16300 (operator_le::op1_range): Same.
16301 (operator_le::op2_range): Same.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Drange-op.cc696 class operator_le : public range_operator class
711 operator_le::fold_range (irange &r, tree type, in fold_range()
731 operator_le::op1_range (irange &r, tree type, in op1_range()
752 operator_le::op2_range (irange &r, tree type, in op2_range()
H A DChangeLog-202016299 (operator_le::fold_range): Same.
16300 (operator_le::op1_range): Same.
16301 (operator_le::op2_range): Same.
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp1566 CImg<T>& operator_le(const t value) { in operator_le() function
1572 CImg<T>& operator_le(const char *const expression, CImgList<T> &images) { in operator_le() function
1573 return operator_le((+*this)._fill(expression,true,1,&images,&images,"operator_le",this)); in operator_le()
1577 CImg<T>& operator_le(const CImg<t>& img) { in operator_le() function
1580 if (is_overlapped(img)) return operator_le(+img); in operator_le()
8428 operator_le, in _run()
8431 operator_le, in _run()
8434 operator_le, in _run()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp1582 CImg<T>& operator_le(const t value) { in operator_le() function
1588 CImg<T>& operator_le(const char *const expression, CImgList<T> &images) { in operator_le() function
1589 return operator_le((+*this)._fill(expression,true,1,&images,&images,"operator_le",this)); in operator_le()
1593 CImg<T>& operator_le(const CImg<t>& img) { in operator_le() function
1596 if (is_overlapped(img)) return operator_le(+img); in operator_le()
8702 operator_le,
8705 operator_le,
8708 operator_le,
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp1558 CImg<T>& operator_le(const t value) { in operator_le() function
1564 CImg<T>& operator_le(const char *const expression, CImgList<T> &images) { in operator_le() function
1565 return operator_le((+*this)._fill(expression,true,1,&images,&images,"operator_le",this)); in operator_le()
1569 CImg<T>& operator_le(const CImg<t>& img) { in operator_le() function
1572 if (is_overlapped(img)) return operator_le(+img); in operator_le()
8797 operator_le, in _run()
8800 operator_le, in _run()
8803 operator_le, in _run()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.cpp1676 CImg<T>& operator_le(const t val) { in operator_le() function
1683 CImg<T>& operator_le(const char *const expression, CImgList<T> &images) { in operator_le() function
1684 return operator_le((+*this)._fill(expression,true,true,&images,&images,"operator_le",this)); in operator_le()
1688 CImg<T>& operator_le(const CImg<t>& img) { in operator_le() function
1691 if (is_overlapped(img)) return operator_le(+img); in operator_le()
7864 operator_le, in _run()
7867 operator_le, in _run()
7870 operator_le, in _run()
/dports/security/libprelude/libprelude-1.2.6/bindings/ruby/
H A DPrelude.cxx2096 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } in operator_le() function in swig::GC_VALUE
2102 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } in operator <=()
/dports/databases/py-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc2634 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } in operator_le() function in swig::GC_VALUE
2640 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } in operator <=()
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc2634 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } in operator_le() function in swig::GC_VALUE
2640 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } in operator <=()
/dports/databases/php-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc2634 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } in operator_le() function in swig::GC_VALUE
2640 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } in operator <=()
/dports/databases/lua-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian_wrap.cc2634 static bool operator_le(const VALUE& a, const VALUE& b) { return a <= b; } in operator_le() function in swig::GC_VALUE
2640 … operator<=(const GC_VALUE& other) const { return relational_equal_op(other, le_id, operator_le); } in operator <=()

12