Searched refs:maxStepwisePoints (Results 1 – 4 of 4) sorted by relevance
26 constexpr size_t maxStepwisePoints = 20; variable31 double reading[maxStepwisePoints];32 double output[maxStepwisePoints];
32 for (size_t ii = 1; ii < ec::maxStepwisePoints; ii++) in stepwise()
121 for (size_t i = 0; i < ec::maxStepwisePoints; i++) in from_json()132 for (size_t i = 0; i < ec::maxStepwisePoints; i++) in from_json()146 for (size_t i = 0; i < ec::maxStepwisePoints; i++) in from_json()
1225 if (readings.size() > ec::maxStepwisePoints) in init()1236 if (readings.size() < ec::maxStepwisePoints) in init()1250 if (outputs.size() < ec::maxStepwisePoints) in init()