Home
last modified time | relevance | path

Searched refs:SBITS (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/
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 V_NAME()
203 >= as_u64_f64 (126.0 * (1 << SBITS)) >> 47 in V_NAME()
220 t = Texp[ki % (1 << SBITS)]; in V_NAME()
221 t += ki << (52 - SBITS); in V_NAME()
/third_party/node/deps/uv/src/unix/
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()
/third_party/libuv/src/unix/
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()
/third_party/ninja/src/
Dutil.cc806 return double(cpu_stats.loadavg[0]) / double(1 << SBITS); in GetLoadAverage()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.20468 * docs/BUGS: Closed the AUTOHINT-NO-SBITS bug.