Home
last modified time | relevance | path

Searched refs:bex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c132 int32 aex, bex; in test_fmod() local
176 test_frexp(b, bm, (uint32 *)&bex); in test_fmod()
180 while (aex >= bex) { in test_fmod()
185 if (aex > bex) { in test_fmod()
206 int32 aex, bex; in test_fmodf() local
245 test_frexpf(b, &bm, (uint32 *)&bex); in test_fmodf()
249 while (aex >= bex) { in test_fmodf()
253 if (aex > bex) { in test_fmodf()
/src/contrib/gdtoa/
H A Dprintf.c0700 int bex, bw;
1254 bex = fpb.ex + 4*prec1;
1255 if (bex) {
1256 if ((i1 = bex) < 0)
1304 if (bex < 0) {
1306 bex = -bex;
1310 for(c = 1; 10*c <= bex; c *= 10);
1312 i1 = bex / c;
1316 bex -= i1 * c;
1317 bex *= 10;