~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to src/spidermonkey/fdlibm/e_asin.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:
107
107
#endif
108
108
{
109
109
        fd_twoints u;
110
 
        double w,t,p,q,c,r,s;
 
110
        double w,t=0.0,p,q,c,r,s;
111
111
        int hx,ix;
112
112
        u.d = x;
113
113
        hx = __HI(u);