/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
D | hyperplane_lsh_probes.h | 77 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() 79 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) { in SetupProbing() 93 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() 95 for (int_fast32_t jj = 0; jj < num_hyperplanes_per_table_; ++jj) { in SetupProbing() 101 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() 111 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() 112 int_fast32_t best_index = sorted_hyperplane_indices_[ii][0]; in SetupProbing() 132 bool GetNextProbe(HashType* cur_probe, int_fast32_t* cur_table) { in GetNextProbe() 158 int_fast32_t cur_index = in GetNextProbe() 164 int_fast32_t next_index = in GetNextProbe() [all …]
|
D | heap.h | 83 int_fast32_t rightmost = parent(num_elements_ - 1); in Heapify() 84 for (int_fast32_t cur_loc = rightmost; cur_loc >= 0; --cur_loc) { in Heapify() 94 int_fast32_t lchild(int_fast32_t x) { return 2 * x + 1; } in lchild() 96 int_fast32_t rchild(int_fast32_t x) { return 2 * x + 2; } in rchild() 98 int_fast32_t parent(int_fast32_t x) { return (x - 1) / 2; } in parent() 100 void SwapEntries(int_fast32_t a, int_fast32_t b) { in SwapEntries() 106 void HeapUp(int_fast32_t cur_loc) { in HeapUp() 107 int_fast32_t p = parent(cur_loc); in HeapUp() 115 void HeapDown(int_fast32_t cur_loc) { in HeapDown() 117 int_fast32_t lc = lchild(cur_loc); in HeapDown() [all …]
|
D | hyperplane_lsh_probes_test.cc | 32 int_fast32_t cur_table; in CheckSequenceSingleTable() 42 const std::vector<std::pair<uint32, int_fast32_t>>& expected_result) { in CheckSequenceMultipleTables() 44 int_fast32_t cur_table; in CheckSequenceMultipleTables() 57 std::vector<std::pair<uint32, int_fast32_t>> expected_result = {{1, 0}, in TEST() 89 std::vector<std::pair<uint32, int_fast32_t>> expected_result = { in TEST() 118 int_fast32_t cur_table; in TEST()
|
D | hyperplane_lsh_probes.cc | 134 int_fast32_t cur_table; in Compute()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | 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 …]
|
D | private.h | 164 typedef long int_fast32_t; typedef 166 typedef int int_fast32_t; typedef
|
D | tzfile.h | 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | zdump.c | 62 typedef long int_fast32_t; typedef 64 typedef int int_fast32_t; typedef 154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
/external/libcxx/include/ |
D | cstdint | 127 int_fast32_t 175 using::int_fast32_t;
|
/external/syslinux/com32/include/bitsize32/ |
D | stdint.h | 11 typedef int int_fast32_t; typedef
|
/external/syslinux/com32/include/bitsize64/ |
D | stdint.h | 11 typedef long int int_fast32_t; typedef
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 118 static_assert(sizeof(int_fast32_t)*CHAR_BIT >= 32, in main() 120 static_assert(std::is_signed<int_fast32_t>::value, in main()
|
D | inttypes_h.pass.cpp | 905 test<int_fast32_t>(); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 119 static_assert(sizeof(std::int_fast32_t)*CHAR_BIT >= 32, in main() 121 static_assert(std::is_signed<std::int_fast32_t>::value, in main()
|
/external/syslinux/dos/ |
D | stdint.h | 36 typedef signed int int_fast32_t; typedef
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 79 test<int_fast32_t>(); in main()
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 58 …static_assert((std::is_same<std::atomic< std::int_fast32_t>, std::atomic_int_fast32_t>::value), "… in main()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 91 typedef int32_t int_fast32_t; typedef
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 106 typedef int32_t int_fast32_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 115 typedef __int32 int_fast32_t; typedef
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 106 typedef int32_t int_fast32_t; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 118 typedef _Atomic(int_fast32_t) atomic_int_fast32_t;
|
D | stdint.h | 197 typedef __int_least32_t int_fast32_t; typedef
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 905 test<std::int_fast32_t>(); in main()
|
/external/libexif/m4m/ |
D | stdint.m4 | 258 AC_CHECK_TYPE(int_fast32_t,,,[#include<$ac_cv_header_stdint>]) 583 typedef int32_t int_fast32_t;
|