Searched refs:value_matrix (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/ |
D | extrapolation_stepper.hpp | 100 typedef std::vector< value_vector > value_matrix; typedef in boost::numeric::odeint::extrapolation_stepper 242 const value_matrix &coeff, StateInOut &xest ) in extrapolate() 270 value_matrix m_coeff;
|
D | bulirsch_stoer.hpp | 85 typedef std::vector< value_vector > value_matrix; typedef in boost::numeric::odeint::bulirsch_stoer 398 …void extrapolate( size_t k , state_table_type &table , const value_matrix &coeff , StateInOut &xes… in extrapolate() 507 value_matrix m_coeff;
|
D | bulirsch_stoer_dense_out.hpp | 88 typedef std::vector< value_vector > value_matrix; typedef in boost::numeric::odeint::bulirsch_stoer_dense_out 402 …void extrapolate( size_t k , StateVector &table , const value_matrix &coeff , StateInOut &xest , s… in extrapolate() 419 …void extrapolate_dense_out( size_t k , StateVector &table , const value_matrix &coeff , size_t ord… in extrapolate_dense_out() 701 value_matrix m_coeff;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_table_op.cc | 512 auto value_matrix = value->shaped<V, 2>({num_elements, value_size}); in Find() local 543 value_matrix(i, j) = in Find() 550 value_matrix(i, j) = SubtleMustCopyIfIntegral(default_flat(j)); in Find() 683 auto value_matrix = value.shaped<V, 2>({num_elements, value_size}); in DoInsert() local 716 SubtleMustCopyIfIntegral(value_matrix(i, j)); in DoInsert() 730 SubtleMustCopyIfIntegral(value_matrix(i, j)); in DoInsert()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 233 GLmatrix *value_matrix; member 806 v->value_matrix = ctx->TextureMatrixStack[unit].Top; in find_custom_value() 953 v->value_matrix = ctx->CurrentStack->Top; in find_custom_value() 2975 v->value_matrix = ctx->TextureMatrixStack[index].Top; in find_value_indexed() 2980 v->value_matrix = ctx->TextureMatrixStack[index].Top; in find_value_indexed()
|