HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 301 - 325 of 424) sorted by null

<<11121314151617

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 420 unsigned short int __x[3]; /* Current state. */ member in struct:drand48_data
771 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
772 extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
776 __extension__ extern long long int llabs (long long int __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 59 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
220 _To __y _IsUnused = __x;
222 _From __x; member in struct:_ConvertibleConcept
236 bool __x _IsUnused = __t;
hashtable.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 665 address(reference __x) const _GLIBCXX_NOEXCEPT
666 { return std::__addressof(__x); }
669 address(const_reference __x) const _GLIBCXX_NOEXCEPT
670 { return std::__addressof(__x); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
boost_concept_check.h 59 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
220 _To __y _IsUnused = __x;
222 _From __x; member in struct:_ConvertibleConcept
236 bool __x _IsUnused = __t;
hashtable.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 665 address(reference __x) const _GLIBCXX_NOEXCEPT
666 { return std::__addressof(__x); }
669 address(const_reference __x) const _GLIBCXX_NOEXCEPT
670 { return std::__addressof(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
intrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
intrin.h     [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 662 const __typeof (x) __x = (x); \
665 DOPRINT_END2(__x, __y); \
666 __x + __y; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
random_shuffle.h 66 * Dimensions (_M_num_threads + 1) __x (_M_num_bins + 1). */
245 * @param __x _Integer to round up */
248 __round_up_to_pow2(_Tp __x)
250 if (__x <= 1)
253 return (_Tp)1 << (__rd_log2(__x - 1) + 1);

Completed in 838 milliseconds

<<11121314151617