Searched refs:start (Results 1 – 7 of 7) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 295 start: int = line.find(open) 296 if start < 0: 299 for i in range(start + 1, len(line)): 305 return start, i 306 return start, -1 324 start, end = find_matching(line) 325 if end < start: 328 keyvalues_str = line[start:end + 1] 626 start: float = time.time() 635 elapsed_sec=time.time() - start, [all …]
|
| H A D | smartsim_regression_framework.py | 107 self.exp.start(self.database) 141 self.exp.start(client_exp, summary=False, block=True) 197 start: float = time.time() 205 elapsed_sec=time.time() - start, 207 '%Y-%m-%d %H:%M:%S %Z', time.localtime(start)),
|
| /honee/qfunctions/ |
| H A D | utils.h | 287 …ar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, CeedScalar start, CeedScalar x) { in LinearRampCoefficient() argument 288 if (x < start) { in LinearRampCoefficient() 290 } else if (x < start + length) { in LinearRampCoefficient() 291 return amplitude * ((x - start) * (-1 / length) + 1); in LinearRampCoefficient() 309 CEED_QFUNCTION_HELPER int StoredValuesPack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp, c… in StoredValuesPack() argument 311 for (CeedInt j = 0; j < num_comp; j++) stored[(start + j) * Q + i] = values_at_qpnt[j]; in StoredValuesPack() 328 CEED_QFUNCTION_HELPER int StoredValuesUnpack(CeedInt Q, CeedInt i, CeedInt start, CeedInt num_comp,… in StoredValuesUnpack() argument 330 for (CeedInt j = 0; j < num_comp; j++) values_at_qpnt[j] = stored[(start + j) * Q + i]; in StoredValuesUnpack()
|
| H A D | newtonian.h | 115 … CeedScalar length, CeedScalar start, CeedScalar location, CeedScalar pressure, in InternalDampingLayer_IFunction_Integrand() argument 117 const CeedScalar sigma_ = LinearRampCoefficient(amplitude, length, start, location); in InternalDampingLayer_IFunction_Integrand()
|
| /honee/doc/ |
| H A D | intro.md | 4 :start-after: "<!-- getting-started -->"
|
| /honee/ |
| H A D | index.md | 4 :start-after: "<!-- abstract -->"
|
| H A D | Doxyfile | 1299 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 1997 # is highly recommended to start with a default header using 2175 # man pages. In case the manual section does not start with a number, the number
|