HomeSort by relevance Sort by last modified time
    Searched full:notequal (Results 51 - 75 of 237) sorted by null

1 23 4 5 6 7 8 910

  /art/test/458-checker-instruct-simplification/smali/
SmaliTests.smali 109 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Arg>>,<<Const1>>]
131 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Const1>>,<<Arg>>]
153 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Arg>>,<<Const0>>]
175 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Const0>>,<<Arg>>]
  /art/test/594-checker-irreducible-linorder/smali/
IrreducibleLoop.smali 93 # its successors. To do that, load a boolean value and compare NotEqual to 1.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 40 NOTEQUAL = 29
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 42 NOTEQUAL = 29
  /external/fonttools/Lib/fontTools/ttLib/
standardGlyphOrder.py 156 "notequal", # 143
  /external/python/cpython2/Lib/
token.py 40 NOTEQUAL = 29
  /external/vulkan-validation-layers/libs/glm/detail/
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 42 NOTEQUAL = 29
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 42 NOTEQUAL = 29
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 42 NOTEQUAL = 29
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 42 NOTEQUAL = 29
  /frameworks/native/libs/math/tests/
vec_test.cpp 195 EXPECT_TRUE(all(notEqual(v0, v1)));
196 EXPECT_FALSE(any(notEqual(v0, v0)));
  /prebuilts/go/darwin-x86/src/runtime/
asm_s390x.s 778 CMPBNE R2, R6, notequal
780 notequal: label
798 BNE notequal
807 notequal: label
818 CMPBNE R8, R9, notequal
821 CMPBNE R8, R9, notequal
828 CMPBNE R8, R9, notequal
835 CMPBNE R8, R9, notequal
843 CMPBNE R8, R9, notequal
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 778 CMPBNE R2, R6, notequal
780 notequal: label
798 BNE notequal
807 notequal: label
818 CMPBNE R8, R9, notequal
821 CMPBNE R8, R9, notequal
828 CMPBNE R8, R9, notequal
835 CMPBNE R8, R9, notequal
843 CMPBNE R8, R9, notequal
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 280 |NOTEQUAL
436 NOTEQUAL : '!=' ;
  /prebuilts/misc/common/swig/include/2.0.11/d/
doperators.swg 72 %ignoreoperator(NOTEQUAL) operator!=;
199 %ignoreoperator(NOTEQUAL) operator!=;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64.rules 265 (Neq8 x y) -> (NotEqual (CMPW (ZeroExt8to32 x) (ZeroExt8to32 y)))
266 (Neq16 x y) -> (NotEqual (CMPW (ZeroExt16to32 x) (ZeroExt16to32 y)))
267 (Neq32 x y) -> (NotEqual (CMPW x y))
268 (Neq64 x y) -> (NotEqual (CMP x y))
269 (NeqPtr x y) -> (NotEqual (CMP x y))
270 (Neq32F x y) -> (NotEqual (FCMPS x y))
271 (Neq64F x y) -> (NotEqual (FCMPD x y))
461 (IsNonNil ptr) -> (NotEqual (CMPconst [0] ptr))
471 (If (NotEqual cc) yes no) -> (NE cc yes no)
509 (NZ (NotEqual cc) yes no) -> (NE cc yes no
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64.rules 265 (Neq8 x y) -> (NotEqual (CMPW (ZeroExt8to32 x) (ZeroExt8to32 y)))
266 (Neq16 x y) -> (NotEqual (CMPW (ZeroExt16to32 x) (ZeroExt16to32 y)))
267 (Neq32 x y) -> (NotEqual (CMPW x y))
268 (Neq64 x y) -> (NotEqual (CMP x y))
269 (NeqPtr x y) -> (NotEqual (CMP x y))
270 (Neq32F x y) -> (NotEqual (FCMPS x y))
271 (Neq64F x y) -> (NotEqual (FCMPD x y))
461 (IsNonNil ptr) -> (NotEqual (CMPconst [0] ptr))
471 (If (NotEqual cc) yes no) -> (NE cc yes no)
509 (NZ (NotEqual cc) yes no) -> (NE cc yes no
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 663 "bvec2 notEqual(dvec2, dvec2);"
664 "bvec3 notEqual(dvec3, dvec3);"
665 "bvec4 notEqual(dvec4, dvec4);"
797 "bvec2 notEqual(i64vec2, i64vec2);"
798 "bvec3 notEqual(i64vec3, i64vec3);"
799 "bvec4 notEqual(i64vec4, i64vec4);"
800 "bvec2 notEqual(u64vec2, u64vec2);"
801 "bvec3 notEqual(u64vec3, u64vec3);"
802 "bvec4 notEqual(u64vec4, u64vec4);"
    [all...]
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 225 public final int notEqual(IntegerValue other)
467 public final int notEqual(UnknownIntegerValue other)
711 public final int notEqual(SpecificIntegerValue other)
955 public final int notEqual(ParticularIntegerValue other)
ReferenceValue.java 165 public final int notEqual(ReferenceValue other)
  /external/selinux/checkpolicy/
policy_parse.y 147 %token NOTEQUAL
161 %left EQUALS NOTEQUAL
389 | cond_expr NOTEQUAL cond_expr
637 | NOTEQUAL
    [all...]
policy_scan.l 268 "!=" { return (NOTEQUAL); }
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 224 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", vec, vec);
225 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", ivec, ivec);
226 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", uvec, uvec);
227 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", bvec, bvec);
  /external/toolchain-utils/crosperf/
download_images_buildid_test.py 65 self.assert_failure('%s is not NotEqual to %s' % (arg1_name, arg2_name))

Completed in 702 milliseconds

1 23 4 5 6 7 8 910