~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to src/spidermonkey/fdlibm/e_rem_pio2.c

  • Committer: Bazaar Package Importer
  • Author(s): Siggi Langauf
  • Date: 2005-01-05 01:49:18 UTC
  • mto: (2.1.1 etch) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105014918-wgldiqcd79ck2b0v
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
#endif
122
122
{
123
123
        fd_twoints u, ux, uz;
124
 
        double z,w,t,r,fn;
 
124
        double z=0.0,w,t,r,fn;
125
125
        double tx[3];
126
126
        int e0,i,j,nx,n,ix,hx;
127
127