HomeSort by relevance Sort by last modified time
    Searched refs:DOUBLE_TIMER_PRECISION (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 127 #define DOUBLE_TIMER_PRECISION 4294967296.0
149 result = (PY_LONG_LONG) (val * DOUBLE_TIMER_PRECISION);
642 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION;
  /external/python/cpython2/Modules/
_lsprof.c 127 #define DOUBLE_TIMER_PRECISION 4294967296.0
149 result = (PY_LONG_LONG) (val * DOUBLE_TIMER_PRECISION);
642 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION;
  /external/python/cpython3/Modules/
_lsprof.c 117 #define DOUBLE_TIMER_PRECISION 4294967296.0
139 result = (long long) (val * DOUBLE_TIMER_PRECISION);
639 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION;

Completed in 206 milliseconds