Home
last modified time | relevance | path

Searched refs:equal (Results 1651 - 1675 of 1677) sorted by relevance

1...<<6162636465666768

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp821 // exponent and significand bitwise equal to 1 (i.e. with MSB equal to 0).
898 return std::equal(significandParts(), significandParts() + partCount(),
1255 /* If exponents are equal, do an unsigned bignum comparison of the
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc2259 : a == b ? absl::strong_ordering::equal in operator ()()
2416 // Test non-propagating allocator_type with equal allocators. in TEST()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc996 // symbols which name equal sym_name. in lookup_symbol_from_gnu_hash_tab()
3956 bool equal = l == r; in compare_before_canonicalisation() local
3960 return equal; in compare_before_canonicalisation()
4075 // see if they are all equal. If they are, in resolve_declaration_only_classes()
4311 // see if they are all equal. If they are, in resolve_declaration_only_enums()
7511 /// equal.
8455 /// DW_AT_bit_offset(j) would be equal to the number of bits from the
8703 // DW_AT_data_member_location equal to what DW_AT_data_bit_offset
9891 /// a declaration of a type compares equal to the definition of the
9922 // A declaration of a type compares equal t
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_autogen.cpp3096 constexpr const ImmutableString equal("equal");
10268 BuiltInName::equal,
10276 BuiltInName::equal,
10284 BuiltInName::equal,
10292 BuiltInName::equal,
10300 BuiltInName::equal,
10308 BuiltInName::equal,
10316 BuiltInName::equal,
10324 BuiltInName::equal,
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp15769 equal(_II1 __first1, _II1 __last1, _II2 __first2)
15783 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2)
15803 return std::__equal<__simple>::equal(__first1, __last1, __first2);
15986 equal(_II1 __first1, _II1 __last1, _II2 __first2)
16003 equal(_IIter1 __first1, _IIter1 __last1,
16019 equal(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2)
16040 return std::equal(__first1, __last1, __first2);
16052 equal(_IIter1 __first1, _IIter1 __last1,
16071 return std::equal(__first1, __last1, __first2,
27684 equal(cons
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1185 BA1(equal);
2263 FIUBD_VEC(equal) in create_builtins()
6204 body.emit(ret(equal(abs(x), imm(type, infinities)))); in _isinf()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl23 # are literally equal to the theoretical estimates based on AES
3324 // If x2($len) equal to -0x10, the left blocks is 4.
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl23 # are literally equal to the theoretical estimates based on AES
3340 // If x2($len) equal to -0x10, the left blocks is 4.
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1999 void ShaderCore::equal(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in equal() function in sw::ShaderCore
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp774 EXPECT_EQ(out[i], in[i]) << "Row " << row << " column " << col << " not equal to input.";
847 EXPECT_EQ(out[i], ref[i]) << "Row " << row << " column " << col << " not equal to reference.";
2739 return std::equal(std::begin(v), std::end(v), rhs.v);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex669 % \lineskip glue after it. Thus, space below is not quite equal to space
3703 % not equal to itself.
7772 % We need some trickery to remove the optional spaces around the equal
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp1484 // Array stride is equal to aligned size of the underlying type.
2749 "distance", "dot", "EmitStreamVertex", "EmitVertex", "EndPrimitive", "EndStreamPrimitive", "equal", "exp", "exp2",
5764 // We have to bitcast if our inputs are of different type, or if our types are not equal to expected inputs.
11061 GLSL_BFOP_CAST(equal, int_type);
11071 GLSL_BFOP(equal);
12432 comp_op = "equal";
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3439 case equal: in IsInludeEqual()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc2355 Branch(target, equal, rs, Operand(zero_reg)); in BranchFalseShortF()
3716 // If the expected parameter count is equal to the adaptor sentinel, no need in InvokePrologue()
3722 // If overapplication or if the actual argument count is equal to the in InvokePrologue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3184 return std::equal(refAddrs.begin(), refAddrs.end(), checkAddrs.begin()); in areAddressesTheSame()
3189 // the number of addresses must be equal in areAddressesDifferent()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp2951 return std::equal(refAddrs.begin(), refAddrs.end(), checkAddrs.begin()); in areAddressesTheSame()
2956 // the number of addresses must be equal in areAddressesDifferent()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4681 assert(m_current != m_end && "Range start and end cannot be equal");
13823 return s.size() >= prefix.size() && std::equal(prefix.begin(), prefix.end(), s.begin());
13829 return s.size() >= suffix.size() && std::equal(suffix.rbegin(), suffix.rend(), s.rbegin());
/third_party/json/single_include/nlohmann/
H A Djson.hpp13251 @brief comparison: equal
13287 @brief comparison: not equal
13332 @brief comparison: less than or equal
13350 @brief comparison: greater than or equal
16680 #pragma GCC diagnostic ignored "-Wfloat-equal"
16719 static_assert(sizeof(std::uint8_t) == sizeof(CharType), "size of CharType must be equal to std::uint8_t");
17154 // table entries must be less than or equal to
17862 #pragma GCC diagnostic ignored "-Wfloat-equal"
22850 /// @brief comparison: equal
22856 #pragma GCC diagnostic ignored "-Wfloat-equal"
[all...]
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js486 Ae(me[pe]), g.default.equal(me[pe].length, 0)
/applications/standard/calendardata/hvigor/
H A Dhvigor-wrapper.js1349 qt(Vt[Ht]), l.equal(Vt[Ht].length, 0)
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs6800 // equal in test_clone_from()
9740 // of the tuple), so elements with equal first items in test_sort_stability()
11793 // test that two deques hash equal even if elements are laid out differently in test_hash_after_rotation()
11812 // test that two deques are equal even if elements are laid out differently in test_eq_after_rotation()
14184 "`new_layout.size()` must be greater than or equal to `old_layout.size()`" in grow_impl()
14190 // SAFETY: `new_size` is non-zero as `old_size` is greater than or equal to `new_size` in grow_impl()
14206 // SAFETY: because `new_layout.size()` must be greater than or equal to `old_size`, in grow_impl()
14274 "`new_layout.size()` must be smaller than or equal to `old_layout.size()`" in shrink()
14294 // SAFETY: because `new_size` must be smaller than or equal to `old_layout.size()`, in shrink()
14583 /// * `len` must be greater than or equal t
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp115 /// it returns true for things that are clearly not equal, like -0.0 and 0.0.
1351 // value, so that we don't have problems with 0.0 comparing equal to -0.0, and
3221 // Since the result is less than or equal to either operand, any leading
4238 // Otherwise they may not be equal.
6025 // Ld/St less than/equal limit set by target.
7700 if (std::equal(Ops.begin(), Ops.end(), N->op_begin()))
/third_party/node/deps/cares/
H A Dconfigure20435 -Wfloat-equal \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1310 ADD_OPFUNORD_CASE(equal, "OpFUnordEqual", ==); in createOpFUnordGroup()
20703 { "depthunchanged_2", "FragDepth != Polygon depth: violates the promise that FragDepth is equal to the implicit depth, the depth test should pass." },
20704 { "depthunchanged_3", "FragDepth != Polygon depth: violates the promise that FragDepth is equal to the implicit depth, the depth test should fail." },

Completed in 273 milliseconds

1...<<6162636465666768