Log not implemented message.
[AROS.git] / workbench / libs / mathieeedoubbas / ieeedpmul.c
blob007cea8b18a21eb325ffe05c1b2a9869064f0805
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #include <aros/debug.h>
6 #include "mathieeedoubbas_intern.h"
8 /*
9 FUNCTION
10 Multiplies two IEEE double precision numbers
12 RESULT
13 <code>
14 +1 : y > z
15 0 : y = z
16 -1 : y < z
18 Flags:
19 zero : y = z
20 negative : y < z
21 overflow : 0
22 </code>
24 NOTES
26 EXAMPLE
28 BUGS
30 SEE ALSO
32 INTERNALS
34 HISTORY
37 AROS_LHQUAD2(double, IEEEDPMul,
38 AROS_LHAQUAD(double, y, D0, D1),
39 AROS_LHAQUAD(double, z, D2, D3),
40 struct MathIeeeDoubBasBase *, MathIeeeDoubBasBase, 13, MathIeeeDoubBas
43 AROS_LIBFUNC_INIT
45 aros_print_not_implemented("Software IEEEDPMul");
47 return 0x0badc0de0badc0deULL;
49 AROS_LIBFUNC_EXIT