HomeSort by: relevance | last modified time | path
    Searched defs:__high (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 131 __uctype __high = __maskval / __uerngrange / __uerngrange; local
132 while (__high > __uerngrange)
135 __high /= __uerngrange;
137 const __uctype __highrange = __high + 1;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 131 __uctype __high = __maskval / __uerngrange / __uerngrange; local
132 while (__high > __uerngrange)
135 __high /= __uerngrange;
137 const __uctype __highrange = __high + 1;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm_neon.h 18330 uint64x1_t __high = vceq_p64 (__high_a, __high_b); local
18335 return vcombine_u64 (__low, __high);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm_neon.h 16980 uint64x1_t __high = vceq_p64 (__high_a, __high_b); local
16985 return vcombine_u64 (__low, __high);

Completed in 52 milliseconds