/external/iproute2/ip/ |
ifcfg | 4 local sbase fwd 6 fwd=0 9 fwd=$[$fwd + `cat $dir`] 12 fwd=2 14 return $fwd 45 fwd=$? 46 if [ $fwd -ne 0 ]; then 47 echo "Forwarding is ON or its state is unknown ($fwd). OK, No RDISC." 1>&2 60 if [ $fwd -eq 0 ]; then RestartRDISC; f [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
/external/icu/icu4c/source/test/intltest/ |
dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
/external/eigen/bench/ |
benchFFT.cpp | 44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) 64 fft.fwd( outbuf , inbuf); 70 if (fwd) 72 fft.fwd( outbuf , inbuf); 89 if (fwd) 90 cout << " fwd";
|
/external/eigen/unsupported/Eigen/src/FFT/ |
ei_fftw_impl.h | 60 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 70 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 103 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 113 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 144 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 154 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan 190 void fwd( Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::fftw_impl 192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft ); 197 void fwd( Complex * dst,const Scalar * src,int nfft) function in struct:Eigen::internal::fftw_impl 199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft) [all...] |
ei_kissfft_impl.h | 277 void fwd( Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::kissfft_impl 305 void fwd( Complex * dst,const Scalar * src,int nfft) function in struct:Eigen::internal::kissfft_impl 318 fwd( dst, reinterpret_cast<const Complex*> (src), ncfft);
|
/external/ceres-solver/internal/ceres/ |
loss_function_test.cc | 58 double fwd[3]; local 61 loss.Evaluate(s + kH, fwd); 65 const double fd_1 = (fwd[0] - bwd[0]) / (2 * kH); 69 const double fd_2 = (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH);
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
armSP_FFT_CToC_FC32_Radix2_fs_s.S | 127 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix2_ls_s.S | 140 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix4_fs_s.S | 256 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix4_ls_s.S | 362 FFTSTAGE "FALSE","FALSE",fwd
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S | 125 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S | 142 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix2_ls_unsafe_s.S | 144 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_SC32_Radix2_ls_unsafe_s.S | 163 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S | 241 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_FC32_Radix4_ls_unsafe_s.S | 330 FFTSTAGE "FALSE","FALSE",fwd
|
armSP_FFT_CToC_SC32_Radix4_fs_unsafe_s.S | 301 FFTSTAGE "FALSE","FALSE",fwd
|
/external/eigen/unsupported/test/ |
FFTW.cpp | 94 fft.fwd( freqBuf,tbuf); 99 fft.fwd( freqBuf,tbuf); 153 fft.fwd( outbuf , inbuf); 193 fft.fwd( tmpOut,src.col(k) ); 199 fft.fwd( tmpOut, dst2.row(k) ); 221 fft.fwd(out1,in); 222 out2 = fft.fwd(in);
|
/external/eigen/unsupported/doc/examples/ |
FFT.cpp | 83 fft.fwd(freqbuf,timebuf);
|
/external/chromium_org/v8/test/webkit/ |
gmail-re-re.js | 28 var I3=/^\s*(fwd|re|aw|antw|antwort|wg|sv|ang|odp|betreff|betr|transf|reenv\.|reenv|in|res|resp|resp\.|enc|\u8f6c\u53d1|\u56DE\u590D|\u041F\u0435\u0440\u0435\u0441\u043B|\u041E\u0442\u0432\u0435\u0442):\s*(.*)$/i;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 22 ;# in normalization (fwd is twice unitary, inv is half unitary) 56 ;# For fwd transform, indices are horizontal positions, then frequencies.
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 22 ;# in normalization (fwd is twice unitary, inv is half unitary) 56 ;# For fwd transform, indices are horizontal positions, then frequencies.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-unicode-handling.js | 31 var I3=/^\s*(fwd|re|aw|antw|antwort|wg|sv|ang|odp|betreff|betr|transf|reenv\.|reenv|in|res|resp|resp\.|enc|\u8f6c\u53d1|\u56DE\u590D|\u041F\u0435\u0440\u0435\u0441\u043B|\u041E\u0442\u0432\u0435\u0442):\s*(.*)$/i;
|
/external/ltrace/ |
read_config_file.c | 442 int fwd = 0; local 445 = parse_lens(plib, loc, str, NULL, 0, &own, &fwd); 451 this_nt.forward = fwd;
|