HomeSort by relevance Sort by last modified time
    Searched refs:_num (Results 1 - 10 of 10) sorted by null

  /external/speex/libspeex/
filters_sse.h 37 void filter_mem16_10(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem)
47 num[i] = _mm_loadu_ps(_num+4*i);
51 num[2] = _mm_setr_ps(_num[8], _num[9], 0, 0);
90 void filter_mem16_8(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem)
100 num[i] = _mm_loadu_ps(_num+4*i);
134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem, char *stack)
137 filter_mem16_10(x, _num, _den, y, N, ord, _mem);
139 filter_mem16_8(x, _num, _den, y, N, ord, _mem);
242 void fir_mem16_10(const float *x, const float *_num, float *y, int N, int ord, float *_mem
    [all...]
  /external/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 158 _Number _num; member in union:float_helper::_WordsNumber
162 return __tmp._num;
167 return __tmp._num;
190 _Number _num; member in union:float_helper2::_WordsNumber
194 // return __tmp._num;
200 return __tmp._num;
  /external/openssl/crypto/asn1/
asn1_mac.h 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
465 if ((a != NULL) && (sk_##type##_num(a) != 0))\
512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
  /external/openssl/include/openssl/
asn1_mac.h 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
465 if ((a != NULL) && (sk_##type##_num(a) != 0))\
512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 49 $_num="$num,#15*4"; $_bpend=$_num;
x86-mont.pl 49 $_num=&DWP(4*0,"esp"); # stack top layout
103 #&mov ($_num,$num); # redundant as $num is not reused
413 &mov ($_num,$num);
432 &cmp ($j,$_num);
534 &cmp ($j,$_num);
  /external/kernel-headers/original/linux/
i2c.h 507 static unsigned int var##_num; \
508 module_param_array(var, short, &var##_num, 0); \
  /external/stlport/src/
num_put_float.cpp 588 { _M_number._num = __x; }
597 _FloatT _num; member in union:float_sign_helper::__anon7533
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 588 { _M_number._num = __x; }
597 _FloatT _num; member in union:float_sign_helper::__anon11098
    [all...]

Completed in 1357 milliseconds