Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_casting_utils_test.cc38 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
Dhlo_casting_utils.h41 const T* casted = dynamic_cast<const T*>(instruction); in Cast() 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/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/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/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/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()