Home
last modified time | relevance | path

Searched refs:_cost (Results 1 – 8 of 8) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_hessenberg.hh52 _cost = 0; in Action_hessenberg()
57 _cost += 6 + 3*b + r*r*4 + r*_size*4; in Action_hessenberg()
89 return _cost; in nb_op_base()
127 double _cost; member in Action_hessenberg
158 _cost = 0; in Action_tridiagonalization()
163 _cost += 6. + 3.*b + r*r*8.; in Action_tridiagonalization()
192 return _cost; in nb_op_base()
230 double _cost; member in Action_tridiagonalization
Daction_trmm.hh66 _cost = 0; in Action_trmm()
69 _cost += 2*j + 1; in Action_trmm()
71 _cost *= _size; in Action_trmm()
108 return _cost; in nb_op_base()
157 double _cost; member in Action_trmm
Daction_trisolve_matrix.hh66 _cost = 0; in Action_trisolve_matrix()
69 _cost += 2*j + 1; in Action_trisolve_matrix()
71 _cost *= _size; in Action_trisolve_matrix()
108 return _cost; in nb_op_base()
157 double _cost; member in Action_trisolve_matrix
Daction_cholesky.hh54 _cost = 0; in Action_cholesky()
58 _cost += 2*(r*j+r+j); in Action_cholesky()
90 return _cost; in nb_op_base()
125 double _cost; member in Action_cholesky
Daction_trisolve.hh59 _cost = 0; in Action_trisolve()
62 _cost += 2*j + 1; in Action_trisolve()
94 return _cost; in nb_op_base()
134 double _cost; member in Action_trisolve
Daction_lu_decomp.hh52 _cost = 2.0*size*size*size/3.0 + size*size; in Action_lu_decomp()
83 return _cost; in nb_op_base()
121 double _cost; member in Action_lu_decomp
Daction_partial_lu.hh54 _cost = 2.0*size*size*size/3.0 + size*size; in Action_partial_lu()
85 return _cost; in nb_op_base()
122 double _cost; member in Action_partial_lu
/external/toolchain-utils/bestflags/
Dmock_task.py39 self._cost = cost
48 self._cost == other.GetResult(self._stage))
57 self._cost = cost
66 return self._cost