Home
last modified time | relevance | path

Searched refs:inttype (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type_test.cc272 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/
DToken.cpp60 assert(getKind() == inttype); in getIntTypeBitwidth()
71 assert(getKind() == inttype); in getIntTypeSignedness()
DTypeParser.cpp30 case Token::inttype: in parseOptionalType()
326 case Token::inttype: { in parseNonFunctionType()
340 consumeToken(Token::inttype); in parseNonFunctionType()
DTokenKinds.def52 TOK_LITERAL(inttype) // i4, si8, ui16
DLexer.cpp213 return Token(Token::inttype, spelling); in lexBareIdentifierOrKeyword()
DAttributeParser.cpp256 else if (getToken().isAny(Token::bare_identifier, Token::inttype) || in parseAttributeDict()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2069 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/
Dbldcsndfa.c1664 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/
Ddeserializer.rs332 ($method:ident, $visit:ident, $inttype:ty) => {
339 <$inttype>::from_str_radix(&field[2..], 16)
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td320 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/
DSystemZInstrVector.td441 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/
DSystemZInstrVector.td449 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/
DLangRef.rst18953 declare <inttype>
19001 declare <inttype>
19352 declare <inttype>
19390 declare <inttype>