Searched refs:inttype (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | int_type_test.cc | 272 TypeParam inttype; in TYPED_TEST() member 277 f.inttype = TypeParam(i); in TYPED_TEST() 285 EXPECT_EQ(123, foo.inttype); in TYPED_TEST() 290 EXPECT_EQ(321, foo.inttype); in TYPED_TEST()
|
/external/llvm-project/mlir/lib/Parser/ |
D | Token.cpp | 60 assert(getKind() == inttype); in getIntTypeBitwidth() 71 assert(getKind() == inttype); in getIntTypeSignedness()
|
D | TypeParser.cpp | 30 case Token::inttype: in parseOptionalType() 326 case Token::inttype: { in parseNonFunctionType() 340 consumeToken(Token::inttype); in parseNonFunctionType()
|
D | TokenKinds.def | 52 TOK_LITERAL(inttype) // i4, si8, ui16
|
D | Lexer.cpp | 213 return Token(Token::inttype, spelling); in lexBareIdentifierOrKeyword()
|
D | AttributeParser.cpp | 256 else if (getToken().isAny(Token::bare_identifier, Token::inttype) || in parseAttributeDict()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2069 struct lp_type inttype; in lp_build_trunc() local 2076 inttype = type; in lp_build_trunc() 2077 inttype.floating = 0; in lp_build_trunc() 2078 lp_build_context_init(&intbld, bld->gallivm, inttype); in lp_build_trunc() 2122 struct lp_type inttype; in lp_build_round() local 2129 inttype = type; in lp_build_round() 2130 inttype.floating = 0; in lp_build_round() 2131 lp_build_context_init(&intbld, bld->gallivm, inttype); in lp_build_round() 2173 struct lp_type inttype; in lp_build_floor() local 2188 inttype = type; in lp_build_floor() [all …]
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 1664 inttype(unsigned long max) in inttype() function 1778 fprintf(fp, "typedef %-23s t_staterange;\n", inttype(nstates)); in generate() 1779 fprintf(fp, "typedef %-23s t_transrange;\n\n", inttype(ntrans)); in generate()
|
/external/rust/crates/csv/src/ |
D | deserializer.rs | 332 ($method:ident, $visit:ident, $inttype:ty) => { 339 <$inttype>::from_str_radix(&field[2..], 16)
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 320 multiclass GenericVectorOps<ValueType type, ValueType inttype> { 326 def : Pat<(type (vselect (inttype VR128:$x), VR128:$y, VR128:$z)), 328 def : Pat<(type (vselect (inttype (z_vnot VR128:$x)), VR128:$y, VR128:$z)),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 441 multiclass GenericVectorOps<ValueType type, ValueType inttype> { 447 def : Pat<(type (vselect (inttype VR128:$x), VR128:$y, VR128:$z)), 449 def : Pat<(type (vselect (inttype (z_vnot VR128:$x)), VR128:$y, VR128:$z)),
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 449 multiclass GenericVectorOps<ValueType type, ValueType inttype> { 455 def : Pat<(type (vselect (inttype VR128:$x), VR128:$y, VR128:$z)), 457 def : Pat<(type (vselect (inttype (z_vnot VR128:$x)), VR128:$y, VR128:$z)),
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 18953 declare <inttype> 19001 declare <inttype> 19352 declare <inttype> 19390 declare <inttype>
|