HomeSort by relevance Sort by last modified time
    Searched refs:knobs (Results 1 - 12 of 12) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 138 double knobs [COLAMD_KNOBS]; local
140 internal::colamd_set_defaults(knobs);
146 StorageIndex info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats);
Eigen_Colamd.h 59 /* size of the knobs [ ] array. Only knobs [0..1] are currently used. */
65 /* knobs [0] and stats [0]: dense row knob and output statistic. */
68 /* knobs [1] and stats [1]: dense column knob and output statistic. */
214 static void init_scoring (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType head [], double knobs[COLAMD_KNOBS], IndexType *p_n_row2, IndexType *p_n_col2, IndexType *p_max_deg);
268 * Colamd: rows with more than (knobs [COLAMD_DENSE_ROW] * n_col)
270 * (knobs [COLAMD_DENSE_COL] * n_row) entries are removed prior to
274 * respectively, in colamd.h. Default values of these two knobs
275 * are both 0.5. Currently, only knobs [0] and knobs [1] ar
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
gen_knobs.py 54 parser.add_argument("--input", "-i", help="Path to knobs.template", required=True)
66 knobs=knob_defs.KNOBS,
74 knobs=knob_defs.KNOBS,
  /external/skia/tools/skpbench/
_hardware_pixel.py 18 DevfreqKnobs = namedtuple('knobs',
113 KNOBS='%s'
115 if cd $DEVICE && ls $KNOBS >/dev/null; then
117 cat $KNOBS
133 knobs = DevfreqKnobs(*batch[1:])
134 if not 'performance' in knobs.available_governors.split():
140 frequencies = map(int, knobs.available_frequencies.split())
  /external/skqp/tools/skpbench/
_hardware_pixel.py 18 DevfreqKnobs = namedtuple('knobs',
118 KNOBS='%s'
120 if cd $DEVICE && ls $KNOBS >/dev/null; then
122 cat $KNOBS
138 knobs = DevfreqKnobs(*batch[1:])
139 if not 'performance' in knobs.available_governors.split():
145 frequencies = map(int, knobs.available_frequencies.split())
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
knobs_init.h 25 * @brief Dynamic Knobs Initialization for Core.
30 #include <core/knobs.h>
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 571 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 571 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  /external/mesa3d/scripts/
get_reviewer.pl     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 140 the \texttt{btrecord} utility provides you with two controlling knobs:
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 278 milliseconds