Home
last modified time | relevance | path

Searched refs:notEqual (Results 1 – 25 of 140) sorted by relevance

123456

/external/skia/resources/sksl/intrinsics/
DNotEqual.sksl6 bool4 expectFFTT = notEqual(half4(3, 3, 3.25, 100), half4(3));
7 bool4 expectTTFF = notEqual(int4_zero, int4(-100, -50, 0, 0));
9 sk_FragColor.x = notEqual(a, b).x ? 1 : 0;
10 sk_FragColor.y = notEqual(c, d).y ? 1 : 0;
11 sk_FragColor.z = notEqual(e, f).z ? 1 : 0;
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp506 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
512 if (notEqual(A_scope, B_scope) || notEqual(A_scope, C_scope) || in ArithmeticsPass()
513 notEqual(A_scope, D_scope) || notEqual(B_scope, C_scope) || in ArithmeticsPass()
514 notEqual(B_scope, D_scope) || notEqual(C_scope, D_scope)) { in ArithmeticsPass()
520 if (notEqual(A_rows, C_rows) || notEqual(A_rows, D_rows) || in ArithmeticsPass()
521 notEqual(C_rows, D_rows)) { in ArithmeticsPass()
527 if (notEqual(B_cols, C_cols) || notEqual(B_cols, D_cols) || in ArithmeticsPass()
528 notEqual(C_cols, D_cols)) { in ArithmeticsPass()
534 if (notEqual(A_cols, B_rows)) { in ArithmeticsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp506 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
512 if (notEqual(A_scope, B_scope) || notEqual(A_scope, C_scope) || in ArithmeticsPass()
513 notEqual(A_scope, D_scope) || notEqual(B_scope, C_scope) || in ArithmeticsPass()
514 notEqual(B_scope, D_scope) || notEqual(C_scope, D_scope)) { in ArithmeticsPass()
520 if (notEqual(A_rows, C_rows) || notEqual(A_rows, D_rows) || in ArithmeticsPass()
521 notEqual(C_rows, D_rows)) { in ArithmeticsPass()
527 if (notEqual(B_cols, C_cols) || notEqual(B_cols, D_cols) || in ArithmeticsPass()
528 notEqual(C_cols, D_cols)) { in ArithmeticsPass()
534 if (notEqual(A_cols, B_rows)) { in ArithmeticsPass()
/external/skia/tests/sksl/intrinsics/
DNotEqual.glsl12 sk_FragColor.x = float(notEqual(a, b).x ? 1 : 0);
13 sk_FragColor.y = float(notEqual(c, d).y ? 1 : 0);
14 sk_FragColor.z = float(notEqual(e, f).z ? 1 : 0);
/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java30 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
31 assertFalse(delegatingMethod.equals(notEqual)); in equals_should_return_false_when_not_equal()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_composite_construct.cpp21 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_composite_construct()
48 if (notEqual(host[i], results[i])) { in test_composite_construct()
Dtest_op_branch.cpp21 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_branch_simple()
57 if (notEqual(host[i], results[i])) { in test_branch_simple()
Dtest_op_constant.cpp23 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_constant()
56 if (notEqual(host[i], results[i])) { in test_constant()
Dtest_op_copy_object.cpp23 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_copy()
56 if (notEqual(host[i], results[i])) { in test_copy()
/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java225 public final int notEqual(IntegerValue other) in notEqual() method in IntegerValue
467 public final int notEqual(UnknownIntegerValue other) in notEqual() method in IntegerValue
711 public final int notEqual(SpecificIntegerValue other) in notEqual() method in IntegerValue
955 public final int notEqual(ParticularIntegerValue other) in notEqual() method in IntegerValue
DReferenceValue.java165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
/external/skia/src/sksl/
Dsksl_public.sksl130 $bvec notEqual($vec x, $vec y);
131 $bvec notEqual($hvec x, $hvec y);
132 $bvec notEqual($ivec x, $ivec y);
133 $bvec notEqual($bvec x, $bvec y);
DSkSLIntrinsicList.h72 SKSL_INTRINSIC(notEqual) \
Dsksl_gpu.sksl218 $bvec notEqual($vec x, $vec y);
219 $bvec notEqual($hvec x, $hvec y);
220 $bvec notEqual($ivec x, $ivec y);
221 $bvec notEqual($uvec x, $uvec y);
222 $bvec notEqual($svec x, $svec y);
223 $bvec notEqual($usvec x, $usvec y);
224 $bvec notEqual($bvec x, $bvec y);
/external/deqp-deps/glslang/Test/
Dspv.int64.frag228 // notEqual()
229 bv = notEqual(u64v, u64vec3(u64));
230 bv.xy = notEqual(i64v, i64vec2(i64));
Dspv.int8.frag246 // notEqual()
247 bv = notEqual(u8v, u8vec3(u8));
248 bv.xy = notEqual(i8v, i8vec2(i8));
Dspv.int16.frag244 // notEqual()
245 bv = notEqual(u16v, u16vec3(u16));
246 bv.xy = notEqual(i16v, i16vec2(i16));
Dspv.int32.frag243 // notEqual()
244 bv = notEqual(u32v, u32vec3(u32));
245 bv.xy = notEqual(i32v, i32vec2(i32));
Dspv.vulkan110.int16.frag244 // notEqual()
245 bv = notEqual(u16v, u16vec3(u16));
246 bv.xy = notEqual(i16v, i16vec2(i16));
Dspv.int16.amd.frag260 // notEqual()
261 bv = notEqual(u16v, u16vec3(u16));
262 bv.xy = notEqual(i16v, i16vec2(i16));
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl57 GLM_FUNC_QUALIFIER bool notEqual function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.hpp78 GLM_FUNC_DECL vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y);
/external/skqp/src/sksl/
Dsksl.inc208 $bvec notEqual($vec x, $vec y);
209 $bvec notEqual($hvec x, $hvec y);
210 $bvec notEqual($dvec x, $dvec y);
211 $bvec notEqual($ivec x, $ivec y);
212 $bvec notEqual($uvec x, $uvec y);
213 $bvec notEqual($svec x, $svec y);
214 $bvec notEqual($usvec x, $usvec y);
215 $bvec notEqual($bvec x, $bvec y);
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer_test.js83 assert.notEqual(t.type, TokenType.kFloatLiteral,
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer_test.js83 assert.notEqual(t.type, TokenType.kFloatLiteral,

123456