HomeSort by relevance Sort by last modified time
    Searched refs:CLOCKS_PER_SEC (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 53 { return double(std::clock() - _start_time) / CLOCKS_PER_SEC; }
60 - double(_start_time)) / double(CLOCKS_PER_SEC);
64 { return double(1)/double(CLOCKS_PER_SEC); }
  /bionic/libc/bionic/
clock.cpp 41 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC));
  /toolchain/binutils/binutils-2.25/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
74 #ifdef CLOCKS_PER_SEC
75 #define GNU_HZ CLOCKS_PER_SEC
109 const long clocks_per_sec = CLOCKS_PER_SEC;
110 if (clocks_per_sec <= 1000000)
111 return clock () * (1000000 / clocks_per_sec);
113 return clock () / clocks_per_sec;
clock.c 30 @code{clock_t}; divide this number by @samp{CLOCKS_PER_SEC} to get the
61 #ifdef CLOCKS_PER_SEC
62 #define GNU_HZ CLOCKS_PER_SEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 29 The macro `CLOCKS_PER_SEC' is the number per second of the value
32 The value of CLOCKS_PER_SEC is required to be 1 million on all
34 # define CLOCKS_PER_SEC 1000000l
37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groveelectromagnet.cxx 41 return ((float)(clock()))/CLOCKS_PER_SEC;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 44 The macro `CLOCKS_PER_SEC' is the number per second of the value
47 The value of CLOCKS_PER_SEC is required to be 1 million on all
49 # define CLOCKS_PER_SEC 1000000l
52 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 44 The macro `CLOCKS_PER_SEC' is the number per second of the value
47 The value of CLOCKS_PER_SEC is required to be 1 million on all
49 # define CLOCKS_PER_SEC 1000000l
52 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /external/libcxx/test/std/depr/depr.c.headers/
time_h.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /external/libcxx/test/std/language.support/support.runtime/
ctime.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /external/libcxx/test/std/utilities/date.time/
tested_elsewhere.pass.cpp 17 #ifndef CLOCKS_PER_SEC
18 #error CLOCKS_PER_SEC not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 17 #ifndef CLOCKS_PER_SEC
18 #error CLOCKS_PER_SEC not defined
  /external/ImageMagick/MagickCore/
timer.c 56 #if !defined(CLOCKS_PER_SEC)
57 #define CLOCKS_PER_SEC 100
207 return((double) clock()/CLOCKS_PER_SEC);
469 return((double) clock()/CLOCKS_PER_SEC);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
test_bbox.c 8 /* SunOS 4.1.* does not define CLOCKS_PER_SEC, so include <sys/param.h> */
12 #define CLOCKS_PER_SEC HZ
18 return clock() * 10000L / CLOCKS_PER_SEC;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 83 return 1000.0 * clocks / CLOCKS_PER_SEC;
96 return 1000.0 * clocks / CLOCKS_PER_SEC;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_speed_test.cc 69 return 1000.0 * clocks / CLOCKS_PER_SEC;
81 return 1000.0 * clocks / CLOCKS_PER_SEC;
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 102 CLOCKS_PER_SEC = 1000000l
108 CLK_TCK = CLOCKS_PER_SEC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 102 CLOCKS_PER_SEC = 1000000l
108 CLK_TCK = CLOCKS_PER_SEC
  /bionic/libc/include/
time.h 38 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-21/include/
time.h 38 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-3/include/
time.h 94 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-8/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /external/dbus/dbus/
dbus-mempool.c 502 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
541 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
574 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
611 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);

Completed in 1358 milliseconds

1 2 3 4 5