Searched refs:inttype (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | int_type_test.cc | 277 typename TestFixture::T inttype; in TYPED_TEST() member 282 f.inttype = typename TestFixture::T(i); in TYPED_TEST() 290 EXPECT_EQ(123, foo.inttype); in TYPED_TEST() 295 EXPECT_EQ(321, foo.inttype); in TYPED_TEST()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2121 struct lp_type inttype; in lp_build_trunc() local 2130 inttype = type; in lp_build_trunc() 2131 inttype.floating = 0; in lp_build_trunc() 2132 lp_build_context_init(&intbld, bld->gallivm, inttype); in lp_build_trunc() 2176 struct lp_type inttype; in lp_build_round() local 2185 inttype = type; in lp_build_round() 2186 inttype.floating = 0; in lp_build_round() 2187 lp_build_context_init(&intbld, bld->gallivm, inttype); in lp_build_round() 2229 struct lp_type inttype; in lp_build_floor() local 2244 inttype = type; in lp_build_floor() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 2344 class ROTIVecInst<ValueType vectype, Operand optype, ValueType inttype, PatLeaf pred>: 2347 (SPUvec_rotl (vectype VECREG:$rA), (inttype pred:$val)))]>; 2349 class ROTIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, PatLeaf pred>: 2351 [(set rclass:$rT, (rotl rclass:$rA, (inttype pred:$val)))]>; 2480 class ROTQBIIVecInst<ValueType vectype, Operand optype, ValueType inttype, 2485 class ROTQBIIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, 2670 class ROTQMBYIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, 2866 class ROTMAIVecInst<ValueType vectype, Operand intop, ValueType inttype>: 2869 (SPUvec_sra VECREG:$rA, (inttype uimm7:$val)))]>; 2871 class ROTMAIRegInst<RegisterClass rclass, Operand intop, ValueType inttype>: [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/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-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 367 multiclass GenericVectorOps<ValueType type, ValueType inttype> { 373 def : Pat<(type (vselect (inttype VR128:$x), VR128:$y, VR128:$z)), 375 def : Pat<(type (vselect (inttype (z_vnot VR128:$x)), VR128:$y, VR128:$z)),
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 18515 PASS: gdb.stabs/weird.exp: ptype on inttype
|
D | i686-pc-linux-gnu | 18387 PASS: gdb.stabs/weird.exp: ptype on inttype
|
D | armv7a-cros-linux-gnueabi | 18156 PASS: gdb.stabs/weird.exp: ptype on inttype
|