Home
last modified time | relevance | path

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

12

/external/v8/test/promises-aplus/lib/
Dassert.js53 function notEqual(actual, expected, message) { function
86 assert.notEqual = notEqual;
/external/mesa3d/src/glsl/builtins/profiles/
D100.glsl267 bvec2 notEqual( vec2 x, vec2 y);
268 bvec3 notEqual( vec3 x, vec3 y);
269 bvec4 notEqual( vec4 x, vec4 y);
270 bvec2 notEqual(ivec2 x, ivec2 y);
271 bvec3 notEqual(ivec3 x, ivec3 y);
272 bvec4 notEqual(ivec4 x, ivec4 y);
273 bvec2 notEqual(bvec2 x, bvec2 y);
274 bvec3 notEqual(bvec3 x, bvec3 y);
275 bvec4 notEqual(bvec4 x, bvec4 y);
D110.glsl268 bvec2 notEqual( vec2 x, vec2 y);
269 bvec3 notEqual( vec3 x, vec3 y);
270 bvec4 notEqual( vec4 x, vec4 y);
271 bvec2 notEqual(ivec2 x, ivec2 y);
272 bvec3 notEqual(ivec3 x, ivec3 y);
273 bvec4 notEqual(ivec4 x, ivec4 y);
274 bvec2 notEqual(bvec2 x, bvec2 y);
275 bvec3 notEqual(bvec3 x, bvec3 y);
276 bvec4 notEqual(bvec4 x, bvec4 y);
D120.glsl300 bvec2 notEqual( vec2 x, vec2 y);
301 bvec3 notEqual( vec3 x, vec3 y);
302 bvec4 notEqual( vec4 x, vec4 y);
303 bvec2 notEqual(ivec2 x, ivec2 y);
304 bvec3 notEqual(ivec3 x, ivec3 y);
305 bvec4 notEqual(ivec4 x, ivec4 y);
306 bvec2 notEqual(bvec2 x, bvec2 y);
307 bvec3 notEqual(bvec3 x, bvec3 y);
308 bvec4 notEqual(bvec4 x, bvec4 y);
D130.glsl442 bvec2 notEqual( vec2 x, vec2 y);
443 bvec3 notEqual( vec3 x, vec3 y);
444 bvec4 notEqual( vec4 x, vec4 y);
445 bvec2 notEqual(ivec2 x, ivec2 y);
446 bvec3 notEqual(ivec3 x, ivec3 y);
447 bvec4 notEqual(ivec4 x, ivec4 y);
448 bvec2 notEqual(uvec2 x, uvec2 y);
449 bvec3 notEqual(uvec3 x, uvec3 y);
450 bvec4 notEqual(uvec4 x, uvec4 y);
451 bvec2 notEqual(bvec2 x, bvec2 y);
[all …]
D140.glsl446 bvec2 notEqual( vec2 x, vec2 y);
447 bvec3 notEqual( vec3 x, vec3 y);
448 bvec4 notEqual( vec4 x, vec4 y);
449 bvec2 notEqual(ivec2 x, ivec2 y);
450 bvec3 notEqual(ivec3 x, ivec3 y);
451 bvec4 notEqual(ivec4 x, ivec4 y);
452 bvec2 notEqual(uvec2 x, uvec2 y);
453 bvec3 notEqual(uvec3 x, uvec3 y);
454 bvec4 notEqual(uvec4 x, uvec4 y);
455 bvec2 notEqual(bvec2 x, bvec2 y);
[all …]
/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/mesa3d/src/glsl/builtins/ir/
DnotEqual.ir1 ((function notEqual
/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/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.hpp394 GLM_FUNC_DECL detail::tvec4<bool, P> notEqual(
/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/v8/test/mjsunit/harmony/
Dsimd.js349 function notEqual(other) { function in TestEquality
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
Dchai.js2456 assert.notEqual = function (act, exp, msg) { function
2457 var test = new Assertion(act, msg, assert.notEqual);
/external/chromium-trace/catapult/third_party/chai/
Dchai.js1 …d #{this} to not equal #{act}",t,e)},assert.notEqual=function(e,t,r){var i=new Assertion(e,r,asser… function
/external/chromium-trace/catapult/tracing/third_party/chai/
Dchai.js1 …d #{this} to not equal #{act}",t,e)},assert.notEqual=function(e,t,r){var i=new Assertion(e,r,asser… function
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES2.functional.hasty.Flaky.bz21dEQP-GLES2.functional.buffer.write.basic.array_dynamic_draw 2dEQP-GLES2. ...
/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 …]

12