Home
last modified time | relevance | path

Searched refs:x_huge (Results 1 – 17 of 17) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectormath_hyp.h383 BVTYPE x_small, x_huge; // boolean vectors in asinh_d() local
399 if (horizontal_or(x_huge)) { in asinh_d()
401 y2 = select(x_huge, log(x) + VM_LN2, y2); in asinh_d()
444 BVTYPE x_small, x_huge; // boolean vectors in asinh_f() local
459 if (horizontal_or(x_huge)) { in asinh_f()
461 y2 = select(x_huge, log(x) + (float)VM_LN2, y2); in asinh_f()
512 BVTYPE x_small, x_huge, undef; // boolean vectors in acosh_d() local
528 if (horizontal_or(x_huge)) { in acosh_d()
530 y2 = select(x_huge, log(x0) + VM_LN2, y2); in acosh_d()
588 if (horizontal_or(x_huge)) { in acosh_f()
[all …]
/dports/math/ccmath/ccmath-2.2.1/xarm/
H A Dxmul.c14 if(e>(short)m_exp-k) return x_huge; if((e+=k)<=0) return zero; in xmul()
23 if(e==(short)m_exp) return x_huge; in xmul()
H A Dconstant.h18 struct xpr x_huge={0x7fff,0x0}; variable
H A Dxadd.c30 else{ if(n){ if((++e)==(short)m_exp) return x_huge; in xadd()
H A Dxpre.h17 extern struct xpr x_huge;
/dports/math/ccmath/ccmath-2.2.1/xarm/supp/data/
H A Dconst11.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst23.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst07.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst27.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst31.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst15.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dconst19.h20 struct xpr x_huge={0x7fff,0x0}; variable
H A Dxpre.h17 extern struct xpr x_huge;
/dports/math/ccmath/ccmath-2.2.1/xarm/supp/little-end/
H A Dxpre.h17 extern struct xpr x_huge;
/dports/math/ccmath/ccmath-2.2.1/xarm/supp/big-end/
H A Dxpre.h17 extern struct xpr x_huge;
/dports/math/ccmath/ccmath-2.2.1/
H A Dccmath.h80 extern struct xpr x_huge;
94 struct xpr x_huge={{0x7fff,0x0}}; variable
/dports/math/ccmath/ccmath-2.2.1/manual/
H A DC13-xarm142 extern struct xpr x_huge;
170 struct xpr x_huge={0x7fff,0x0};