Home
last modified time | relevance | path

Searched refs:not_equal (Results 1 – 25 of 153) sorted by relevance

1234567

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c181 LLVMValueRef min, max, not_equal[2], visible; in cull_bbox() local
198 not_equal[chan] = LLVMBuildFCmp(builder, LLVMRealONE, min, max, ""); in cull_bbox()
200 visible = LLVMBuildAnd(builder, not_equal[0], not_equal[1], ""); in cull_bbox()
/external/e2fsprogs/intl/
Dplural-exp.c52 .operation = not_equal,
87 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
Dplural-exp.h55 not_equal, /* Comparison for inequality. */ enumerator
Deval-plural.h90 case not_equal: in plural_eval()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py82 def not_equal(string): function
83 return lambda x: math_ops.not_equal(x, constant_op.constant(string))
87 take_while_ops.take_while(not_equal("test")))
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/
Dvariable_pointers_wg_not_equal.amber66 %not_equal = OpPtrNotEqual %bool %wg_gep %ptr_call ;;;; HEY THIS SHOULD BE PtrNotEqual
67 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dvariable_pointers_ssbo_not_equal.amber77 %not_equal = OpPtrNotEqual %bool %ssbo_gep %ptr_call
78 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dvariable_pointers_vars_wg_not_equal.amber74 %not_equal = OpPtrNotEqual %bool %forward_gep %backward_gep
75 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dvariable_pointers_ssbo_2_not_equal.amber84 %not_equal = OpPtrNotEqual %bool %gep_0 %gep_1
85 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dvariable_pointers_vars_ssbo_not_equal.amber82 %not_equal = OpPtrNotEqual %bool %forward_gep %backward_gep
83 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dssbo_comparisons_not_equal.amber124 %not_equal = OpPtrNotEqual %bool %ref_gep %cmp_gep
125 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
Dwg_comparisons_not_equal.amber104 %not_equal = OpPtrNotEqual %bool %ref_gep %cmp_gep
105 %not_equal_int = OpSelect %int %not_equal %int_1 %int_0
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_binary_test.py399 cmp_not_eq = math_ops.not_equal(x, y)
858 self._compareScalar(math_ops.not_equal, x, y, t), x != y)
865 self._compareScalar(math_ops.not_equal, x, y, t), x != y)
885 self._compare(xt, yt, np.not_equal, math_ops.not_equal)
893 self._compare(xt, yt, np.not_equal, math_ops.not_equal)
949 np.not_equal, math_ops.not_equal, include_complex=True)
955 math_ops.greater_equal, math_ops.equal, math_ops.not_equal
988 cmp_ne = math_ops.not_equal(xt, yt)
999 cmp_ne = math_ops.not_equal(xt, yt)
1019 cmp_ne = math_ops.not_equal(xt, yt)
Dcwise_ops_test.py111 self._compareScalar(math_ops.not_equal, x, y, t), x != y)
120 self._compareScalar(math_ops.not_equal, x, y, t), x != y)
141 self._compare(xt, yt, np.not_equal, math_ops.not_equal)
150 self._compare(xt, yt, np.not_equal, math_ops.not_equal)
207 np.not_equal, math_ops.not_equal, include_complex=True)
213 math_ops.greater_equal, math_ops.equal, math_ops.not_equal
935 (np.not_equal, math_ops.not_equal)]
/external/tensorflow/tensorflow/python/autograph/utils/
Dmisc.py59 gen_math_ops.not_equal(dist % delta,
/external/tensorflow/tensorflow/lite/testing/op_tests/
Dnot_equal.py47 out = tf.not_equal(input_value1, input_value2)
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dfilter_dataset_serialization_test.py37 lambda x: math_ops.not_equal(math_ops.mod(x, div), 2))
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test_ops.py101 math_ops.not_equal,
Dragged_conversion_ops.py84 mask = math_ops.not_equal(indices, -1)
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c232 BN_ULONG not_equal = ec_felem_non_zero_mask(group, &tmp); in ec_GFp_simple_is_on_curve() local
237 return 1 & ~(not_infinity & not_equal); in ec_GFp_simple_is_on_curve()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c232 BN_ULONG not_equal = ec_felem_non_zero_mask(group, &tmp); in ec_GFp_simple_is_on_curve() local
237 return 1 & ~(not_infinity & not_equal); in ec_GFp_simple_is_on_curve()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_benchmark.py51 return control_flow_ops.cond(math_ops.not_equal(x, -1),
/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.cc82 if (a.node_data && a.node_data.not_equal(b.node_data)) { in operator ==()
366 if (keys.not_equal(node.node_data)) { in FlattenUpTo()
389 if (tuple.get_type().not_equal(node.node_data)) { in FlattenUpTo()
412 if (node.node_data.not_equal(out[1])) { in FlattenUpTo()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParallelDynamicStitch.pbtxt52 condition_mask=tf.not_equal(x,tf.constant(-1.))
Dapi_def_DynamicStitch.pbtxt53 condition_mask=tf.not_equal(x,tf.constant(-1.))

1234567