Searched defs:inplace (Results 1 - 13 of 13) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h241 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/
H A De4defrag.c40 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)
/external/opencv3/modules/cudaarithm/test/
H A Dtest_arithm.cpp201 void testC2C(const std::string& hint, int cols, int rows, int flags, bool inplace) argument
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);
253 testR2CThenC2R(const std::string& hint, int cols, int rows, bool inplace) argument
[all...]
/external/opencv/cv/src/
H A Dcvmorph.cpp832 bool inplace; local
867 inplace = src->data.ptr == dst->data.ptr;
985 if( inplace )
1049 if( status >= 0 && (inplace || iterations > 1) )
/external/opencv/cxcore/src/
H A Dcxcopy.cpp959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
/external/opencv3/modules/core/test/
H A Dtest_dxt.cpp511 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/opencv3/modules/imgproc/test/
H A Dtest_filter.cpp61 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
[all...]
H A Dtest_color.cpp77 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;
1329 inplace = false;
1564 inplace
[all...]
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
/external/chromium-trace/catapult/third_party/mock/
H A Dmock.py1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc908 static const bool inplace = false; member in struct:GSUBProxy
922 static const bool inplace = true; member in struct:GPOSProxy
1070 if (!Proxy::inplace)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... .p2.publisher.ant.AbstractPublishTask { protected boolean inplace protected String[] configurations protected String mode private String flavor private ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... REUSE_PACK200 public static final String SOURCE public static final String INPLACE public static final String CONFIG public static final String UPDATE_SITE ...

Completed in 452 milliseconds