xref: /netbsd-src/external/lgpl3/mpc/dist/tests/add.dsc (revision 39f28e1e142c5bfb6be935a49cb55e2287fec7ea)
1*39f28e1eSmrg# Description file for mpc_add
2*39f28e1eSmrg#
3*39f28e1eSmrg# Copyright (C) 2008, 2010, 2011, 2012, INRIA
4*39f28e1eSmrg#
5*39f28e1eSmrg# This file is part of GNU MPC.
6*39f28e1eSmrg#
7*39f28e1eSmrg# GNU MPC is free software; you can redistribute it and/or modify it under
8*39f28e1eSmrg# the terms of the GNU Lesser General Public License as published by the
9*39f28e1eSmrg# Free Software Foundation; either version 3 of the License, or (at your
10*39f28e1eSmrg#o ption) any later version.
11*39f28e1eSmrg#
12*39f28e1eSmrg# GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
13*39f28e1eSmrg# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14*39f28e1eSmrg# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
15*39f28e1eSmrg# more details.
16*39f28e1eSmrg#
17*39f28e1eSmrg# You should have received a copy of the GNU Lesser General Public License
18*39f28e1eSmrg# along with this program. If not, see http://www.gnu.org/licenses/ .
19*39f28e1eSmrg#
20*39f28e1eSmrg# Description file of the function
21*39f28e1eSmrgNAME:
22*39f28e1eSmrg    mpc_add
23*39f28e1eSmrgRETURN:
24*39f28e1eSmrg    mpc_inex
25*39f28e1eSmrgOUTPUT:
26*39f28e1eSmrg    mpc_ptr
27*39f28e1eSmrgINPUT:
28*39f28e1eSmrg    mpc_srcptr
29*39f28e1eSmrg    mpc_srcptr
30*39f28e1eSmrg    mpc_rnd_t
31