2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 #include "mathieeedoubbas_intern.h"
10 Divides two IEEE double precision numbers
37 AROS_LHQUAD2(double, IEEEDPDiv
,
38 AROS_LHAQUAD(double, y
, D0
, D1
),
39 AROS_LHAQUAD(double, z
, D2
, D3
),
40 struct MathIeeeDoubBasBase
*, MathIeeeDoubBasBase
, 14, MathIeeeDoubBas
51 QUAD
* Qy
= (QUAD
*)&y
;
52 QUAD
* Qz
= (QUAD
*)&z
;
55 Res
.i
= 0x0badc0de0badc0deULL
;