HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
omp.h 36 unsigned char _x[4] member in struct:__anon30982
42 unsigned char _x[12] member in struct:__anon30983
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
omp.h 36 unsigned char _x[4] member in struct:__anon30991
42 unsigned char _x[12] member in struct:__anon30992
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 65 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x)))
69 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x)))
  /external/speex/libspeex/
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
100 const spx_word16_t *x = _x;
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)
68 x[i] = _mm_loadu_ps(_x+(i<<2));
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_uio.h     [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 23 Packet4f plog<Packet4f>(const Packet4f& _x)
25 Packet4f x = _x;
107 Packet4f pexp<Packet4f>(const Packet4f& _x)
109 Packet4f x = _x;
172 Packet2d pexp<Packet2d>(const Packet2d& _x)
174 Packet2d x = _x;
258 Packet4f psin<Packet4f>(const Packet4f& _x)
260 Packet4f x = _x;
359 Packet4f pcos<Packet4f>(const Packet4f& _x)
361 Packet4f x = _x;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 75 #define GGL_B_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<10 )
76 #define GGL_S_TO_X(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 )
77 #define GGL_I_TO_X(_x) GGLfixed( ((int32_t(_x)>>1)+1)>>14 )
78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \
79 (uint32_t(_x)<<8) + \
80 (uint32_t(_x)>>7)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.h 149 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y,
164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
165 ((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
169 ((void)(arch),celt_pitch_xcorr_c(_x, _y, xcorr, len, max_pitch))
  /external/chromium_org/third_party/opus/src/src/
opus.c 36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem)
42 if (C<1 || N<1 || !_x || !declip_mem) return;
49 _x[i] = MAX16(-2.f, MIN16(2.f, _x[i]));
56 x = _x+c;
  /external/libopus/celt/
pitch.h 149 celt_pitch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y,
164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
165 ((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
169 ((void)(arch),celt_pitch_xcorr_c(_x, _y, xcorr, len, max_pitch))
  /external/libopus/src/
opus.c 36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem)
42 if (C<1 || N<1 || !_x || !declip_mem) return;
49 _x[i] = MAX16(-2.f, MIN16(2.f, _x[i]));
56 x = _x+c;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h     [all...]

Completed in 1851 milliseconds

1 2 3 4 56 7 8 910