/external/v8/test/promises-aplus/lib/ |
D | assert.js | 53 function notEqual(actual, expected, message) { function 86 assert.notEqual = notEqual;
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 100.glsl | 267 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);
|
D | 110.glsl | 268 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);
|
D | 120.glsl | 300 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);
|
D | 130.glsl | 442 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 …]
|
D | 140.glsl | 446 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/ |
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/vulkan-validation-layers/libs/glm/detail/ |
D | func_vector_relational.hpp | 108 …GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> co…
|
D | intrinsic_vector_relational.inl | 262 //// 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
|
D | func_vector_relational.inl | 118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | scalar_relational.inl | 63 GLM_FUNC_QUALIFIER bool notEqual function
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | notEqual.ir | 1 ((function notEqual
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 776 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/ |
D | tcuVectorUtil.hpp | 104 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/ |
D | quaternion.hpp | 394 GLM_FUNC_DECL detail::tvec4<bool, P> notEqual(
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 876 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/ |
D | simd.js | 349 function notEqual(other) { function in TestEquality
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1311 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/ |
D | vktShaderRenderOperatorTests.cpp | 1263 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/ |
D | chai.js | 2456 assert.notEqual = function (act, exp, msg) { function 2457 var test = new Assertion(act, msg, assert.notEqual);
|
/external/chromium-trace/catapult/third_party/chai/ |
D | chai.js | 1 …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/ |
D | chai.js | 1 …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/ |
D | dEQP-GLES2.functional.hasty.Flaky.bz2 | 1dEQP-GLES2.functional.buffer.write.basic.array_dynamic_draw
2dEQP-GLES2. ... |
/external/deqp/android/cts/mnc/ |
D | gles2-master.txt | 5525 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 …]
|