Home
last modified time | relevance | path

Searched defs:notEqual (Results 1 – 9 of 9) sorted by relevance

/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
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl63 GLM_FUNC_QUALIFIER bool notEqual function
/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.inl118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
/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/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.inl919 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> notEqual function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp724 Temporary notEqual(this); in visitBinary() local
/external/swiftshader/src/Shader/
DShaderCore.cpp1818 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore