/third_party/node/deps/ada/ |
H A D | ada.h | 1060 // std::equal is constexpr in C++20 in begins_with() 1062 std::equal(prefix.begin(), prefix.end(), view.begin()); in begins_with() 5002 * - its length is greater than or equal to 2 6886 auto equal = current.find('='); in initialize() 6888 if (equal == std::string_view::npos) { in initialize() 6893 auto name = std::string(current.substr(0, equal)); in initialize() 6894 auto value = std::string(current.substr(equal + 1)); in initialize()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 30 return equal; in ToCondition() 1388 assm->j(equal, trap_div_unrepresentable); in EmitInt32DivOrRem() 2266 // equal. in EmitTruncateFloatToInt() 2314 __ j(equal, &done); in EmitSatTruncateFloatToInt() 2523 liftoff::setcc_32(this, equal, dst); in emit_i32_eqz() 2536 // register. Then check whether the result is equal to zero. in emit_i64_eqz() 2543 liftoff::setcc_32(this, equal, dst); in emit_i64_eqz() 2580 // equal, compare the low word and use that for setcc. in emit_i64_set_cond()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 31 return equal; in ToCondition() 1865 // equal. in EmitTruncateFloatToInt() 1909 __ j(equal, &done); in EmitSatTruncateFloatToInt() 2180 setcc(equal, dst); in emit_i32_eqz() 2195 setcc(equal, dst); in emit_i64_eqz() 2382 assm->setcc(equal, dst.gp()); in EmitAllTrue()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 961 // is greater than or equal to 180/255. (You'll actually want to antialias, 4292 static int equal(float *a, float *b) 4341 if (equal(q0,q1) || equal(q1,q2)) {
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 853 Temporary equal(this); in visitBinary() 854 emit(sw::Shader::OPCODE_EQ, &equal, 0, left, index, right, index); in visitBinary() 855 emit(sw::Shader::OPCODE_AND, result, result, &equal); in visitBinary() 3260 mContext.error(fragmentOutput->getLine(), "Fragment output location larger or equal to MAX_DRAW_BUFFERS", "fragment shader"); in declareFragmentOutput()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 961 // is greater than or equal to 180/255. (You'll actually want to antialias, 4292 static int equal(float *a, float *b) 4341 if (equal(q0,q1) || equal(q1,q2)) {
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 1493 /* Major is equal to required one */ in isGLVersionAtLeast() 1494 /* Minor is higher than or equal to required one */ in isGLVersionAtLeast() 1499 /* Major is equal to required one */ in isGLVersionAtLeast() 2202 * equal to -1. in iterate() 11914 m_testCtx.getLog() << tcu::TestLog::Message << "Values reported for lower-than-or-equal operator used for " in verifyXFBData() 11953 << "Values reported for greater-than-or-equal operator used for " in verifyXFBData() 12167 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left, 12397 static tcu::Vector<glw::GLuint, Size> equal(const tcu::Vector<glw::GLdouble, Size>& left, in equal() function 12400 return convertBvecToUvec(tcu::equal(left, right)); in equal() 12770 * - equal(); [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 66 equal = 4, enumerator 82 zero = equal,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 549 return std::equal(DE_ARRAY_BEGIN(offsets), 732 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare() 2554 case tcu::Sampler::COMPAREMODE_EQUAL: return "equal"; in compareModeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 595 case MIToken::equal: in toString() 937 if (!Operands.empty() && expectAndConsume(MIToken::equal)) in parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 548 "Alignment of all nodes must be equal."); in Alignment() 1249 // whether that element is equal to `key`. 1263 // Finds the range of values which compare equal to key. The first member of 1264 // the returned pair is equal to lower_bound(key). The second member of the 1265 // pair is equal to upper_bound(key). 1326 // (i.e. not equal to end()). Return an iterator pointing to the node after 1946 const bool equal = res.HasMatch() 1949 return {lower, equal}; 1977 // behavior if we were to iterate over equal keys. 2540 // down the tree if the keys are equal, bu [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 549 return std::equal(DE_ARRAY_BEGIN(offsets), 732 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare() 2573 case tcu::Sampler::COMPAREMODE_EQUAL: return "equal"; in compareModeName()
|
/third_party/gn/src/base/ |
H A D | values.cc | 533 return std::equal( in operator ==()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1098 EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin())); in TEST()
|
/third_party/node/lib/internal/ |
H A D | errors.js | 728 * Returns true if `err.name` and `err.message` are equal to engine-specific 1471 'byte_offset + byte_length should be less than or equal to the size in ' +
|
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 9 ; LzmaDec_DecodeReal_*() must be equal in both versions (C / ASM).
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_expr.cpp | 73 bool expr_handler::equal(value *l, value *r) { in equal() function in r600_sb::expr_handler 752 // handle some operations with equal args, e.g. x + x => x * 2 in fold_alu_op2() 1029 /* Don't fold if no equal multipliers were found. in fold_alu_op3()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 962 isOk = boolAll(equal(reference, result)); in iterate() 1773 << ", expected value greater than or equal to " << refCount in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 412 return std::equal(LHSPointees.begin(), LHSPointees.end(), in hasIdenticalMMOs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 236 return std::equal(Ops.begin(), Ops.end(), RHS->op_begin() + Offset); in compareOps() 477 /// Subprograms compare equal if they declare the same function in an ODR 702 /// Subprograms compare equal if they declare the same function in an ODR
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 735 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal 737 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal 739 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal 743 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal 745 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal 747 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal 748 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal 753 ICMP_EQ = 32, ///< equal 754 ICMP_NE = 33, ///< not equal 756 ICMP_UGE = 35, ///< unsigned greater or equal [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 174 std::equal(Call->arg_begin(), Call->arg_end(), in operator ==() 1290 // This is the lower bound of places on the stack to check. It is equal to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 1323 /// Wrapper function around std::equal to detect if all elements 1329 std::equal(adl_begin(Range) + 1, adl_end(Range), adl_begin(Range))); in is_splat()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 1427 EXPECT_TRUE(std::equal(v.begin(), v.end(), new_contents.begin(), in InstanceRangedAssignTestForContainer()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 1092 return std::equal(first.data.begin(), first.data.end(), second.data.begin()); in programBinariesEqual()
|