OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtotal
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
HydraulicErodeFilter.java
110
float
dtotal
= 0;
local
116
dtotal
+= at;
124
float aa = (
dtotal
+ a) / (ac + 1);
129
float dwj = Math.min(wt[idx], a - aa) * (a - amax) /
dtotal
;
/frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java
809
int
dtotal
= dbad + dgood;
local
811
if (
dtotal
> 0) {
813
double loss = ((double) dbad) / ((double)
dtotal
);
[
all
...]
Completed in 186 milliseconds