/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
hyperplane_lsh_probes.h | 116 HashType hash_mask = 1; local 117 hash_mask = hash_mask << (num_hyperplanes_per_table_ - best_index - 1); 118 heap_.InsertUnsorted(score, ProbeCandidate(ii, hash_mask, 0)); 199 ProbeCandidate(int_fast32_t table = 0, HashType hash_mask = 0, 201 : table_(table), hash_mask_(hash_mask), last_index_(last_index) {}
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_cached.c | 257 LLVMValueRef ij_index, hash_index, hash_mask, block_index; local 303 hash_mask = lp_build_const_int_vec(gallivm, type, LP_BUILD_FORMAT_CACHE_SIZE - 1); 304 hash_index = LLVMBuildAnd(builder, hash_index, hash_mask, "");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
deflate.h | 142 uInt hash_mask; /* hash_size-1 */
member in struct:internal_state
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
deflate.h | 139 uInt hash_mask; /* hash_size-1 */
member in struct:internal_state
|
/external/python/cpython2/Modules/zlib/ |
deflate.h | 145 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
|
/external/u-boot/lib/zlib/ |
deflate.h | 139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
|
/external/zlib/src/ |
deflate.h | 145 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
|