OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:halfstep
(Results
1 - 3
of
3
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java
220
final double
halfStep
= step / 2.0;
223
double midPoint = min +
halfStep
;
227
sum += weights[j] * f.value(midPoint +
halfStep
* abscissas[j]);
232
return
halfStep
* sum;
/external/opencv3/3rdparty/libwebp/dsp/
lossless.c
883
const int
halfstep
= step \/ 2;
local
[
all
...]
/external/opencv3/modules/videoio/src/
cap_dshow.cpp
[
all
...]
Completed in 3296 milliseconds