HomeSort by: relevance | last modified time | path
    Searched defs:formula (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
MemorySpace.cc 227 Vector<char*> *formula = new Vector<char*>(size); local
240 formula->store (ii, dbe_strdup (mot->index_expr));
256 res->store (3, formula);
DbeSession.cc 3073 Vector<char*> *formula = new Vector<char*>; local
3080 formula->append (dbe_strdup (tot->index_expr_str));
3085 res->store (1, formula);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MemorySpace.cc 227 Vector<char*> *formula = new Vector<char*>(size); local
240 formula->store (ii, dbe_strdup (mot->index_expr));
256 res->store (3, formula);
DbeSession.cc 3073 Vector<char*> *formula = new Vector<char*>; local
3080 formula->append (dbe_strdup (tot->index_expr_str));
3085 res->store (1, formula);
  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 53 term, which is used in the linear decomposition of a formula
171 /* Returns an iterator to the first clause in the formula. */
178 /* Returns an iterator to the first clause in the formula. */
185 /* Returns an iterator past the last clause in the formula. */
192 /* Returns an iterator past the last clause in the formula. */
216 struct formula struct
221 /* Construct a formula with an initial formula in a
224 formula (tree t) function in struct:formula
243 /* Insert a copy of clause into the formula. This correspond
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
logic.cc 53 term, which is used in the linear decomposition of a formula
171 /* Returns an iterator to the first clause in the formula. */
178 /* Returns an iterator to the first clause in the formula. */
185 /* Returns an iterator past the last clause in the formula. */
192 /* Returns an iterator past the last clause in the formula. */
216 struct formula struct
221 /* Construct a formula with an initial formula in a
224 formula (tree t) function in struct:formula
243 /* Insert a copy of clause into the formula. This correspond
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 121 } formula; member in struct:detailed_data_monitor_range
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3560 ATOM_VOLTAGE_FORMULA *formula = local
3562 if (formula->ucFlag & 1)
3564 le16_to_cpu(formula->usVoltageBaseLevel) +
3565 formula->ucNumOfVoltageEntries / 2 *
3566 le16_to_cpu(formula->usVoltageStep);
3569 le16_to_cpu(formula->usVoltageBaseLevel) +
3570 (formula->ucNumOfVoltageEntries - 1) *
3571 le16_to_cpu(formula->usVoltageStep);
3579 ATOM_VOLTAGE_FORMULA_V2 *formula = local
3581 if (formula->ucNumOfVoltageEntries)
3619 ATOM_VOLTAGE_FORMULA *formula = local
3630 ATOM_VOLTAGE_FORMULA_V2 *formula = local
3669 ATOM_VOLTAGE_FORMULA *formula = local
3744 ATOM_VOLTAGE_FORMULA_V2 *formula = local
    [all...]

Completed in 26 milliseconds