OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [strtod.c] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 112... Line 112...
    k, nd, nd0, nf, nz, nz0, sign;
    k, nd, nd0, nf, nz, nz0, sign;
  long e;
  long e;
  _CONST char *s, *s0, *s1;
  _CONST char *s, *s0, *s1;
  double aadj, aadj1, adj;
  double aadj, aadj1, adj;
  long L;
  long L;
  unsigned long y, z;
  unsigned long z;
 
  __ULong y;
  union double_union rv, rv0;
  union double_union rv, rv0;
 
 
  _Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
  _Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;
  sign = nz0 = nz = 0;
  sign = nz0 = nz = 0;
  rv.d = 0.;
  rv.d = 0.;

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.