Home
last modified time | relevance | path

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

12

/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java26 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
27 assertFalse(delegatingMethod.equals(notEqual)); in equals_should_return_false_when_not_equal()
/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/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.hpp108 …GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> co…
Dintrinsic_vector_relational.inl262 //// notEqual
264 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type notEqual
280 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type notEqual
296 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type notEqual
Dfunc_vector_relational.inl118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl63 GLM_FUNC_QUALIFIER bool notEqual function
/external/proguard/src/proguard/evaluation/
DProcessor.java776 stack.ipop().notEqual(valueFactory.createIntegerValue(0))); in visitBranchInstruction()
807 stack.ipop().notEqual(stack.ipop())); in visitBranchInstruction()
841 stack.apop().notEqual(stack.apop())); in visitBranchInstruction()
/external/deqp/framework/common/
DtcuVectorUtil.hpp104 template<typename T> inline bool notEqual (T a, T b) { return (a != b); } in notEqual() function
234 inline Vector<bool, Size> notEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in notEqual() function
/external/skia/src/sksl/
Dsksl.include177 $bvec notEqual($vec x, $vec y);
178 $bvec notEqual($ivec x, $ivec y);
179 $bvec notEqual($uvec x, $uvec y);
180 $bvec notEqual($bvec x, $bvec y);
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.hpp394 GLM_FUNC_DECL detail::tvec4<bool, P> notEqual(
Dquaternion.inl919 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> notEqual function
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp876 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
885 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
890 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
1158 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1168 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1174 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1311 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
1320 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
1329 DECLARE_UINT_CWISE_COMPARE_FUNCS(notEqual)
1334 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
1802 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1812 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1818 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1263 DECLARE_FLOAT_VEC_CWISE_COMPARE_FUNCS(notEqual)
1272 DECLARE_INT_VEC_CWISE_COMPARE_FUNCS(notEqual)
1284 DECLARE_BOOL_VEC_CWISE_COMPARE_FUNCS(notEqual)
1762 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1772 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1778 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/swiftshader/src/Shader/
DShaderCore.hpp350 void notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp337 case Shader::OPCODE_NE: notEqual(d, s0, s1); break; in program()
DPixelProgram.cpp328 case Shader::OPCODE_NE: notEqual(d, s0, s1); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp724 Temporary notEqual(this); in visitBinary() local
725 emit(sw::Shader::OPCODE_NE, &notEqual, 0, left, index, right, index); in visitBinary()
726 emit(sw::Shader::OPCODE_OR, result, result, &notEqual); in visitBinary()
/external/deqp/android/cts/master/
Dgles2-master.txt5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5535 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5536 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5537 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5538 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5539 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/nyc/
Dgles2-master.txt5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5535 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5536 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5537 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5538 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5539 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5535 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5536 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5537 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5538 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5539 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt5525 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5526 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5527 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5528 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5529 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/mnc/
Dgles2-master.txt5525 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5526 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5527 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5528 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5529 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1634 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()

12