Searched refs:xor_mask (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | lsh_index.h | 274 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() local 276 for (; xor_mask != xor_mask_end; ++xor_mask) { in getNeighbors() 277 size_t sub_key = key ^ (*xor_mask); in getNeighbors() 312 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() local 314 for (; xor_mask != xor_mask_end; ++xor_mask) { in getNeighbors() 315 size_t sub_key = key ^ (*xor_mask); in getNeighbors() 345 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() local 347 for (; xor_mask != xor_mask_end; ++xor_mask) { in getNeighbors() 348 size_t sub_key = key ^ (*xor_mask); in getNeighbors()
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 54 static_assert((E::xor_mask == 0x9908b0df), ""); in test1() 70 where(E::xor_mask); in test1() 90 static_assert((E::xor_mask == 0xb5026f5aa96619e9ull), ""); in test2() 106 where(E::xor_mask); in test2()
|
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 354 int xor_mask = negative ? 255 : 0; in FillGrayPalette() local 358 int val = (i * 255/(length - 1)) ^ xor_mask; in FillGrayPalette()
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.cpp | 375 int xor_mask = negative ? 255 : 0; in FillGrayPalette() local 379 int val = (i * 255/(length - 1)) ^ xor_mask; in FillGrayPalette()
|
/external/libxml2/ |
D | xmlschemastypes.c | 3996 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local 4186 xor_mask = xmask ^ ymask; /* mark type differences */ in xmlSchemaCompareDates() 4190 if (xor_mask & 1) in xmlSchemaCompareDates() 4200 if (xor_mask & 2) in xmlSchemaCompareDates() 4210 if (xor_mask & 4) in xmlSchemaCompareDates() 4220 if (xor_mask & 8) in xmlSchemaCompareDates()
|
/external/libcxx/include/ |
D | random | 86 static constexpr result_type xor_mask = a; 2092 static _LIBCPP_CONSTEXPR const result_type xor_mask = __a; 2247 …ister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::xor_mask;
|