HomeSort by relevance Sort by last modified time
    Searched full:__z (Results 101 - 125 of 435) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 68 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
70 __tg_promote(__z)))
744 __tg_fma(float __x, float __y, float __z)
745 {return fmaf(__x, __y, __z);}
749 __tg_fma(double __x, double __y, double __z)
750 {return fma(__x, __y, __z);}
754 __tg_fma(long double __x,long double __y, long double __z)
755 {return fmal(__x, __y, __z);}
758 #define fma(__x, __y, __z) \
759 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 68 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
70 __tg_promote(__z)))
744 __tg_fma(float __x, float __y, float __z)
745 {return fmaf(__x, __y, __z);}
749 __tg_fma(double __x, double __y, double __z)
750 {return fma(__x, __y, __z);}
754 __tg_fma(long double __x,long double __y, long double __z)
755 {return fmal(__x, __y, __z);}
758 #define fma(__x, __y, __z) \
759 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h 68 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
70 __tg_promote(__z)))
744 __tg_fma(float __x, float __y, float __z)
745 {return fmaf(__x, __y, __z);}
749 __tg_fma(double __x, double __y, double __z)
750 {return fma(__x, __y, __z);}
754 __tg_fma(long double __x,long double __y, long double __z)
755 {return fmal(__x, __y, __z);}
758 #define fma(__x, __y, __z) \
759 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 68 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
70 __tg_promote(__z)))
744 __tg_fma(float __x, float __y, float __z)
745 {return fmaf(__x, __y, __z);}
749 __tg_fma(double __x, double __y, double __z)
750 {return fma(__x, __y, __z);}
754 __tg_fma(long double __x,long double __y, long double __z)
755 {return fmal(__x, __y, __z);}
758 #define fma(__x, __y, __z) \
759 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /external/libcxx/include/
complex 257 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
590 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
592 _Tp __a = __z.real();
593 _Tp __b = __z.imag();
669 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
672 _Tp __a = __z.real();
673 _Tp __b = __z.imag();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
complex 257 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
590 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
592 _Tp __a = __z.real();
593 _Tp __b = __z.imag();
669 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
672 _Tp __a = __z.real();
673 _Tp __b = __z.imag();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
complex 257 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
590 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
592 _Tp __a = __z.real();
593 _Tp __b = __z.imag();
669 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
672 _Tp __a = __z.real();
673 _Tp __b = __z.imag();
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 260 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
587 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
589 _Tp __a = __z.real();
590 _Tp __b = __z.imag();
666 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
669 _Tp __a = __z.real();
670 _Tp __b = __z.imag();
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 260 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
587 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
589 _Tp __a = __z.real();
590 _Tp __b = __z.imag();
666 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
669 _Tp __a = __z.real();
670 _Tp __b = __z.imag();
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
complex 260 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
593 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
595 _Tp __a = __z.real();
596 _Tp __b = __z.imag();
672 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
675 _Tp __a = __z.real();
676 _Tp __b = __z.imag();
    [all...]
  /external/python/cpython2/Tools/pynche/
TypeinViewer.py 64 self.__z = Entry(subframe, width=3)
65 self.__z.grid(row=0, column=1)
66 self.__z.bindtags(self.__z.bindtags() + ('Normalize', 'Update'))
130 bluestr = self.__z.get() or '0'
143 x, y, z = self.__x, self.__y, self.__z
  /external/clang/lib/Headers/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
shaintrin.h 56 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z)
58 return (__m128i)__builtin_ia32_sha256rnds2((__v4si)__X, (__v4si)__Y, (__v4si)__Z);

Completed in 7164 milliseconds

1 2 3 45 6 7 8 91011>>