Searched refs:oldsum (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Derfc_scaled.c103 GFC_REAL_16 sum = 0, oldsum; local
111 oldsum = sum;
114 if (sum == oldsum)
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Derfc_scaled.c99 GFC_REAL_ ## k sum = 0, oldsum; \
107 oldsum = sum; \
110 if (sum == oldsum) \
/netbsd-current/sys/arch/mips/mips/
H A Din_cksum.c70 * Add the resulting checksum into 'oldsum' using 1's complement.
74 * over the data before adding it to `oldsum'.
77 fastsum(union memptr buf, int n, unsigned int oldsum, int odd_aligned) argument
233 sum = oldsum + ((sum >> 8) & 0xff) + ((sum & 0xff) << 8);
236 sum = oldsum + sum;
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dinterp.c418 uint64_t prod, oldsum, sum; local
425 oldsum = CPU.macregs[PRU_MACREG_ACC_L];
426 oldsum += (uint64_t)CPU.macregs[PRU_MACREG_ACC_H] << 32;
427 sum = oldsum + prod;
434 if (oldsum > sum)
/netbsd-current/external/gpl3/gdb/dist/sim/pru/
H A Dinterp.c421 uint64_t prod, oldsum, sum; local
428 oldsum = CPU.macregs[PRU_MACREG_ACC_L];
429 oldsum += (uint64_t)CPU.macregs[PRU_MACREG_ACC_H] << 32;
430 sum = oldsum + prod;
437 if (oldsum > sum)
/netbsd-current/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c1132 int oldvalue, oldsum; local
1137 if ((oldsum = cmos_read(RTC_ADDR_CHECKSUM)) < 0)
1145 val = (uint8_t)oldsum - (uint8_t)oldvalue + val;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c2789 mpfr_t sum, x, u, v, w, oldsum, sumtrunc; local
2804 mpfr_init (oldsum);
2806 mpfr_set_prec (oldsum, prec);
2820 mpfr_set (oldsum, sum, GFC_RND_MODE);
2834 if (mpfr_cmp (sumtrunc, oldsum) == 0)
2851 mpfr_clears (sum, x, u, v, w, oldsum, sumtrunc, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc2822 mpfr_t sum, x, u, v, w, oldsum, sumtrunc; local
2837 mpfr_init (oldsum);
2839 mpfr_set_prec (oldsum, prec);
2853 mpfr_set (oldsum, sum, GFC_RND_MODE);
2867 if (mpfr_cmp (sumtrunc, oldsum) == 0)
2884 mpfr_clears (sum, x, u, v, w, oldsum, sumtrunc, NULL);

Completed in 299 milliseconds