HomeSort by relevance Sort by last modified time
    Searched refs:xor_mask (Results 1 - 7 of 7) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 26 // static constexpr result_type xor_mask = a;
54 static_assert((E::xor_mask == 0x9908b0df), "");
70 where(E::xor_mask);
90 static_assert((E::xor_mask == 0xb5026f5aa96619e9ull), "");
106 where(E::xor_mask);
  /external/opencv/otherlibs/highgui/
utils.cpp 354 int xor_mask = negative ? 255 : 0; local
358 int val = (i * 255/(length - 1)) ^ xor_mask;
  /external/libxml2/
xmlschemastypes.c 3991 unsigned char xmask, ymask, xor_mask, and_mask; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 413 static constexpr result_type xor_mask = __a;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 413 static constexpr result_type xor_mask = __a;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 413 static constexpr result_type xor_mask = __a;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 421 static constexpr result_type xor_mask = __a;
    [all...]

Completed in 272 milliseconds