/external/iproute2/ip/ |
D | 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; fi 106 if [ $fwd -eq 0 ]; then RestartRDISC; fi [all …]
|
/external/smack/src/org/jivesoftware/smackx/carbons/ |
D | Carbon.java | 45 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/ |
D | benchFFT.cpp | 44 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/ |
D | ei_fftw_impl.h | 60 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);
|
D | ei_kissfft_impl.h | 277 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/ |
D | loss_function_test.cc | 58 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/ |
D | dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
/external/llvm/test/Feature/ |
D | testtype.ll | 10 %fwd = type %fwdref* 11 %fwdref = type { %fwd* }
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 94 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/ |
D | FFT | 187 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/ |
D | armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S | 125 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S | 142 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_FC32_Radix2_ls_unsafe_s.S | 144 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_SC32_Radix2_ls_unsafe_s.S | 163 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S | 241 FFTSTAGE "FALSE","FALSE",fwd
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
D | armSP_FFT_CToC_FC32_Radix2_fs_s.S | 127 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_FC32_Radix2_ls_s.S | 140 FFTSTAGE "FALSE","FALSE",fwd
|
D | armSP_FFT_CToC_FC32_Radix4_fs_s.S | 256 FFTSTAGE "FALSE","FALSE",fwd
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | testnorm.txt | 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
|
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
|
/external/eigen/unsupported/doc/examples/ |
D | FFT.cpp | 83 fft.fwd(freqbuf,timebuf); in fwd_inv()
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | 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/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
D | 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/llvm/test/tools/llvm-objdump/ |
D | coff-private-headers.test | 5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024
|