mirror of git://sourceware.org/git/glibc.git
entered into RCS
This commit is contained in:
parent
8e8d49c898
commit
113d0e2f21
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -25,7 +25,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(FUNC, (x), double x)
|
DEFUN(FUNC, (x), double x)
|
||||||
{
|
{
|
||||||
return __m81_u(FUNC)(x);
|
return __m81_u(FUNC)(x);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(atan2, (y, x), double y AND double x)
|
DEFUN(atan2, (y, x), double y AND double x)
|
||||||
{
|
{
|
||||||
static CONST double one = 1.0, zero = 0.0;
|
static CONST double one = 1.0, zero = 0.0;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#undef drem
|
#undef drem
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(__drem, (x, y), double x AND double y)
|
DEFUN(__drem, (x, y), double x AND double y)
|
||||||
{
|
{
|
||||||
return ____drem(x, y);
|
return ____drem(x, y);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#define __NO_MATH_INLINES
|
#define __NO_MATH_INLINES
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(fmod, (x, y), double x AND double y)
|
DEFUN(fmod, (x, y), double x AND double y)
|
||||||
{
|
{
|
||||||
return __fmod(x, y);
|
return __fmod(x, y);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -25,7 +25,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int
|
__CONSTVALUE int
|
||||||
DEFUN(FUNC, (x), double x)
|
DEFUN(FUNC, (x), double x)
|
||||||
{
|
{
|
||||||
return __m81_u(FUNC)(x);
|
return __m81_u(FUNC)(x);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#define __NO_MATH_INLINES
|
#define __NO_MATH_INLINES
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(ldexp, (x, exp), double x AND int exp)
|
DEFUN(ldexp, (x, exp), double x AND int exp)
|
||||||
{
|
{
|
||||||
return __ldexp(x, exp);
|
return __ldexp(x, exp);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -22,7 +22,8 @@ Cambridge, MA 02139, USA. */
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
||||||
/* Return the base 2 signed integral exponent of X. */
|
/* Return the base 2 signed integral exponent of X. */
|
||||||
double
|
|
||||||
|
__CONSTVALUE double
|
||||||
DEFUN(__logb, (x), double x)
|
DEFUN(__logb, (x), double x)
|
||||||
{
|
{
|
||||||
if (__isnan (x))
|
if (__isnan (x))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#define __NO_MATH_INLINES
|
#define __NO_MATH_INLINES
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
double
|
__CONSTVALUE double
|
||||||
DEFUN(pow, (x, y), double x AND double y)
|
DEFUN(pow, (x, y), double x AND double y)
|
||||||
{
|
{
|
||||||
return __pow(x, y);
|
return __pow(x, y);
|
||||||
|
|
Loading…
Reference in New Issue