HomeSort by relevance Sort by last modified time
    Searched full:vtypes (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/ml/src/
data.cpp 517 std::vector<uchar> vtypes, rowtypes; local
574 setVarTypes(varTypeSpec, nvars, vtypes);
578 vtypes = rowtypes;
592 CV_Assert( (!varTypesSet && vtypes[i] == rowtypes[i]) ||
593 (varTypesSet && (vtypes[i] == rowtypes[i] || rowtypes[i] == VAR_ORDERED)) );
620 std::swap(vtypes[i], vtypes[i-noutputvars]);
624 if( vtypes[i] == VAR_CATEGORICAL )
630 if( !varTypesSet && noutputvars == 1 && vtypes[ninputvars] == VAR_ORDERED )
636 vtypes[ninputvars] = VAR_CATEGORICAL
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
make_tuple.pass.cpp 15 // tuple<VTypes...> make_tuple(Types&&... t);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
make_tuple.pass.cpp 15 // tuple<VTypes...> make_tuple(Types&&... t);
  /external/clang/utils/ABITest/
ABITestGen.py 542 vTypes = []
558 vTypes.append(ArrayType(i, True, type, count * type.size))
560 atg.addGenerator(FixedTypeGenerator(vTypes))

Completed in 493 milliseconds