Home
last modified time | relevance | path

Searched defs:is_equal (Results 1 – 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c106 bool is_equal = ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_abstract_equality_compare() local
191 bool is_equal = ecma_is_value_undefined (y) || ecma_is_value_null (y); in ecma_op_abstract_equality_compare() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh89 bool is_equal (const hb_bit_page_t &other) const in is_equal() function
Dhb-set.hh126 bool is_equal (const hb_sparseset_t &other) const { return s.is_equal (other.s); } in is_equal() function
Dhb-bit-set-invertible.hh149 bool is_equal (const hb_bit_set_invertible_t &other) const in is_equal() function
Dhb-bit-set.hh349 bool is_equal (const hb_bit_set_t &other) const in is_equal() function
Dhb-ot-layout-gsubgpos.hh3742 bool is_equal = true; in find_duplicate_features() local
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dencodable_value_unittests.cc283 bool is_equal = !(a < copy || copy < a); in TEST() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh92 bool is_equal (const page_t *other) const in is_equal() function
403 bool is_equal (const hb_set_t *other) const in is_equal() function
/third_party/flutter/skia/tests/
DRecordOptsTest.cpp378 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
/third_party/skia/tests/
DRecordOptsTest.cpp366 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
/third_party/python/Lib/test/
Dtest_complex.py167 def check(n, deltas, is_equal, imag = 0.0): argument
/third_party/harfbuzz/src/
Dhb-set.hh109 bool is_equal (const page_t *other) const in is_equal() function
480 bool is_equal (const hb_set_t *other) const in is_equal() function
Dhb-ot-layout-gsubgpos.hh3711 bool is_equal = true; in find_duplicate_features() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c3115 bool is_equal = ecma_op_strict_equality_compare (left_value, right_value); in vm_loop() local
3124 bool is_equal = ecma_op_strict_equality_compare (left_value, right_value); in vm_loop() local
/third_party/openssl/crypto/ec/
Decp_nistz256.c203 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h157 bool is_equal(const V& v1, const V& v2) { in is_equal() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs894 pub fn is_equal(&self) -> bool { in is_equal() method