Home
last modified time | relevance | path

Searched refs:HISTORY_POINTS_THRESHOLD (Results 1 – 4 of 4) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dcscope.c43 #define HISTORY_POINTS_THRESHOLD 4096 macro
457 if (numberOfPoints > HISTORY_POINTS_THRESHOLD) in reallocHistoryBuffer()
460 sco->scope.historyUpdateCounter = numberOfPoints / HISTORY_POINTS_THRESHOLD; in reallocHistoryBuffer()
H A Dscale_cscope.c43 #define HISTORY_POINTS_THRESHOLD 4096 macro
457 if (numberOfPoints > HISTORY_POINTS_THRESHOLD) in reallocHistoryBuffer()
460 sco->scope.historyUpdateCounter = numberOfPoints / HISTORY_POINTS_THRESHOLD; in reallocHistoryBuffer()
H A Dcmscope.c51 #define HISTORY_POINTS_THRESHOLD 4096 macro
522 if (numberOfPoints > HISTORY_POINTS_THRESHOLD) in reallocHistoryBuffer()
525 sco->scope.historyUpdateCounter[input] = numberOfPoints / HISTORY_POINTS_THRESHOLD; in reallocHistoryBuffer()
H A Dscale_cmscope.c51 #define HISTORY_POINTS_THRESHOLD 4096 macro
522 if (numberOfPoints > HISTORY_POINTS_THRESHOLD) in reallocHistoryBuffer()
525 sco->scope.historyUpdateCounter[input] = numberOfPoints / HISTORY_POINTS_THRESHOLD; in reallocHistoryBuffer()