Home
last modified time | relevance | path

Searched defs:LessEqual (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h94 static bool LessEqual(const Bignum& a, const Bignum& b) { in LessEqual() function
/external/icu/libicu/cts_headers/
Ddouble-conversion-bignum.h94 static bool LessEqual(const Bignum& a, const Bignum& b) { in LessEqual() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h57 Less, LessEqual, LessLess, LessGreater, enumerator
/external/llvm-project/llvm/unittests/ADT/
DOptionalTest.cpp438 struct LessEqual { struct
439 template <typename T, typename U> static bool apply(const T &X, const U &Y) { in apply()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc185 TEST_F(OpenCLOperationTest, LessEqual) { in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc314 GENERATE_DEFAULT_TESTS(LessEqual, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() argument
/external/libchrome/base/containers/
Dspan_unittest.cc964 TEST(SpanTest, LessEqual) { in TEST() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2120 TEST_F(OpTest, LessEqual) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go23199 func LessEqual(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func