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

1 2

  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
heap.h 83 int_fast32_t rightmost = parent(num_elements_ - 1);
84 for (int_fast32_t cur_loc = rightmost; cur_loc >= 0; --cur_loc) {
94 int_fast32_t lchild(int_fast32_t x) { return 2 * x + 1; }
96 int_fast32_t rchild(int_fast32_t x) { return 2 * x + 2; }
98 int_fast32_t parent(int_fast32_t x) { return (x - 1) / 2; }
100 void SwapEntries(int_fast32_t a, int_fast32_t b)
    [all...]
hyperplane_lsh_probes.h 77 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
79 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) {
93 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
95 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) {
101 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
111 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) {
112 int_fast32_t best_index = sorted_hyperplane_indices_[ii][0];
132 bool GetNextProbe(HashType* cur_probe, int_fast32_t* cur_table) {
158 int_fast32_t cur_index =
164 int_fast32_t next_index
    [all...]
hyperplane_lsh_probes_test.cc 32 int_fast32_t cur_table;
42 const std::vector<std::pair<uint32, int_fast32_t>>& expected_result) {
44 int_fast32_t cur_table;
57 std::vector<std::pair<uint32, int_fast32_t>> expected_result = {{1, 0},
89 std::vector<std::pair<uint32, int_fast32_t>> expected_result = {
118 int_fast32_t cur_table;
  /bionic/tests/
stdint_test.cpp 28 ASSERT_EQ(8U, sizeof(int_fast32_t));
33 ASSERT_EQ(4U, sizeof(int_fast32_t));
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 73 typedef INT32 int_fast32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 72 typedef INT32 int_fast32_t; typedef
  /bionic/libc/tzcode/
localtime.c 100 int_fast32_t tt_gmtoff; /* UT offset in seconds */
149 int_fast32_t r_time; /* transition time of rule */
152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
155 static bool increment_overflow_time(time_t *, int_fast32_t);
156 static bool normalize_overflow32(int_fast32_t *, int *, int);
157 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
217 static int_fast32_t
220 register int_fast32_t result;
222 int_fast32_t one = 1
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
122 int_fast32_t r_time; /* transition time of rule */
133 static int_fast32_t detzcode(const char * codep);
141 static const char * getsecs(const char * strp, int_fast32_t * secsp);
142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
151 static int increment_overflow32(int_fast32_t * number, int delta);
152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
153 static int normalize_overflow32(int_fast32_t * tensptr
    [all...]
tzfile.h 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
private.h 164 typedef long int_fast32_t; typedef
166 typedef int int_fast32_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 50 typedef __int_fast32_t int_fast32_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 79 test<int_fast32_t>();
  /bionic/tests/headers/posix/
stdint_h.c 55 TYPE(int_fast32_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 27 // typedef atomic<int_fast32_t> atomic_int_fast32_t;
58 static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "");
  /bionic/libc/include/
stdint.h 94 typedef int64_t int_fast32_t; typedef
99 typedef int32_t int_fast32_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 117 // typedef int_fast32_t
118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32,
119 "sizeof(int_fast32_t)*CHAR_BIT >= 32");
120 static_assert(std::is_signed<int_fast32_t>::value,
121 "std::is_signed<int_fast32_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 118 // typedef std::int_fast32_t
119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32,
120 "sizeof(std::int_fast32_t)*CHAR_BIT >= 32");
121 static_assert(std::is_signed<std::int_fast32_t>::value,
122 "std::is_signed<std::int_fast32_t>::value");
  /external/clang/lib/Headers/
stdatomic.h 118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 106 typedef int32_t int_fast32_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 106 typedef int32_t int_fast32_t; typedef
  /external/libusb/msvc/
stdint.h 115 typedef __int32 int_fast32_t; typedef

Completed in 873 milliseconds

1 2