HomeSort by relevance Sort by last modified time
    Searched full:__lx (Results 26 - 50 of 85) sorted by null

12 3 4

  /ndk/sources/android/support/src/msun/
math_private.h 552 uint64_t __lx; \
556 EXTRACT_LDBL80_WORDS(__hx, __lx, *xp); \
557 __lx ^= DOPRINT_SWIZZLE; \
558 INSERT_LDBL80_WORDS(*xp, __hx, __lx); \
570 uint32_t __hx, __lx; \
572 EXTRACT_WORDS(__hx, __lx, *xp); \
573 __lx ^= DOPRINT_SWIZZLE; \
574 INSERT_WORDS(*xp, __hx, __lx); \
606 uint64_t __lx, __llx; \
609 EXTRACT_LDBL128_WORDS(__hx, __lx, __llx, *xp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h     [all...]
forward_list.tcc 387 operator==(const forward_list<_Tp, _Alloc>& __lx,
392 auto __ix = __lx.cbegin();
394 while (__ix != __lx.cend() && __iy != __ly.cend())
401 if (__ix == __lx.cend() && __iy == __ly.cend())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h     [all...]
forward_list.tcc 387 operator==(const forward_list<_Tp, _Alloc>& __lx,
392 auto __ix = __lx.cbegin();
394 while (__ix != __lx.cend() && __iy != __ly.cend())
401 if (__ix == __lx.cend() && __iy == __ly.cend())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h     [all...]
forward_list.tcc 387 operator==(const forward_list<_Tp, _Alloc>& __lx,
392 auto __ix = __lx.cbegin();
394 while (__ix != __lx.cend() && __iy != __ly.cend())
401 if (__ix == __lx.cend() && __iy == __ly.cend())
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h     [all...]
forward_list.tcc 387 operator==(const forward_list<_Tp, _Alloc>& __lx,
392 auto __ix = __lx.cbegin();
394 while (__ix != __lx.cend() && __iy != __ly.cend())
401 if (__ix == __lx.cend() && __iy == __ly.cend())
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 47 struct __two {char __lx; char __lxx;};
140 struct __two {char __lx; char __lxx;};
154 struct __two {char __lx; char __lxx;};
513 struct __two {char __lx; char __lxx;};
537 struct __two {char __lx; char __lxx;};
random     [all...]
__config 637 #define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_TYPE_VIS x { enum __lx
639 __lx __v_; \
640 _LIBCPP_ALWAYS_INLINE x(__lx __v) : __v_(__v) {} \
641 _LIBCPP_ALWAYS_INLINE explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 47 struct __two {char __lx; char __lxx;};
140 struct __two {char __lx; char __lxx;};
154 struct __two {char __lx; char __lxx;};
513 struct __two {char __lx; char __lxx;};
537 struct __two {char __lx; char __lxx;};
random     [all...]
  /external/libcxx/include/
random     [all...]
__config 628 #define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_TYPE_VIS x { enum __lx
630 __lx __v_; \
631 _LIBCPP_ALWAYS_INLINE x(__lx __v) : __v_(__v) {} \
632 _LIBCPP_ALWAYS_INLINE explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /external/libcxx/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp 17 struct __two {char __lx; char __lxx;}; member in struct:is_transparent::__two
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 505 long __lx; local
506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 );
508 if (__lx == 0)
510 else if (__lx == 1)

Completed in 566 milliseconds

12 3 4