Searched refs:_2sum (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_clog.c | 140 _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 D | s_clogf.c | 140 _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 D | s_clogl.c | 157 _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 D | math_private.h | 374 #define _2sum(a, b) do { \ macro
|