HomeSort by relevance Sort by last modified time
    Searched full:isign (Results 1 - 13 of 13) sorted by null

  /external/valgrind/auxprogs/
gsl16-wavelet.patch 7 - size_t n, int isign, gsl_wavelet_workspace * work);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.h 21 * isign: exponent: +1 = forward -1 = reverse
37 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign);
fft.c 71 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign) {
88 if (iSign < 0) {
116 if (iSign < 0) {
134 if (iSign==1) {
218 if (iSign==1) {
243 if (iSign==1) {
323 if (iSign==1) {
361 if (iSign < 0) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.h 21 * isign: exponent: +1 = forward -1 = reverse
41 int isign, double scaling, FFTstr *fftstate);
fft.c 51 * int iSign, double scaling);
62 * ISIGN = the sign of the complex exponential (ie, forward or inverse FFT)
63 * the magnitude of ISIGN (normally 1) is used to determine the
78 * size_t nSpan, int iSign, size_t max_factors,
90 * ISIGN - see above documentation
105 * imaginary parts, the magnitude of ISIGN is changed to 2 to give correct
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
162 int iSign,
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign,
241 if (iSign < 0) iSign = -iSign
    [all...]
  /external/llvm/test/CodeGen/X86/
2008-10-27-CoalescerBug.ll 6 define fastcc void @fourn(double* %data, i32 %isign) nounwind {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2008-10-27-CoalescerBug.ll 5 define fastcc void @fourn(double* %data, i32 %isign) nounwind {
  /external/valgrind/perf/
ffbench.c 168 static void fourn(data, nn, ndim, isign)
170 int nn[], ndim, isign;
209 theta = isign * 6.28318530717959 / (ifp2 / ip1);
  /external/mesa3d/src/compiler/nir/
nir_opt_algebraic.py 74 (('idiv', a, '#b@32(is_pos_power_of_two)'), ('imul', ('isign', a), ('ushr', ('iabs', a), ('find_lsb', b))), 'options->lower_idiv'),
75 (('idiv', a, '#b@32(is_neg_power_of_two)'), ('ineg', ('imul', ('isign', a), ('ushr', ('iabs', a), ('find_lsb', ('iabs', b))))), 'options->lower_idiv'),
nir_opcodes.py 157 unop("isign", tint, "(src0 == 0) ? 0 : ((src0 > 0) ? 1 : -1)")
  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.c 1868 .name = "isign",
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
nds32-asm.c     [all...]

Completed in 2469 milliseconds