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

« back to all changes in this revision

Viewing changes to ports/sysdeps/m68k/m680x0/fpu/e_pow.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 1997, 1999, 2011 Free Software Foundation, Inc.
 
1
/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
 
4
4
   The GNU C Library is free software; you can redistribute it and/or
124
124
    z = m81(__ieee754_exp) (y * m81(__ieee754_log) (x));
125
125
  return z;
126
126
}
127
 
strong_alias (s(__ieee754_pow), CONCATX (s(__pow), _finite))