2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libgfortran / generated / _cos_c8.F90
blob70dcd944702e5d5a7b3c146dd98f227fbc42d95e
1 !   Copyright (C) 2002-2018 Free Software Foundation, Inc.
2 !   Contributed by Paul Brook <paul@nowt.org>
4 !This file is part of the GNU Fortran 95 runtime library (libgfortran).
6 !GNU libgfortran is free software; you can redistribute it and/or
7 !modify it under the terms of the GNU General Public
8 !License as published by the Free Software Foundation; either
9 !version 3 of the License, or (at your option) any later version.
11 !GNU libgfortran is distributed in the hope that it will be useful,
12 !but WITHOUT ANY WARRANTY; without even the implied warranty of
13 !MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 !GNU General Public License for more details.
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.
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/>.
25 !This file is machine generated.
31 #include "config.h"
32 #include "kinds.inc"
33 #include "c99_protos.inc"
35 #if defined (HAVE_GFC_COMPLEX_8)
36 #ifdef HAVE_CCOS
38 elemental function _gfortran_specific__cos_c8 (parm)
39    complex (kind=8), intent (in) :: parm
40    complex (kind=8) :: _gfortran_specific__cos_c8
42    _gfortran_specific__cos_c8 = cos (parm)
43 end function
45 #endif
46 #endif