Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dpoly_l2.c29 Xsig accumulator, expon_accum, yaccum; in poly_l2() local
78 yaccum.lsw = 0; in poly_l2()
79 XSIG_LL(yaccum) = significand(st1_ptr); in poly_l2()
80 mul_Xsig_Xsig(&accumulator, &yaccum); in poly_l2()
110 Xsig accumulator, yaccum; in poly_l2p1() local
115 yaccum.lsw = 0; in poly_l2p1()
116 XSIG_LL(yaccum) = significand(st1_ptr); in poly_l2p1()
117 mul_Xsig_Xsig(&accumulator, &yaccum); in poly_l2p1()