HomeSort by relevance Sort by last modified time
    Searched defs:inplace (Results 1 - 11 of 11) 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)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 786 static const bool inplace = false; member in struct:GSUBProxy
800 static const bool inplace = true; member in struct:GPOSProxy
853 if (!Proxy::inplace)
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 806 static const bool inplace = false; member in struct:GSUBProxy
820 static const bool inplace = true; member in struct:GPOSProxy
873 if (!Proxy::inplace)
  /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/chromium_org/third_party/pymock/
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 

Completed in 342 milliseconds