/external/skia/resources/sksl/intrinsics/ |
D | NotEqual.sksl | 6 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/ |
D | validate_arithmetics.cpp | 506 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/ |
D | validate_arithmetics.cpp | 506 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/ |
D | NotEqual.glsl | 12 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/ |
D | DelegatingMethodTest.java | 30 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/ |
D | test_op_composite_construct.cpp | 21 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_composite_construct() 48 if (notEqual(host[i], results[i])) { in test_composite_construct()
|
D | test_op_branch.cpp | 21 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_branch_simple() 57 if (notEqual(host[i], results[i])) { in test_branch_simple()
|
D | test_op_constant.cpp | 23 bool (*notEqual)(const T&, const T&) = isNotEqual<T>) in test_constant() 56 if (notEqual(host[i], results[i])) { in test_constant()
|
D | test_op_copy_object.cpp | 23 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/ |
D | IntegerValue.java | 225 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
|
D | ReferenceValue.java | 165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
|
/external/skia/src/sksl/ |
D | sksl_public.sksl | 130 $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);
|
D | SkSLIntrinsicList.h | 72 SKSL_INTRINSIC(notEqual) \
|
D | sksl_gpu.sksl | 218 $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/ |
D | spv.int64.frag | 228 // notEqual() 229 bv = notEqual(u64v, u64vec3(u64)); 230 bv.xy = notEqual(i64v, i64vec2(i64));
|
D | spv.int8.frag | 246 // notEqual() 247 bv = notEqual(u8v, u8vec3(u8)); 248 bv.xy = notEqual(i8v, i8vec2(i8));
|
D | spv.int16.frag | 244 // notEqual() 245 bv = notEqual(u16v, u16vec3(u16)); 246 bv.xy = notEqual(i16v, i16vec2(i16));
|
D | spv.int32.frag | 243 // notEqual() 244 bv = notEqual(u32v, u32vec3(u32)); 245 bv.xy = notEqual(i32v, i32vec2(i32));
|
D | spv.vulkan110.int16.frag | 244 // notEqual() 245 bv = notEqual(u16v, u16vec3(u16)); 246 bv.xy = notEqual(i16v, i16vec2(i16));
|
D | spv.int16.amd.frag | 260 // notEqual() 261 bv = notEqual(u16v, u16vec3(u16)); 262 bv.xy = notEqual(i16v, i16vec2(i16));
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | scalar_relational.inl | 57 GLM_FUNC_QUALIFIER bool notEqual function
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_vector_relational.hpp | 78 GLM_FUNC_DECL vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y);
|
/external/skqp/src/sksl/ |
D | sksl.inc | 208 $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/ |
D | lexer_test.js | 83 assert.notEqual(t.type, TokenType.kFloatLiteral,
|
/external/deqp-deps/SPIRV-Tools/tools/sva/src/ |
D | lexer_test.js | 83 assert.notEqual(t.type, TokenType.kFloatLiteral,
|