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

  /bionic/libm/src/
s_conj.c 32 conj(double complex z) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 117 __MATHCALL (conj, (_Mdouble_complex_ __z));
154 __MATH_PRECNAME(conj) (_Mdouble_complex_ __z) __THROW
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 15 xxf = sqrt(real(xf.*conj(xf))+1e-20);
16 yyf = sqrt(real(yf.*conj(yf))+1e-20);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 169 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 169 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 184 xxf= sqrt(real(xf.*conj(xf))+1e-20);
185 yyf= sqrt(real(yf.*conj(yf))+1e-20);
441 temp=[femicrophone(:,i);flipud(conj(femicrophone(2:hsupport,i)))];
  /external/opencv/cxcore/src/
_cxcore.h 166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 435 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /external/clang/lib/Headers/
tgmath.h 1266 // conj
1286 __tg_conj(double _Complex __x) {return conj(__x);}
1292 #undef conj macro
1293 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 1267 // conj
1287 __tg_conj(double _Complex __x) {return conj(__x);}
1293 #undef conj macro
1294 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 1267 // conj
1287 __tg_conj(double _Complex __x) {return conj(__x);}
1293 #undef conj macro
1294 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 1267 // conj
1287 __tg_conj(double _Complex __x) {return conj(__x);}
1293 #undef conj macro
1294 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 1267 // conj
1287 __tg_conj(double _Complex __x) {return conj(__x);}
1293 #undef conj macro
1294 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 1266 // conj
1286 __tg_conj(double _Complex __x) {return conj(__x);}
1292 #undef conj macro
1293 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /external/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function

Completed in 645 milliseconds