Searched defs:less (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp36 struct less struct in namespace:std
42 typedef __map_value_compare<int, short, less> __vc;
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element_comp.pass.cpp88 struct less { constexpr bool operator ()( const int &x, const int &y) const { return x < y; }}; struct
94 constexpr auto p = std::minmax_element(il, il+8, less());
H A Dmax_element_comp.pass.cpp77 test_eq0(a, a+N, std::less<int>());
84 struct less { constexpr bool operator ()( const int &x, const int &y) const { return x < y; }}; struct
90 constexpr auto p = std::max_element(il, il+8, less());
H A Dmin_element_comp.pass.cpp77 test_eq0(a, a+N, std::less<int>());
84 struct less { constexpr bool operator ()( const int &x, const int &y) const { return x < y; }}; struct
90 constexpr auto p = std::min_element(il, il+8, less());
/external/python/cpython2/Lib/
H A Dtabnanny.py234 # form (T*)(S*), M.less(N) iff M.len() < N.len() and
238 def less(self, other): member in class:Whitespace
253 # Intended to be used after not self.less(other) is known, in which
293 if not indents[-1].less(thisguy):
/external/python/cpython3/Lib/
H A Dtabnanny.py237 # form (T*)(S*), M.less(N) iff M.len() < N.len() and
241 def less(self, other): member in class:Whitespace
256 # Intended to be used after not self.less(other) is known, in which
296 if not indents[-1].less(thisguy):
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DPolynomialSolver.h111 std::less<Scalar> less; local
112 return selectComplexRoot_withRespectToNorm( less );
239 std::less<Scalar> less; local
240 return selectRealRoot_withRespectToAbsRealPart( less, hasArealRoot, absImaginaryThreshold );
285 std::less<Scalar> less; local
286 return selectRealRoot_withRespectToRealPart( less, hasArealRoot, absImaginaryThreshold );
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DBinaryExpr.java41 less, // < enum constant in enum:BinaryExpr.Operator
/external/skia/include/private/
H A DSkTSearch.h34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is
39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less) argument
55 if (less(*elem, key))
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
71 // Adapts a less-than function to a functor.
/external/skqp/include/private/
H A DSkTSearch.h34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is
39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less) argument
55 if (less(*elem, key))
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
71 // Adapts a less-than function to a functor.
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DBinaryExpr.java40 less, // < enum constant in enum:BinaryExpr.Operator
/external/pdfium/third_party/bigint/
H A DBigInteger.hh26 less = BigUnsigned::less , member in class:BigInteger
107 bool operator < (const BigInteger &x) const { return compareTo(x) == less ; }
109 bool operator >=(const BigInteger &x) const { return compareTo(x) != less ; }
H A DBigUnsigned.hh23 enum CmpRes { less = -1, equal = 0, greater = 1 }; enumerator in enum:BigUnsigned::CmpRes
130 bool operator < (const BigUnsigned &x) const { return compareTo(x) == less ; }
132 bool operator >=(const BigUnsigned &x) const { return compareTo(x) != less ; }
158 * (3) Copy-less operations: `add', `subtract', etc.
250 * copy-less operations. The copy-less operations are responsible for making
/external/ImageMagick/Magick++/lib/
H A DGeometry.cpp32 (left_.less() == right_.less()) &&
377 void Magick::Geometry::less(bool less_) function in class:Magick::Geometry
382 bool Magick::Geometry::less(void) const function in class:Magick::Geometry
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessQueriesTests.cpp1353 bool FunctionalTest::less(T a, T b) function in class:gl4cts::DirectStateAccess::Queries::FunctionalTest
1548 &FunctionalTest::less<glw::GLint>);
1550 &FunctionalTest::less<glw::GLuint>);
1552 &FunctionalTest::less<glw::GLint64>);
1554 &FunctionalTest::less<glw::GLuint64>);
1558 &FunctionalTest::less<glw::GLint>);
1560 m_qo[i], GL_QUERY_RESULT_NO_WAIT, (glw::GLuint)s_results[i], &FunctionalTest::less<glw::GLuint>);
1562 m_qo[i], GL_QUERY_RESULT_NO_WAIT, (glw::GLint64)s_results[i], &FunctionalTest::less<glw::GLint64>);
1565 &FunctionalTest::less<glw::GLuint64>);
/external/llvm/lib/TableGen/
H A DTGLexer.h39 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
/external/mesa3d/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp310 ir_expression *less = local
314 ir_if *if_less = new(this->mem_ctx) ir_if(less);
H A Dir_builder.cpp360 less(operand a, operand b) function in namespace:ir_builder
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGLexer.h38 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h243 /// compares less than the first component of another std::pair.
251 /// compares less than the second component of another std::pair.
290 /// Adapt std::less<T> for array_pod_sort.
293 if (std::less<T>()(*reinterpret_cast<const T*>(P1),
296 if (std::less<T>()(*reinterpret_cast<const T*>(P2),
320 /// compared with std::less and can be moved with memcpy. If this isn't true,
324 /// default to std::less.
490 /// A functor like C++14's std::less<void> in its absence.
491 struct less { struct in namespace:llvm
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h48 less, enumerator in enum:llvm::MIToken::TokenKind
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc61 // math_ops.less(y, x), lambda: math_ops.multiply(y, 17),
70 auto less = ops::Less(scope.WithOpName("cond/Less"), y, x); local
71 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less);
77 auto switch_2 = ops::Switch(scope.WithOpName("cond/Switch"), y, less);
85 auto switch_3 = ops::Switch(scope.WithOpName("cond/Switch"), x, less);
113 auto less = ops::Less(scope.WithOpName("cond/Less"), y, x); local
114 auto if_op = ops::XlaIf(scope.WithOpName(op_name), less,
115 std::initializer_list<Input>{less, y, x}, then_fn,
207 auto less local
266 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); local
322 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); local
368 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); local
437 auto less = ops::Less(scope.WithOpName("while/cond/Less"), cond_add, ten); local
519 auto less = ops::Less(scope.WithOpName("while/cond/Less"), cond_add, ten); local
756 auto less = ops::Less(scope.WithOpName("outer/Less_i"), arg0, ten); local
[all...]
/external/tensorflow/tensorflow/contrib/labeled_tensor/
H A D__init__.py89 less = _core.less variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h443 /// compares less than the first component of another std::pair.
451 /// compares less than the second component of another std::pair.
507 /// Adapt std::less<T> for array_pod_sort.
510 if (std::less<T>()(*reinterpret_cast<const T*>(P1),
513 if (std::less<T>()(*reinterpret_cast<const T*>(P2),
537 /// compared with std::less and can be moved with memcpy. If this isn't true,
541 /// default to std::less.
717 /// A functor like C++14's std::less<void> in its absence.
718 struct less { struct in namespace:llvm
/external/tensorflow/tensorflow/contrib/keras/api/keras/backend/
H A D__init__.py83 from tensorflow.python.keras._impl.keras.backend import less namespace

Completed in 732 milliseconds

12