Searched refs:xor_mask (Results 1 – 4 of 4) sorted by relevance
/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/libxml2/ |
D | xmlschemastypes.c | 4000 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local 4190 xor_mask = xmask ^ ymask; /* mark type differences */ in xmlSchemaCompareDates() 4194 if (xor_mask & 1) in xmlSchemaCompareDates() 4204 if (xor_mask & 2) in xmlSchemaCompareDates() 4214 if (xor_mask & 4) in xmlSchemaCompareDates() 4224 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;
|