Home
last modified time | relevance | path

Searched refs:SBITS (Results 1 - 3 of 3) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_powf.c14 #define SBITS 5 macro
31 #define V_EXP2F_TABLE_BITS SBITS
41 #define SCALE ((double) (1 << SBITS))
160 k = v_as_s32_u32 (top) >> (23 - SBITS); /* arithmetic shift */ in powf()
203 >= as_u64_f64 (126.0 * (1 << SBITS)) >> 47 in powf()
220 t = Texp[ki % (1 << SBITS)]; in powf()
221 t += ki << (52 - SBITS); in powf()
/third_party/libuv/src/unix/
H A Daix.c415 avg[0] = ps_total.loadavg[0] / (double)(1 << SBITS); in uv_loadavg()
416 avg[1] = ps_total.loadavg[1] / (double)(1 << SBITS); in uv_loadavg()
417 avg[2] = ps_total.loadavg[2] / (double)(1 << SBITS); in uv_loadavg()
/third_party/node/deps/uv/src/unix/
H A Daix.c399 avg[0] = ps_total.loadavg[0] / (double)(1 << SBITS); in uv_loadavg()
400 avg[1] = ps_total.loadavg[1] / (double)(1 << SBITS); in uv_loadavg()
401 avg[2] = ps_total.loadavg[2] / (double)(1 << SBITS); in uv_loadavg()

Completed in 7 milliseconds