/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_casting_utils_test.cc | 38 DummyInstruction* casted = in TEST() local 56 DummyInstruction* casted = in TEST() local 69 DummyInstruction* casted = CastOrNull<DummyInstruction>(null); in TEST() local 75 DummyInstruction* casted = in TEST() local 82 DummyInstruction* casted = in TEST() local 94 DummyInstruction* casted = DynCastOrNull<DummyInstruction>( in TEST() local 101 DummyInstruction* casted = DynCastOrNull<DummyInstruction>( in TEST() local 108 DummyInstruction* casted = DynCastOrNull<DummyInstruction>(null); in TEST() local
|
D | hlo_casting_utils.h | 41 const T* casted = dynamic_cast<const T*>(instruction); in Cast() 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/llvm-project/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 188 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local 197 int *casted = dynCastToInt(0); in testDynCastOfNull() local 213 int *casted = lookUpInt(0); in testZeroIsNotNull() local 222 int *casted = dynCastOrNull(getNull()); in testTrackNull() local 233 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/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
D | decompose.cc | 159 auto casted = builder.create<CastOp>(op->getLoc(), tensor_type, in RewriteUnregisteredTFOps() local 165 auto casted = builder.create<CastOp>( in RewriteUnregisteredTFOps() local 221 auto casted = builder.create<CastOp>( in RewriteUnregisteredTFOps() local
|
D | raise_to_tf.cc | 386 auto casted = rewriter.create<CastOp>(loc, res_type, new_res); in CreateAndReplaceOp() local 392 auto casted = in CreateAndReplaceOp() 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/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 | 336 T* casted = static_cast<T*>(buffer); in FillIntT() local 347 T* casted = static_cast<T*>(buffer); in FillFloatT() local 392 const T* casted = static_cast<const T*>(buffer); in DisplayT() local 437 auto casted = static_cast<const void* const*>(buffer); in Display() 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/mlir/tools/kernel_gen/transforms/ |
D | tf_kernel_to_llvm_pass.cc | 129 auto casted = in generateParamsArray() local
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | ConvertLaunchFuncToRuntimeCalls.cpp | 400 auto casted = rewriter.create<LLVM::BitcastOp>(loc, llvmPointerType, pointer); in matchAndRewrite() local 517 auto casted = in generateParamsArray() local
|
/external/llvm-project/clang/test/Analysis/ |
D | osobject-retain-release.cpp | 330 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_propagation() local 338 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_indirect_propagation() local
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 625 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger() local 650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 2285 Value casted = std_memref_cast(alloc, compatibleMemRefType); in createScopedFullPartialLinalgCopy() local 2339 Value casted = std_memref_cast(alloc, compatibleMemRefType); in createScopedFullPartialVectorTransferRead() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 761 auto casted = xla::ConvertElementType(input, xla::U32); in ExportXlaOp() local
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2378 Value casted = rewriter.create<LLVM::BitcastOp>( in matchAndRewrite() local
|