#include <ieeefp.h>#include "quad.h"
Go to the source code of this file.
Functions | |
| qcomplex | __cqdiv (long double xqreal, long double xqimag, long double yqreal, long double yqimag) |
| void | __cq_div (qcomplex *result, qcomplex *x, qcomplex *y) |
Definition at line 152 of file cq_div.new.c.
References __cqdiv(), qcomplex::qimag, and qcomplex::qreal.

| qcomplex __cqdiv | ( | long double | xqreal, | |
| long double | xqimag, | |||
| long double | yqreal, | |||
| long double | yqimag | |||
| ) |
Definition at line 64 of file cq_div.new.c.
References __libm_qnan_ld, __libm_zero_ld, __qabs(), get_fpc_csr(), L, qcomplex::qimag, qcomplex::qreal, result, and set_fpc_csr().

1.7.1