Searched refs:ten2mxtrunc64 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_round.c158 // the top Ex bits of 10^(-x) are T* = ten2mxtrunc64[ind], e.g.
159 // if x=1, T*=ten2mxtrunc64[0]=0xcccccccccccccccc
180 if (tmp64 || fstar.w[0] > ten2mxtrunc64[ind]) { // f* - 1/2 > 10^(-x)
187 if (fstar.w[1] == 0 && fstar.w[0] <= ten2mxtrunc64[ind]) {
293 // the top Ex bits of 10^(-x) are T* = ten2mxtrunc64[ind], e.g.
H A Dbid_conf.h158 #define ten2mxtrunc64 __bid_ten2mxtrunc64 macro
H A Dbid128.c2669 UINT64 ten2mxtrunc64[] = { variable
H A Dbid_internal.h2529 extern UINT64 ten2mxtrunc64[];

Completed in 83 milliseconds