Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clogf.c143 _2sum(sh, sl); in clogf()
144 _2sum(ax2l, ay2l); in clogf()
146 _2sum(sh, ax2l); in clogf()
147 _2sum(sl, ay2l); in clogf()
Ds_clog.c143 _2sum(sh, sl); in clog()
144 _2sum(ax2l, ay2l); in clog()
146 _2sum(sh, ax2l); in clog()
147 _2sum(sl, ay2l); in clog()
Ds_clogl.c160 _2sum(sh, sl); in clogl()
161 _2sum(ax2l, ay2l); in clogl()
163 _2sum(sh, ax2l); in clogl()
164 _2sum(sl, ay2l); in clogl()
Dmath_private.h376 #define _2sum(a, b) do { \ macro