From: Joe Wright Newsgroups: comp.os.msdos.djgpp Subject: Re: flops... Date: Sat, 08 Feb 1997 20:56:52 -0500 Organization: Alpha Solutions International Lines: 36 Message-ID: <32FD2EE4.2E95@exis.net> References: <19970207 DOT 174431 DOT 4511 DOT 0 DOT fwec AT juno DOT com> Reply-To: wrightj AT exis DOT net NNTP-Posting-Host: ppp-5-136.exis.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Mark T Logan wrote: > > On Fri, 7 Feb 1997 13:09:05 +0200 (IST) Eli Zaretskii > writes: > > > >On Thu, 6 Feb 1997, Mr. Fuju wrote: > > > >> When designers measure computer speed, they measure it in flops... > >> mega-flops, tera-flops, etcs. What program do they use to come up > >with > >> those numbers? Could someone here write something that is > >comperable? > > > >A flop is a floating-point multiplication followed by a floating-point > > > >addition: > > > > double a, b, c; > > double d = a * b + c; > > > >Speed is measured in flops (or mega-flops, or tera-flops) PER SECOND, > >not > >in flops. > > Actually, I think FLOPS stands for (FL)oating (O)perations (P)er > (S)econd. > There is no need to say flops per second. > > If I'm wrong, don't flame me. I'm not 100% sure of this. > > -Fwec 100 percent correct. -- Joe Wright mailto:wrightj AT exis DOT net "Everything should be made as simple as possible, but not simpler." --Albert Einstein--