Home
last modified time | relevance | path

Searched refs:QUAD_ISZERO (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libc/sparc/fp/
H A D_Q_fcc.c65 if (QUAD_ISZERO(*x) && QUAD_ISZERO(*y)) in _Q_feq()
96 if (QUAD_ISZERO(*x) && QUAD_ISZERO(*y)) in _Q_fne()
126 if (QUAD_ISZERO(*x)) in _Q_flt()
129 if (QUAD_ISZERO(*y)) in _Q_flt()
170 if (QUAD_ISZERO(*x)) in _Q_fle()
173 if (QUAD_ISZERO(*y)) in _Q_fle()
213 if (QUAD_ISZERO(*x)) in _Q_fgt()
216 if (QUAD_ISZERO(*y)) in _Q_fgt()
257 if (QUAD_ISZERO(*x)) in _Q_fge()
260 if (QUAD_ISZERO(*y)) in _Q_fge()
H A D_Q_cmpe.c59 if (QUAD_ISZERO(*x)) in _Q_cmpe()
62 if (QUAD_ISZERO(*y)) in _Q_cmpe()
H A D_Q_cmp.c62 if (QUAD_ISZERO(*x)) in _Q_cmp()
65 if (QUAD_ISZERO(*y)) in _Q_cmp()
H A D_Q_mul.c151 if (QUAD_ISZERO(*y)) { in _Qp_mul()
171 if (QUAD_ISZERO(*x)) { in _Qp_mul()
191 if (QUAD_ISZERO(*x) || QUAD_ISZERO(*y)) { in _Qp_mul()
H A Dquad.h107 #define QUAD_ISZERO(x) \ macro
H A D_Q_div.c196 if (QUAD_ISZERO(*x)) { in _Qp_div()
197 if (QUAD_ISZERO(*y)) { in _Qp_div()
216 if (QUAD_ISZERO(*y)) { in _Qp_div()
H A D_Q_qtos.c101 if (QUAD_ISZERO(*x)) { in _Q_qtos()
H A D_Q_qtod.c104 if (QUAD_ISZERO(*x)) { in _Q_qtod()
H A D_Q_sqrt.c103 if (QUAD_ISZERO(*x)) { in _Qp_sqrt()