Home
last modified time | relevance | path

Searched refs:fwd (Results 1 – 25 of 42) sorted by relevance

12

/external/iproute2/ip/
Difcfg4 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; fi
106 if [ $fwd -eq 0 ]; then RestartRDISC; fi
[all …]
/external/smack/src/org/jivesoftware/smackx/carbons/
DCarbon.java45 private Forwarded fwd; field in Carbon
47 public Carbon(Direction dir, Forwarded fwd) { in Carbon() argument
49 this.fwd = fwd; in Carbon()
67 return fwd; in getForwarded()
86 buf.append(fwd.toXML()); in toXML()
104 Forwarded fwd = null; in parseExtension() local
110 fwd = (Forwarded)new Forwarded.Provider().parseExtension(parser); in parseExtension()
115 if (fwd == null) in parseExtension()
117 return new Carbon(dir, fwd); in parseExtension()
/external/eigen/bench/
DbenchFFT.cpp44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() argument
64 fft.fwd( outbuf , inbuf); in bench()
70 if (fwd) in bench()
72 fft.fwd( outbuf , inbuf); in bench()
89 if (fwd) in bench()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
113 void fwd(complex_type * dst,scalar_type * src,int nfft) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
154 void fwd(complex_type * dst,scalar_type * src,int nfft) {
190 void fwd( Complex * dst,const Complex *src,int nfft)
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)
199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft);
Dei_kissfft_impl.h277 void fwd( Complex * dst,const Complex *src,int nfft) in fwd() function
305 void fwd( Complex * dst,const Scalar * src,int nfft) in fwd() function
318 fwd( dst, reinterpret_cast<const Complex*> (src), ncfft); in fwd()
/external/ceres-solver/internal/ceres/
Dloss_function_test.cc58 double fwd[3]; in AssertLossFunctionIsValid() local
61 loss.Evaluate(s + kH, fwd); in AssertLossFunctionIsValid()
65 const double fd_1 = (fwd[0] - bwd[0]) / (2 * kH); in AssertLossFunctionIsValid()
69 const double fd_2 = (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH); in AssertLossFunctionIsValid()
/external/chromium_org/third_party/icu/source/test/intltest/
Ddadrcal.h41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
/external/icu/icu4c/source/test/intltest/
Ddadrcal.h41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
/external/llvm/test/Feature/
Dtesttype.ll10 %fwd = type %fwdref*
11 %fwdref = type { %fwd* }
/external/eigen/unsupported/test/
DFFTW.cpp94 fft.fwd( freqBuf,tbuf); in test_scalar_generic()
99 fft.fwd( freqBuf,tbuf); in test_scalar_generic()
153 fft.fwd( outbuf , inbuf); in test_complex_generic()
221 fft.fwd(out1,in); in test_return_by_value()
222 out2 = fft.fwd(in); in test_return_by_value()
/external/eigen/unsupported/Eigen/
DFFT187 void fwd( Complex * dst, const Scalar * src, Index nfft)
189 m_impl.fwd(dst,src,static_cast<int>(nfft));
195 void fwd( Complex * dst, const Complex * src, Index nfft)
197 m_impl.fwd(dst,src,static_cast<int>(nfft));
210 void fwd( std::vector<Complex> & dst, const std::vector<_Input> & src)
216 fwd(&dst[0],&src[0],src.size());
221 void fwd( MatrixBase<ComplexDerived> & dst, const MatrixBase<InputDerived> & src, Index nfft=-1)
249 fwd( &dst[0],&tmp[0],nfft );
251 fwd( &dst[0],&src[0],nfft );
258 fwd( const MatrixBase<InputDerived> & src, Index nfft=-1)
[all …]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
DarmSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S125 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S142 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_FC32_Radix2_ls_unsafe_s.S144 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_SC32_Radix2_ls_unsafe_s.S163 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S241 FFTSTAGE "FALSE","FALSE",fwd
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
DarmSP_FFT_CToC_FC32_Radix2_fs_s.S127 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_FC32_Radix2_ls_s.S140 FFTSTAGE "FALSE","FALSE",fwd
DarmSP_FFT_CToC_FC32_Radix4_fs_s.S256 FFTSTAGE "FALSE","FALSE",fwd
/external/chromium_org/third_party/icu/source/test/testdata/
Dtestnorm.txt67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
/external/icu/icu4c/source/test/testdata/
Dtestnorm.txt67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
/external/eigen/unsupported/doc/examples/
DFFT.cpp83 fft.fwd(freqbuf,timebuf); in fwd_inv()
/external/libvpx/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm22 ;# in normalization (fwd is twice unitary, inv is half unitary)
56 ;# For fwd transform, indices are horizontal positions, then frequencies.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm22 ;# in normalization (fwd is twice unitary, inv is half unitary)
56 ;# For fwd transform, indices are horizontal positions, then frequencies.
/external/llvm/test/tools/llvm-objdump/
Dcoff-private-headers.test5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024

12