OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [fortran/] [mathbuiltins.def] - Diff between revs 285 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 285 Rev 384
/* Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
Software Foundation; either version 3, or (at your option) any later
version.
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.
for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
along with GCC; see the file COPYING3.  If not see
.  */
.  */
/* DEFINE_MATH_BUILTIN (CODE, NAME, ARGTYPE)
/* DEFINE_MATH_BUILTIN (CODE, NAME, ARGTYPE)
   NAME   The name of the builtin
   NAME   The name of the builtin
   SNAME  The name of the builtin as a string
   SNAME  The name of the builtin as a string
   ARGTYPE The type of the arguments.  See f95-lang.c
   ARGTYPE The type of the arguments.  See f95-lang.c
   Use DEFINE_MATH_BUILTIN_C if the complex versions of the builtin are
   Use DEFINE_MATH_BUILTIN_C if the complex versions of the builtin are
   also available.  */
   also available.  */
DEFINE_MATH_BUILTIN_C (ACOS,  "acos",   0)
DEFINE_MATH_BUILTIN_C (ACOS,  "acos",   0)
DEFINE_MATH_BUILTIN_C (ACOSH, "acosh",  0)
DEFINE_MATH_BUILTIN_C (ACOSH, "acosh",  0)
DEFINE_MATH_BUILTIN_C (ASIN,  "asin",   0)
DEFINE_MATH_BUILTIN_C (ASIN,  "asin",   0)
DEFINE_MATH_BUILTIN_C (ASINH, "asinh",  0)
DEFINE_MATH_BUILTIN_C (ASINH, "asinh",  0)
DEFINE_MATH_BUILTIN_C (ATAN,  "atan",   0)
DEFINE_MATH_BUILTIN_C (ATAN,  "atan",   0)
DEFINE_MATH_BUILTIN_C (ATANH, "atanh",  0)
DEFINE_MATH_BUILTIN_C (ATANH, "atanh",  0)
DEFINE_MATH_BUILTIN   (ATAN2, "atan2",  1)
DEFINE_MATH_BUILTIN   (ATAN2, "atan2",  1)
DEFINE_MATH_BUILTIN_C (COS,   "cos",    0)
DEFINE_MATH_BUILTIN_C (COS,   "cos",    0)
DEFINE_MATH_BUILTIN_C (COSH,  "cosh",   0)
DEFINE_MATH_BUILTIN_C (COSH,  "cosh",   0)
DEFINE_MATH_BUILTIN_C (EXP,   "exp",    0)
DEFINE_MATH_BUILTIN_C (EXP,   "exp",    0)
DEFINE_MATH_BUILTIN_C (LOG,   "log",    0)
DEFINE_MATH_BUILTIN_C (LOG,   "log",    0)
DEFINE_MATH_BUILTIN_C (LOG10, "log10",  0)
DEFINE_MATH_BUILTIN_C (LOG10, "log10",  0)
DEFINE_MATH_BUILTIN_C (SIN,   "sin",    0)
DEFINE_MATH_BUILTIN_C (SIN,   "sin",    0)
DEFINE_MATH_BUILTIN_C (SINH,  "sinh",   0)
DEFINE_MATH_BUILTIN_C (SINH,  "sinh",   0)
DEFINE_MATH_BUILTIN_C (SQRT,  "sqrt",   0)
DEFINE_MATH_BUILTIN_C (SQRT,  "sqrt",   0)
DEFINE_MATH_BUILTIN_C (TAN,   "tan",    0)
DEFINE_MATH_BUILTIN_C (TAN,   "tan",    0)
DEFINE_MATH_BUILTIN_C (TANH,  "tanh",   0)
DEFINE_MATH_BUILTIN_C (TANH,  "tanh",   0)
DEFINE_MATH_BUILTIN   (J0,    "j0",     0)
DEFINE_MATH_BUILTIN   (J0,    "j0",     0)
DEFINE_MATH_BUILTIN   (J1,    "j1",     0)
DEFINE_MATH_BUILTIN   (J1,    "j1",     0)
DEFINE_MATH_BUILTIN   (JN,    "jn",     2)
DEFINE_MATH_BUILTIN   (JN,    "jn",     2)
DEFINE_MATH_BUILTIN   (Y0,    "y0",     0)
DEFINE_MATH_BUILTIN   (Y0,    "y0",     0)
DEFINE_MATH_BUILTIN   (Y1,    "y1",     0)
DEFINE_MATH_BUILTIN   (Y1,    "y1",     0)
DEFINE_MATH_BUILTIN   (YN,    "yn",     2)
DEFINE_MATH_BUILTIN   (YN,    "yn",     2)
DEFINE_MATH_BUILTIN   (ERF,   "erf",    0)
DEFINE_MATH_BUILTIN   (ERF,   "erf",    0)
DEFINE_MATH_BUILTIN   (ERFC,  "erfc",   0)
DEFINE_MATH_BUILTIN   (ERFC,  "erfc",   0)
DEFINE_MATH_BUILTIN   (TGAMMA,"tgamma", 0)
DEFINE_MATH_BUILTIN   (TGAMMA,"tgamma", 0)
DEFINE_MATH_BUILTIN   (LGAMMA,"lgamma", 0)
DEFINE_MATH_BUILTIN   (LGAMMA,"lgamma", 0)
DEFINE_MATH_BUILTIN   (HYPOT, "hypot",  1)
DEFINE_MATH_BUILTIN   (HYPOT, "hypot",  1)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.