/[classpath]/classpath/native/fdlibm/e_asin.c
ViewVC logotype

Diff of /classpath/native/fdlibm/e_asin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by egagnon, Mon Mar 29 07:07:26 2004 UTC revision 1.4 by mkoch, Sat Mar 5 14:46:53 2005 UTC
# Line 75  qS4 =  7.70381505559019352791e-02; /* 0x Line 75  qS4 =  7.70381505559019352791e-02; /* 0x
75          double x;          double x;
76  #endif  #endif
77  {  {
78          double t,w,p,q,c,r,s;          double t = 0., w, p, q, c, r, s;
79          int32_t hx,ix;          int32_t hx,ix;
80          GET_HIGH_WORD(hx,x);          GET_HIGH_WORD(hx,x);
81          ix = hx&0x7fffffff;          ix = hx&0x7fffffff;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26