HomeSort by relevance Sort by last modified time
    Searched defs:inplace (Results 1 - 18 of 18) sorted by null

  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 241 bool inplace = (dst==src); local
243 int64_t key = ( (nfft<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1;
250 bool inplace = (dst==src); local
252 int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1 ) + 1;
  /external/fio/engines/
e4defrag.c 40 unsigned int inplace; member in struct:e4defrag_options
54 .name = "inplace",
56 .off1 = offsetof(struct e4defrag_options, inplace),
100 if (!o->inplace) {
152 if (o->inplace) {
178 if (o->inplace)
  /system/extras/verity/fec/
image.h 40 bool inplace; member in struct:image
  /external/opencv3/modules/cudaarithm/test/
test_arithm.cpp 201 void testC2C(const std::string& hint, int cols, int rows, int flags, bool inplace)
212 if (inplace)
219 EXPECT_TRUE(!inplace || d_b.ptr() == d_b_data.ptr());
233 bool inplace = i != 0; local
235 testC2C("no flags", cols, rows, 0, inplace);
236 testC2C("no flags 0 1", cols, rows + 1, 0, inplace);
237 testC2C("no flags 1 0", cols, rows + 1, 0, inplace);
238 testC2C("no flags 1 1", cols + 1, rows, 0, inplace);
239 testC2C("DFT_INVERSE", cols, rows, cv::DFT_INVERSE, inplace);
240 testC2C("DFT_ROWS", cols, rows, cv::DFT_ROWS, inplace);
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 832 bool inplace; local
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
    [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 61 bool inplace; member in class:CV_FilterBaseTest
73 inplace = false;
148 inplace = cvtest::randInt(rng) % 2 != 0;
158 if( inplace && test_mat[INPUT][0].type() == test_mat[OUTPUT][0].type())
161 inplace = false;
330 cvErode( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0],
354 cvDilate( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0],
378 cvMorphologyEx( test_array[inplace ? OUTPUT : INPUT][0],
425 cvFilter2D( test_array[inplace ? OUTPUT : INPUT][0],
539 cvSobel( test_array[inplace ? OUTPUT : INPUT][0]
    [all...]
test_color.cpp 77 bool inplace; member in class:CV_ColorCvtBaseTest
103 inplace = false;
147 inplace = cn == 3 && cvtest::randInt(rng) % 2 != 0;
155 if( code > 0 && inplace )
166 cvCvtColor( inplace ? out0 : test_array[INPUT][0], out0, fwd_code );
168 cv::cvtColor( cv::cvarrToMat(inplace ? out0 : test_array[INPUT][0]), _out0, fwd_code, _out0.channels());
170 if( inplace )
443 inplace = false;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 908 static const bool inplace = false; member in struct:GSUBProxy
922 static const bool inplace = true; member in struct:GPOSProxy
1070 if (!Proxy::inplace)
  /external/opencv3/modules/core/test/
test_dxt.cpp 511 bool inplace; // inplace operation (set for each individual test case) member in class:CxCore_DXTBaseTest
518 spectrum_mode(_spectrum_mode), inplace(false), temp_dst(false)
629 inplace = false;
633 inplace = (bits & 64) != 0;
657 if( inplace )
687 const Mat& src = inplace ? dst : test_mat[INPUT][0];
752 const Mat& src = inplace ? dst : test_mat[INPUT][0];
795 if( inplace )
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py 1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1679 milliseconds