Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_clog.c140 _2sum(sh, sl); in clog()
141 _2sum(ax2l, ay2l); in clog()
143 _2sum(sh, ax2l); in clog()
144 _2sum(sl, ay2l); in clog()
H A Ds_clogf.c140 _2sum(sh, sl); in clogf()
141 _2sum(ax2l, ay2l); in clogf()
143 _2sum(sh, ax2l); in clogf()
144 _2sum(sl, ay2l); in clogf()
H A Ds_clogl.c157 _2sum(sh, sl); in clogl()
158 _2sum(ax2l, ay2l); in clogl()
160 _2sum(sh, ax2l); in clogl()
161 _2sum(sl, ay2l); in clogl()
H A Dmath_private.h374 #define _2sum(a, b) do { \ macro