Searched refs:SBITS (Results 1 – 5 of 5) sorted by relevance
14 #define SBITS 5 macro31 #define V_EXP2F_TABLE_BITS SBITS41 #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()
399 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()
806 return double(cpu_stats.loadavg[0]) / double(1 << SBITS); in GetLoadAverage()
468 * docs/BUGS: Closed the AUTOHINT-NO-SBITS bug.