OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cost
(Results
1 - 8
of
8
) sorted by null
/external/eigen/bench/btl/actions/
action_cholesky.hh
54
_cost
= 0;
58
_cost
+= 2*(r*j+r+j);
90
return
_cost
;
125
double
_cost
;
member in class:Action_cholesky
action_hessenberg.hh
52
_cost
= 0;
57
_cost
+= 6 + 3*b + r*r*4 + r*_size*4;
89
return
_cost
;
127
double
_cost
;
member in class:Action_hessenberg
158
_cost
= 0;
163
_cost
+= 6. + 3.*b + r*r*8.;
192
return
_cost
;
230
double
_cost
;
member in class:Action_tridiagonalization
action_trisolve.hh
59
_cost
= 0;
62
_cost
+= 2*j + 1;
94
return
_cost
;
134
double
_cost
;
member in class:Action_trisolve
action_lu_decomp.hh
52
_cost
= 2.0*size*size*size/3.0 + size*size;
83
return
_cost
;
121
double
_cost
;
member in class:Action_lu_decomp
action_partial_lu.hh
54
_cost
= 2.0*size*size*size/3.0 + size*size;
85
return
_cost
;
122
double
_cost
;
member in class:Action_partial_lu
action_trisolve_matrix.hh
66
_cost
= 0;
69
_cost
+= 2*j + 1;
71
_cost
*= _size;
108
return
_cost
;
157
double
_cost
;
member in class:Action_trisolve_matrix
action_trmm.hh
66
_cost
= 0;
69
_cost
+= 2*j + 1;
71
_cost
*= _size;
108
return
_cost
;
157
double
_cost
;
member in class:Action_trmm
/external/toolchain-utils/bestflags/
mock_task.py
30
The
_cost
field stored the cost. Once this task is performed, i.e., by
32
_cost
field will have this cost. The stage field verifies that the module
39
self.
_cost
= cost
48
self.
_cost
== other.GetResult(self._stage))
57
self.
_cost
= cost
66
return self.
_cost
Completed in 676 milliseconds