~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/ieee754/ldbl-128/e_asinl.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
/*
13
13
  Long double expansions are
14
14
  Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
15
 
  and are incorporated herein by permission of the author.  The author 
16
 
  reserves the right to distribute this material elsewhere under different 
17
 
  copying permissions.  These modifications are distributed here under the 
 
15
  and are incorporated herein by permission of the author.  The author
 
16
  reserves the right to distribute this material elsewhere under different
 
17
  copying permissions.  These modifications are distributed here under the
18
18
  following terms:
19
19
 
20
20
    This library is free software; you can redistribute it and/or
263
263
  else
264
264
    return -t;
265
265
}
 
266
strong_alias (__ieee754_asinl, __asinl_finite)