Home
last modified time | relevance | path

Searched defs:IsEqual (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp51 bool IsEqual(const spv_target_env env, in IsEqual() function
75 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function
85 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function
92 bool IsEqual(const spv_target_env env, const opt::IRContext* ir_1, in IsEqual() function
101 bool IsEqual(const spv_target_env env, const std::vector<uint32_t>& binary_1, in IsEqual() function
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp51 bool IsEqual(const spv_target_env env, in IsEqual() function
75 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function
85 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function
92 bool IsEqual(const spv_target_env env, const opt::IRContext* ir_1, in IsEqual() function
101 bool IsEqual(const spv_target_env env, const std::vector<uint32_t>& binary_1, in IsEqual() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil.cc50 static ::testing::AssertionResult IsEqual(float x, float y) { in IsEqual() function
57 static ::testing::AssertionResult IsEqual(double x, double y) { in IsEqual() function
64 static ::testing::AssertionResult IsEqual(Eigen::half x, Eigen::half y) { in IsEqual() function
90 static ::testing::AssertionResult IsEqual(const T& x, const T& y) { in IsEqual() function
96 static ::testing::AssertionResult IsEqual(const std::complex<T>& x, in IsEqual() function
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsEqual.java14 public class IsEqual<T> extends BaseMatcher<T> { class
17 public IsEqual(T equalArg) { in IsEqual() method in IsEqual
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dcount.pass.cpp47 class IsEqual class
52 IsEqual(T value_, OddTag) : value(value_) {} in IsEqual() function in IsEqual
/external/llvm-project/clang/test/Sema/
Dsource_location.c6 #define IsEqual(L, R) (__builtin_strcmp(L, R) == 0) macro
/external/libyuv/files/fuzz/
Dmjpeg_dec_fuzz.cc19 inline bool IsEqual(int a, int b, int c) { in IsEqual() function
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc88 bool RtpToNtpEstimator::RtcpMeasurement::IsEqual( in IsEqual() function in webrtc::RtpToNtpEstimator::RtcpMeasurement
/external/angle/src/tests/deqp_support/
Des31cVertexAttribBindingTests_override.cpp173 bool IsEqual(IVec4 a, IVec4 b) in IsEqual() function in glcts::__anonce9152960111::VertexAttribBindingBase
178 bool IsEqual(UVec4 a, UVec4 b) in IsEqual() function in glcts::__anonce9152960111::VertexAttribBindingBase
183 bool IsEqual(Vec2 a, Vec2 b) { return (a[0] == b[0]) && (a[1] == b[1]); } in IsEqual() function in glcts::__anonce9152960111::VertexAttribBindingBase
185 bool IsEqual(IVec2 a, IVec2 b) { return (a[0] == b[0]) && (a[1] == b[1]); } in IsEqual() function in glcts::__anonce9152960111::VertexAttribBindingBase
187 bool IsEqual(UVec2 a, UVec2 b) { return (a[0] == b[0]) && (a[1] == b[1]); } in IsEqual() function in glcts::__anonce9152960111::VertexAttribBindingBase
/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp181 bool IsEqual(IVec4 a, IVec4 b) in IsEqual() function in glcts::__anonb57445620111::VertexAttribBindingBase
186 bool IsEqual(UVec4 a, UVec4 b) in IsEqual() function in glcts::__anonb57445620111::VertexAttribBindingBase
191 bool IsEqual(Vec2 a, Vec2 b) in IsEqual() function in glcts::__anonb57445620111::VertexAttribBindingBase
196 bool IsEqual(IVec2 a, IVec2 b) in IsEqual() function in glcts::__anonb57445620111::VertexAttribBindingBase
201 bool IsEqual(UVec2 a, UVec2 b) in IsEqual() function in glcts::__anonb57445620111::VertexAttribBindingBase
Des31cComputeShaderTests.cpp469 bool IsEqual(vec4 a, vec4 b) in IsEqual() function in glcts::__anon126f28d70111::ComputeShaderBase
474 bool IsEqual(uvec4 a, uvec4 b) in IsEqual() function in glcts::__anon126f28d70111::ComputeShaderBase
/external/libprotobuf-mutator/src/
Dmutator.cc148 bool IsEqual(const ConstFieldInstance::Enum& a, in IsEqual() function in protobuf_mutator::__anonb2429a380111::CanCopyAndDifferentField
154 bool IsEqual(const std::unique_ptr<Message>& a, in IsEqual() function in protobuf_mutator::__anonb2429a380111::CanCopyAndDifferentField
160 bool IsEqual(const T& a, const T& b) const { in IsEqual() function in protobuf_mutator::__anonb2429a380111::CanCopyAndDifferentField
/external/libchrome/ui/gfx/geometry/
Dmatrix3_f.cc87 bool Matrix3F::IsEqual(const Matrix3F& rhs) const { in IsEqual() function in gfx::Matrix3F
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp249 bool IsEqual(IVec4 a, IVec4 b) in IsEqual() function in gl4cts::__anon87d447110111::VertexAttribBindingBase
254 bool IsEqual(UVec4 a, UVec4 b) in IsEqual() function in gl4cts::__anon87d447110111::VertexAttribBindingBase
259 bool IsEqual(Vec2 a, Vec2 b) in IsEqual() function in gl4cts::__anon87d447110111::VertexAttribBindingBase
264 bool IsEqual(IVec2 a, IVec2 b) in IsEqual() function in gl4cts::__anon87d447110111::VertexAttribBindingBase
269 bool IsEqual(UVec2 a, UVec2 b) in IsEqual() function in gl4cts::__anon87d447110111::VertexAttribBindingBase
/external/deqp-deps/amber/src/
Dbuffer.cc90 Result Buffer::IsEqual(Buffer* buffer) const { in IsEqual() function in amber::Buffer
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp624 Value *IsEqual = nullptr; in mergeComparisons() local
DLoopUnswitch.cpp1424 bool IsEqual) { in rewriteLoopBodyWithConditionConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp624 Value *IsEqual = nullptr; in mergeComparisons() local
DLoopUnswitch.cpp1445 bool IsEqual) { in RewriteLoopBodyWithConditionConstant()
/external/llvm-project/llvm/unittests/ADT/
DOptionalTest.cpp469 bool IsEqual; variable
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc418 bool IsEqual() const { return expected == result; } in IsEqual() function
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1206 bool IsEqual) { in RewriteLoopBodyWithConditionConstant()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc175 Status IsEqual(const Tensor& t1, const Tensor& t2) { in IsEqual() function
/external/llvm-project/lldb/source/API/
DSBFrame.cpp694 bool SBFrame::IsEqual(const SBFrame &that) const { in IsEqual() function in SBFrame
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc265 bool IsEqual(const NodeDef& node) { return node.op() == "Equal"; } in IsEqual() function

12