Searched refs:_2sum (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clogf.c | 143 _2sum(sh, sl); in clogf() 144 _2sum(ax2l, ay2l); in clogf() 146 _2sum(sh, ax2l); in clogf() 147 _2sum(sl, ay2l); in clogf()
|
D | s_clog.c | 143 _2sum(sh, sl); in clog() 144 _2sum(ax2l, ay2l); in clog() 146 _2sum(sh, ax2l); in clog() 147 _2sum(sl, ay2l); in clog()
|
D | s_clogl.c | 160 _2sum(sh, sl); in clogl() 161 _2sum(ax2l, ay2l); in clogl() 163 _2sum(sh, ax2l); in clogl() 164 _2sum(sl, ay2l); in clogl()
|
D | math_private.h | 376 #define _2sum(a, b) do { \ macro
|