/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_casting_utils_test.cc | 46 DummyInstruction* casted = in TEST() local 64 DummyInstruction* casted = in TEST() local 77 DummyInstruction* casted = CastOrNull<DummyInstruction>(null); in TEST() local 83 DummyInstruction* casted = in TEST() local 90 DummyInstruction* casted = in TEST() local 102 DummyInstruction* casted = DynCastOrNull<DummyInstruction>( in TEST() local 109 DummyInstruction* casted = DynCastOrNull<DummyInstruction>( in TEST() local 116 DummyInstruction* casted = DynCastOrNull<DummyInstruction>(null); in TEST() local
|
D | hlo_casting_utils.h | 42 const T* casted = static_cast<const T*>(instruction); in Cast() local 82 const T* casted = in DynCast() local
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.c | 30 int *casted = dynCastToInt(p); in testDynCast() local 38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local 47 int *casted; in testBranch() local 63 int *casted; in testBranchReversed() local 79 int *casted = 0; in testMultipleStore() local 180 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local 189 int *casted = dynCastToInt(0); in testDynCastOfNull() local 205 int *casted = lookUpInt(0); in testZeroIsNotNull() local 214 int *casted = dynCastOrNull(getNull()); in testTrackNull() local 225 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ |
D | PositionUtils.java | 109 MethodDeclaration casted = (MethodDeclaration) node; in beginNodeWithoutConsideringAnnotations() local 112 FieldDeclaration casted = (FieldDeclaration) node; in beginNodeWithoutConsideringAnnotations() local 115 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
|
/external/openscreen/platform/impl/ |
D | socket_address_posix_unittest.cc | 52 struct sockaddr* casted = reinterpret_cast<struct sockaddr*>(&address); in TEST() local 75 struct sockaddr* casted = reinterpret_cast<struct sockaddr*>(&address); in TEST() local
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/ |
D | PositionUtils.java | 104 NodeWithElementType<?> casted = (NodeWithElementType<?>) node; in beginNodeWithoutConsideringAnnotations() local 107 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | decompose.cc | 189 auto casted = builder.create<CastOp>(op->getLoc(), tensor_type, in RewriteUnregisteredTFOps() local 195 auto casted = builder.create<CastOp>( in RewriteUnregisteredTFOps() local 260 auto casted = builder.create<CastOp>( in RewriteUnregisteredTFOps() local
|
D | raise_to_tf.cc | 402 auto casted = rewriter.create<CastOp>(loc, res_type, new_res); in CreateAndReplaceOp() local 408 auto casted = in CreateAndReplaceOp() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | PositionUtils.java | 120 NodeWithType<?, Type> casted = (NodeWithType<?, Type>) node; in beginNodeWithoutConsideringAnnotations() local 123 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | driver.cc | 355 T* casted = static_cast<T*>(buffer); in FillIntT() local 366 T* casted = static_cast<T*>(buffer); in FillFloatT() local 411 const T* casted = static_cast<const T*>(buffer); in DisplayT() local 456 auto casted = static_cast<const void* const*>(buffer); in Display() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/ |
D | lower_index_cast_pass.cc | 50 Value casted = b.create<arith::IndexCastOp>( in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | lower_index_cast_pass.cc | 50 Value casted = in matchAndRewrite() local
|
D | tf_kernel_to_llvm_pass.cc | 138 auto casted = in generateParamsArray() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | dynamic_partition_op.cc | 55 xla::XlaOp casted = xla::ConvertElementType(equal_dim, xla::S32); in CountS32() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tfl.cc | 2564 auto casted = in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 2751 auto casted = mlir::cast<OpT>(op); in EmitReplicaOrPartitionId() local
|