Home
last modified time | relevance | path

Searched refs:accumulator (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s372 add %o0, %i2, %i2 ! accumulator
396 add %o0, %i2, %i2 ! accumulator
398 add %o1, %i2, %i2 ! accumulator
418 add %o0, %i2, %i2 ! accumulator
422 add %l0, %i2, %i2 ! accumulator
434 add %l0, %i2, %i2 ! accumulator
440 ! at this point the 64-bit accumulator
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c820 UV accumulator[2] = {0,0}; /* before/after dp */ in Perl_my_atof2() local
887 ++accumulator[seen_dp]; in Perl_my_atof2()
890 ++accumulator[seen_dp]; in Perl_my_atof2()
908 if (accumulator[seen_dp] > MAX_ACCUMULATE) { in Perl_my_atof2()
912 + (NV)accumulator[seen_dp]; in Perl_my_atof2()
913 accumulator[seen_dp] = 0; in Perl_my_atof2()
916 accumulator[seen_dp] = accumulator[seen_dp] * 10 + digit; in Perl_my_atof2()
935 result[0] = S_mulexp10(result[0], exp_acc[0]) + (NV)accumulator[0]; in Perl_my_atof2()
937 result[1] = S_mulexp10(result[1], exp_acc[1]) + (NV)accumulator[1]; in Perl_my_atof2()
/onnv-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.s70 add %o2, %g2, %o2 ! add to accumulator, don't need carry yet
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlform.pod394 print "Wow, I just stored `$^A' in the accumulator!\n";
H A Dperlvar.pod619 The current value of the write() accumulator for format() lines. A format
H A Dperlfunc.pod1832 accumulator, C<$^A> (or C<$ACCUMULATOR> in English).