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

<<11121314151617

  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
emmintrin.h 567 _mm_set_pd(double __w, double __x)
569 return (__m128d){ __x, __w };
573 _mm_setr_pd(double __w, double __x)
575 return (__m128d){ __w, __x };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
emmintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
emmintrin.h     [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
emmintrin.h 535 _mm_set_pd(double __w, double __x)
537 return (__m128d){ __x, __w };
541 _mm_setr_pd(double __w, double __x)
543 return (__m128d){ __w, __x };
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
emmintrin.h 535 _mm_set_pd(double __w, double __x)
537 return (__m128d){ __x, __w };
541 _mm_setr_pd(double __w, double __x)
543 return (__m128d){ __w, __x };
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h 567 _mm_set_pd(double __w, double __x)
569 return (__m128d){ __x, __w };
573 _mm_setr_pd(double __w, double __x)
575 return (__m128d){ __w, __x };
    [all...]
  /external/libunwind_llvm/src/
Registers.hpp 1140 uint64_t __x[29]; // x0-x28 member in struct:libunwind::Registers_arm64::GPRs
1192 return _registers.__x[regNum];
1202 _registers.__x[regNum] = value;
    [all...]
  /external/python/cpython3/Lib/test/
test_sys.py     [all...]
test_descr.py 577 return -self.__x
579 self.__x = -x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 248 void __cdecl sincos (double __x, double *p_sin, double *p_cos);
249 void __cdecl sincosl (long double __x, long double *p_sin, long double *p_cos);
250 void __cdecl sincosf (float __x, float *p_sin, float *p_cos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 582 return -self.__x
584 self.__x = -x
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 592 return -self.__x
594 self.__x = -x
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 584 return -self.__x
586 self.__x = -x
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 584 return -self.__x
586 self.__x = -x
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 584 return -self.__x
586 self.__x = -x
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 584 return -self.__x
586 self.__x = -x
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
vecintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
vecintrin.h     [all...]

Completed in 1684 milliseconds

<<11121314151617