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

12 3 4

  /prebuilt/sdk/12/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...]
  /prebuilt/sdk/13/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...]
  /prebuilt/sdk/14/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/speex/libspeex/
cb_search_sse.h 37 static inline void _spx_mm_getr_ps (__m128 U, float *__Z, float *__Y, float *__X, float *__W)
46 *__Z = __u.__a[0];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
modified_bessel_func.tcc 375 const _Tp __z = _Tp(2) * __absx * __rootx / _Tp(3);
383 __bessel_ik(_Tp(1) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
390 __bessel_ik(_Tp(2) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
402 __bessel_jn(_Tp(1) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
408 __bessel_jn(_Tp(2) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
modified_bessel_func.tcc 375 const _Tp __z = _Tp(2) * __absx * __rootx / _Tp(3);
383 __bessel_ik(_Tp(1) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
390 __bessel_ik(_Tp(2) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
402 __bessel_jn(_Tp(1) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
408 __bessel_jn(_Tp(2) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
modified_bessel_func.tcc 375 const _Tp __z = _Tp(2) * __absx * __rootx / _Tp(3);
383 __bessel_ik(_Tp(1) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
390 __bessel_ik(_Tp(2) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu);
402 __bessel_jn(_Tp(1) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
408 __bessel_jn(_Tp(2) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 254 result_type __z = _M_x[_M_p++];
255 __z ^= (__z >> __u);
256 __z ^= (__z << __s) & __b;
257 __z ^= (__z << __t) & __c;
258 __z ^= (__z >> __l);
260 return __z;
    [all...]
cmath 497 fma(float __x, float __y, float __z)
498 { return __builtin_fmaf(__x, __y, __z); }
501 fma(long double __x, long double __y, long double __z)
502 { return __builtin_fmal(__x, __y, __z); }
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
hashtable_policy.h 417 _Prime_rehash_policy(float __z = 1.0)
418 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { }
633 max_load_factor(float __z)
636 __this->__rehash_policy(_Prime_rehash_policy(__z));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 254 result_type __z = _M_x[_M_p++];
255 __z ^= (__z >> __u);
256 __z ^= (__z << __s) & __b;
257 __z ^= (__z << __t) & __c;
258 __z ^= (__z >> __l);
260 return __z;
    [all...]
cmath 497 fma(float __x, float __y, float __z)
498 { return __builtin_fmaf(__x, __y, __z); }
501 fma(long double __x, long double __y, long double __z)
502 { return __builtin_fmal(__x, __y, __z); }
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
hashtable_policy.h 417 _Prime_rehash_policy(float __z = 1.0)
418 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { }
633 max_load_factor(float __z)
636 __this->__rehash_policy(_Prime_rehash_policy(__z));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 254 result_type __z = _M_x[_M_p++];
255 __z ^= (__z >> __u);
256 __z ^= (__z << __s) & __b;
257 __z ^= (__z << __t) & __c;
258 __z ^= (__z >> __l);
260 return __z;
    [all...]
cmath 497 fma(float __x, float __y, float __z)
498 { return __builtin_fmaf(__x, __y, __z); }
501 fma(long double __x, long double __y, long double __z)
502 { return __builtin_fmal(__x, __y, __z); }
506 fma(_Tp __x, _Up __y, _Vp __z)
509 return fma(__type(__x), __type(__y), __type(__z));
  /external/stlport/stlport/stl/debug/
_hashtable.h 326 void max_load_factor(float __z) {
327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT)
328 _M_non_dbg_impl.max_load_factor(__z);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 326 void max_load_factor(float __z) {
327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT)
328 _M_non_dbg_impl.max_load_factor(__z);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 326 void max_load_factor(float __z) {
327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT)
328 _M_non_dbg_impl.max_load_factor(__z);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 326 void max_load_factor(float __z) {
327 _STLP_VERBOSE_ASSERT((__z > 0.0f), _StlMsg_INVALID_ARGUMENT)
328 _M_non_dbg_impl.max_load_factor(__z);
  /external/kernel-headers/original/linux/
mmzone.h 86 #define zone_pcp(__z, __cpu) ((__z)->pageset[(__cpu)])
88 #define zone_pcp(__z, __cpu) (&(__z)->pageset[(__cpu)])
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const));

Completed in 256 milliseconds

12 3 4