2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
7 #include "mathieeedoubbas_intern.h"
9 /*****************************************************************************
13 AROS_LHQUAD2(double, IEEEDPDiv
,
16 AROS_LHAQUAD(double, y
, D0
, D1
),
17 AROS_LHAQUAD(double, z
, D2
, D3
),
20 struct MathIeeeDoubBasBase
*, MathIeeeDoubBasBase
, 14, MathIeeeDoubBas
)
23 Divides two IEEE double precision numbers
38 This function is unimplemented.
42 *****************************************************************************/
52 QUAD
* Qy
= (QUAD
*)&y
;
53 QUAD
* Qz
= (QUAD
*)&z
;
56 Res
.i
= 0x0badc0de0badc0deULL
;
58 aros_print_not_implemented("Software IEEEDPDiv");