Searched defs:notEqual (Results 1 – 9 of 9) sorted by relevance
26 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
63 GLM_FUNC_QUALIFIER bool notEqual function
225 public final int notEqual(IntegerValue other) in notEqual() method in IntegerValue467 public final int notEqual(UnknownIntegerValue other) in notEqual() method in IntegerValue711 public final int notEqual(SpecificIntegerValue other) in notEqual() method in IntegerValue955 public final int notEqual(ParticularIntegerValue other) in notEqual() method in IntegerValue
165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
104 template<typename T> inline bool notEqual (T a, T b) { return (a != b); } in notEqual() function234 inline Vector<bool, Size> notEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in notEqual() function
919 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> notEqual function
724 Temporary notEqual(this); in visitBinary() local
1818 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore