HomeSort by relevance Sort by last modified time
    Searched refs:fwd (Results 1 - 25 of 46) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pcrel8.s 3 .global _start, fwd
5 jcxz fwd
9 fwd: label
  /libcore/ojluni/src/main/java/java/text/
EntryPair.java 50 public boolean fwd; field in class:EntryPair
55 public EntryPair(String name, int value, boolean fwd) {
58 this.fwd = fwd;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
argument_factory.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/fwd.hpp>
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
  /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/icu/icu4c/source/test/intltest/
dadrcal.h 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
value_handler.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
validation.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
typed_parameter.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
value_generator.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
parameter.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
25 #include <boost/test/utils/runtime/cla/fwd.hpp>
parser.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
23 #include <boost/test/utils/runtime/cla/fwd.hpp>
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
argument_factory.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
27 #include <boost/test/utils/runtime/cla/fwd.hpp>
  /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...]
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 75 /// getIsland - find fwd and bwd islands for the fragment
79 BranchIsland* fwd = NULL; local
89 fwd = &*it;
101 return std::make_pair(fwd, bwd);
  /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/opencv3/samples/python2/
common.py 56 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])
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
  /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);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 24 #include <boost/test/utils/runtime/fwd.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
variable.hpp 24 #include <boost/test/utils/runtime/fwd.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btRaycastVehicle.cpp 110 btVector3 fwd = up.cross(right);
111 fwd = fwd.normalize();
112 // up = right.cross(fwd);
125 right[0],fwd[0],up[0],
126 right[1],fwd[1],up[1],
127 right[2],fwd[2],up[2]
340 btVector3 fwd (
345 btScalar proj = fwd.dot(wheel.m_raycastInfo.m_contactNormalWS);
346 fwd -= wheel.m_raycastInfo.m_contactNormalWS * proj
    [all...]
  /external/eigen/unsupported/doc/examples/
FFT.cpp 83 fft.fwd(freqbuf,timebuf);

Completed in 340 milliseconds

1 2