]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgfortran/generated/_sign_r10.F90
Update copyright years.
[thirdparty/gcc.git] / libgfortran / generated / _sign_r10.F90
CommitLineData
fbd26352 1! Copyright (C) 2002-2019 Free Software Foundation, Inc.
4ee9c684 2! Contributed by Paul Brook <paul@nowt.org>
3!
b417ea8c 4!This file is part of the GNU Fortran 95 runtime library (libgfortran).
4ee9c684 5!
b417ea8c 6!GNU libgfortran is free software; you can redistribute it and/or
7!modify it under the terms of the GNU General Public
4ee9c684 8!License as published by the Free Software Foundation; either
6bc9506f 9!version 3 of the License, or (at your option) any later version.
5f98de31 10
b417ea8c 11!GNU libgfortran is distributed in the hope that it will be useful,
4ee9c684 12!but WITHOUT ANY WARRANTY; without even the implied warranty of
13!MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
b417ea8c 14!GNU General Public License for more details.
4ee9c684 15!
6bc9506f 16!Under Section 7 of GPL version 3, you are granted additional
17!permissions described in the GCC Runtime Library Exception, version
18!3.1, as published by the Free Software Foundation.
19!
20!You should have received a copy of the GNU General Public License and
21!a copy of the GCC Runtime Library Exception along with this program;
22!see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
23!<http://www.gnu.org/licenses/>.
4ee9c684 24!
25!This file is machine generated.
26
27
4ee9c684 28
920e54ef 29#include "config.h"
30#include "kinds.inc"
31#include "c99_protos.inc"
32
33#if defined (HAVE_GFC_REAL_10)
34
35
36
17000b91 37elemental function _gfortran_specific__sign_r10 (p1, p2)
920e54ef 38 real (kind=10), intent (in) :: p1, p2
17000b91 39 real (kind=10) :: _gfortran_specific__sign_r10
920e54ef 40
17000b91 41 _gfortran_specific__sign_r10 = sign (p1, p2)
4ee9c684 42end function
920e54ef 43
44
45
46#endif