Home
last modified time | relevance | path

Searched refs:equal (Results 326 - 350 of 398) sorted by relevance

1...<<111213141516

/third_party/node/deps/ada/
H A Dada.h1060 // 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 Dliftoff-assembler-ia32.h30 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 Dliftoff-assembler-x64.h31 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 Dimstb_truetype.h961 // 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 DOutputASM.cpp853 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 Dimstb_truetype.h961 // 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 Dgl4cGPUShaderFP64Tests.cpp1493 /* 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 Dassembler-ia32.h66 equal = 4, enumerator
82 zero = equal,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp549 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 DMIParser.cpp595 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 Dbtree.h548 "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 DvktShaderRenderTextureGatherTests.cpp549 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 Dvalues.cc533 return std::equal( in operator ==()
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1098 EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin())); in TEST()
/third_party/node/lib/internal/
H A Derrors.js728 * 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 DLzmaDecOpt.asm9 ; LzmaDec_DecodeReal_*() must be equal in both versions (C / ASM).
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp73 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 DvktOpaqueTypeIndexingTests.cpp962 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 DMachineInstr.cpp412 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 DLLVMContextImpl.h236 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 DInstrTypes.h735 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 DMemorySSA.cpp174 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 DSTLExtras.h1323 /// 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 Dinlined_vector_test.cc1427 EXPECT_TRUE(std::equal(v.begin(), v.end(), new_contents.begin(), in InstanceRangedAssignTestForContainer()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1092 return std::equal(first.data.begin(), first.data.end(), second.data.begin()); in programBinariesEqual()

Completed in 111 milliseconds

1...<<111213141516