HomeSort by relevance Sort by last modified time
    Searched defs:InputType (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 35 typedef typename Functor::InputType InputType;
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/eigen/unsupported/test/
forward_adolc.cpp 33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
103 typename Func::InputType x = Func::InputType::Random(f.inputs());
NumericalDiff.cpp 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
autodiff.cpp 39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
NonLinearOptimization.cpp 114 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
127 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 41 typedef typename Functor::InputType InputType;
64 int df(const InputType& _x, JacobianType &jac) const
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
  /frameworks/base/core/java/android/text/
InputType.java 30 * <dd>inputType = TYPE_CLASS_TEXT |
34 * <dd>inputType = TYPE_CLASS_TEXT |
39 * <dd>inputType = TYPE_CLASS_DATETIME |
43 public interface InputType {
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
61 //int operator()(const InputType &x, ValueType& fvec) { }
64 //int df(const InputType &x, JacobianType& fjac) { }
73 typedef Matrix<Scalar,Dynamic,1> InputType;
88 //int operator()(const InputType &x, ValueType& fvec) { }
91 //int df(const InputType &x, JacobianType& fjac) { }
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 101 enum InputType
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
113 : inputType (inputType_)
119 InputType inputType;
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 56 enum InputType
177 static std::string inputTypeToString (InputType type);
184 static int inputTypeSize (InputType type);
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 InputType inputType;
    [all...]
glsVertexArrayTests.hpp 64 enum InputType
143 static std::string inputTypeToString (InputType type);
148 static int inputTypeSize (InputType type);
153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
159 virtual InputType getInputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
182 virtual Array::InputType getInputType (void) const { return m_inputType; }
193 static deUint32 inputTypeToGL (Array::InputType type);
208 Array::InputType m_inputType;
360 static GLValue getMaxValue (Array::InputType type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 206 enum InputType
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
218 : inputType (inputType_)
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 404 milliseconds

1 2