Home
last modified time | relevance | path

Searched refs:fwd (Results 1 – 25 of 27) 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/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/opencv3/samples/python2/
Dcommon.py56 fwd = np.asarray(target, np.float64) - eye
57 fwd /= anorm(fwd)
58 right = np.cross(fwd, up)
60 down = np.cross(fwd, right)
61 R = np.float64([right, down, fwd])
/external/clang/test/Modules/Inputs/preprocess/
Dmodule.modulemap1 module fwd { header "fwd.h" export * }
/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/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/icu/icu4c/source/test/intltest/
Ddadrcal.h41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
Dtranstst.cpp416 Transliterator *fwd = Transliterator::createFromRules("<ID>", RULES, in TestRuleBasedInverse() local
425 expect(*fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
428 delete fwd; in TestRuleBasedInverse()
/external/llvm/test/Feature/
Dtesttype.ll10 %fwd = type %fwdref*
11 %fwdref = type { %fwd* }
/external/llvm/test/Linker/
Dunique-fwd-decl-order.ll1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-order.ll -S -o - | FileCheck %s
2 ; RUN: llvm-link %S/Inputs/unique-fwd-decl-order.ll %s -S -o - | FileCheck %s
Dunique-fwd-decl-a.ll1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s
/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/llvm/test/tools/llvm-objdump/
Dcoff-private-headers.test5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024
/external/ltrace/
Dread_config_file.c442 int fwd = 0; in parse_typedef() local
445 = parse_lens(plib, loc, str, NULL, 0, &own, &fwd); in parse_typedef()
451 this_nt.forward = fwd; in parse_typedef()
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_packing.inl31 #include "../fwd.hpp"
/external/mksh/src/
Dhistrap.c505 findhist(int start, int fwd, const char *str, bool anchored) in findhist() argument
509 int incr = fwd ? 1 : -1; in findhist()
Dedit.c5068 grabsearch(int save, int start, int fwd, const char *pat) in grabsearch() argument
5074 if ((start == 0 && fwd == 0) || (start >= hlast - 1 && fwd == 1)) in grabsearch()
5076 if (fwd) in grabsearch()
5081 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
5083 if (start != 0 && fwd && strcmp(holdbufp, pat) >= 0) { in grabsearch()
/external/opencv3/modules/imgproc/test/
Dtest_color.cpp415 #define INIT_FWD_INV_CODES( fwd, inv ) \ argument
416 fwd_code = CV_##fwd; inv_code = CV_##inv; \
417 fwd_code_str = #fwd; inv_code_str = #inv
/external/iproute2/doc/
Dip-cref.tex3238 local sbase fwd
3240 fwd=0
3243 fwd=$[$fwd + `cat $dir`]
3246 fwd=2
3248 return $fwd
3294 fwd=$?
3309 if [ $fwd -eq 0 ]; then RestartRDISC; fi
3363 if [ $fwd -eq 0 ]; then RestartRDISC; fi
3431 if [ $fwd -eq 0 ]; then
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java326 Transliterator fwd = Transliterator.createFromRules("<ID>", RULES, Transliterator.FORWARD); in TestRuleBasedInverse() local
329 expect(fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java322 Transliterator fwd = Transliterator.createFromRules("<ID>", RULES, Transliterator.FORWARD); in TestRuleBasedInverse() local
325 expect(fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()

12