Searched refs:outprec (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dconvert.c368 tree expr, unsigned inprec, unsigned outprec, bool dofold)
414 type in case the operation in outprec precision
422 > outprec)
424 > outprec))
464 unsigned int outprec = element_precision (type); local
492 && outprec >= TYPE_PRECISION (long_integer_type_node))))
506 if (outprec < TYPE_PRECISION (integer_type_node)
507 || (outprec == TYPE_PRECISION (integer_type_node)
510 else if (outprec == TYPE_PRECISION (long_integer_type_node)
513 else if (outprec
366 do_narrow(location_t loc, enum tree_code ex_form, tree type, tree arg0, tree arg1, tree expr, unsigned inprec, unsigned outprec, bool dofold) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconvert.cc368 tree expr, unsigned inprec, unsigned outprec, bool dofold)
414 type in case the operation in outprec precision
422 > outprec)
424 > outprec))
464 unsigned int outprec = element_precision (type); local
492 && outprec >= TYPE_PRECISION (long_integer_type_node))))
506 if (outprec < TYPE_PRECISION (integer_type_node)
507 || (outprec == TYPE_PRECISION (integer_type_node)
510 else if (outprec == TYPE_PRECISION (long_integer_type_node)
513 else if (outprec
366 do_narrow(location_t loc, enum tree_code ex_form, tree type, tree arg0, tree arg1, tree expr, unsigned inprec, unsigned outprec, bool dofold) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c5565 tilegx_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec)
5567 return inprec <= 32 || outprec > 32;
5554 tilegx_truly_noop_truncation(poly_uint64 outprec, poly_uint64 inprec) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c570 gcn_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) argument
572 return ((inprec <= 32) && (outprec <= inprec));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc5564 tilegx_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec)
5566 return inprec <= 32 || outprec > 32;
5553 tilegx_truly_noop_truncation(poly_uint64 outprec, poly_uint64 inprec) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc602 gcn_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec) argument
604 return ((inprec <= 32) && (outprec <= inprec));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c7204 spu_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec)
7206 return inprec <= 32 && outprec <= inprec;
7193 spu_truly_noop_truncation(poly_uint64 outprec, poly_uint64 inprec) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c22606 mips_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec)
22608 return !TARGET_64BIT || inprec <= 32 || outprec > 32;
22527 mips_truly_noop_truncation(poly_uint64 outprec, poly_uint64 inprec) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc22810 mips_truly_noop_truncation (poly_uint64 outprec, poly_uint64 inprec)
22812 return !TARGET_64BIT || inprec <= 32 || outprec > 32;

Completed in 434 milliseconds