Home
last modified time | relevance | path

Searched defs:casted (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_casting_utils_test.cc46 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
Dhlo_casting_utils.h42 const T* casted = static_cast<const T*>(instruction); in Cast() local
82 const T* casted = in DynCast() local
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c30 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/
DPositionUtils.java109 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/
Dsocket_address_posix_unittest.cc52 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/
DPositionUtils.java104 NodeWithElementType<?> casted = (NodeWithElementType<?>) node; in beginNodeWithoutConsideringAnnotations() local
107 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Ddecompose.cc189 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
Draise_to_tf.cc402 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/
DPositionUtils.java120 NodeWithType<?, Type> casted = (NodeWithType<?, Type>) node; in beginNodeWithoutConsideringAnnotations() local
123 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc355 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/
Dlower_index_cast_pass.cc50 Value casted = b.create<arith::IndexCastOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dlower_index_cast_pass.cc50 Value casted = in matchAndRewrite() local
Dtf_kernel_to_llvm_pass.cc138 auto casted = in generateParamsArray() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 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/
Ddynamic_partition_op.cc55 xla::XlaOp casted = xla::ConvertElementType(equal_dim, xla::S32); in CountS32() local
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2564 auto casted = in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2751 auto casted = mlir::cast<OpT>(op); in EmitReplicaOrPartitionId() local