Home
last modified time | relevance | path

Searched refs:ROUND_DOWN (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestFunction.h161 ROUND_DOWN, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int-print.cc113 int start = ROUND_DOWN (val.get_precision (), HOST_BITS_PER_WIDE_INT); in print_hex()
H A Dsystem.h399 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro
H A Dtree-ssa-sccvn.c1877 HOST_WIDE_INT o = ROUND_DOWN (offseti - pd.offset, BITS_PER_UNIT); in push_partial_def()
2010 size -= ROUND_DOWN (-pd.offset, BITS_PER_UNIT); in push_partial_def()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dwide-int-print.cc113 int start = ROUND_DOWN (val.get_precision (), HOST_BITS_PER_WIDE_INT); in print_hex()
H A Dsystem.h408 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A Dtestfloat.c233 roundingMode = ROUND_DOWN; in main()
H A DtestFunction.c640 case ROUND_DOWN: in testFunctionVariety()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc951 intoffset = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush()
955 startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush()
1324 intoffset = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush()
1331 startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush()
H A Drs6000-logue.cc1576 HOST_WIDE_INT rounded_size = ROUND_DOWN (orig_size, probe_interval); in rs6000_emit_probe_stack_range_stack_clash()
1837 rounded_size = ROUND_DOWN (size, PROBE_INTERVAL); in rs6000_emit_probe_stack_range()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h264 ROUND_DOWN = GFC_FPE_DOWNWARD, enumerator
H A Dinquire.c400 case ROUND_DOWN: in inquire_via_unit()
H A Dopen.c134 { "down", ROUND_DOWN},
H A Dwrite_float.def362 case ROUND_DOWN:
1026 case ROUND_DOWN:\
H A Dtransfer.c153 {"down", ROUND_DOWN},
1911 dtp->u.p.current_unit->round_status = ROUND_DOWN; in formatted_transfer_scalar_read()
2394 dtp->u.p.current_unit->round_status = ROUND_DOWN; in formatted_transfer_scalar_write()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dinquire.c400 case ROUND_DOWN: in inquire_via_unit()
H A Dio.h260 ROUND_DOWN = GFC_FPE_DOWNWARD, enumerator
H A Dopen.c134 { "down", ROUND_DOWN},
H A Dwrite_float.def362 case ROUND_DOWN:
1002 case ROUND_DOWN:\
H A Dtransfer.c153 {"down", ROUND_DOWN},
1771 dtp->u.p.current_unit->round_status = ROUND_DOWN; in formatted_transfer_scalar_read()
2242 dtp->u.p.current_unit->round_status = ROUND_DOWN; in formatted_transfer_scalar_write()
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2041 ROUND_DOWN, enumerator
2091 case ROUND_DOWN: in timeFunctionVariety()
2563 roundingMode = ROUND_DOWN; in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1548 HOST_WIDE_INT rounded_size = ROUND_DOWN (orig_size, probe_interval); in rs6000_emit_probe_stack_range_stack_clash()
1809 rounded_size = ROUND_DOWN (size, PROBE_INTERVAL); in rs6000_emit_probe_stack_range()
H A Drs6000-call.c6368 intoffset = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush()
6372 startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush()
6747 intoffset = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush()
6754 startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c5756 rounded_size = ROUND_DOWN (size, PROBE_INTERVAL); in sparc_emit_probe_stack_range()
5950 offset = ROUND_DOWN (offset + 8, 8); in emit_save_or_restore_regs()
7107 const unsigned int startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in compute_int_layout()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc5691 rounded_size = ROUND_DOWN (size, PROBE_INTERVAL); in sparc_emit_probe_stack_range()
5882 offset = ROUND_DOWN (offset + 8, 8); in emit_save_or_restore_regs()
7039 const unsigned int startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in compute_int_layout()

12