OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avgSize
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cveigenobjects.cpp
477
CvSize objSize, eigSize,
avgSize
;
518
objSize = eigSize =
avgSize
= size;
568
for( i = 0; i <
avgSize
.height; i++, bf += avgStep )
569
for( j = 0; j <
avgSize
.width; j++ )
593
for( k = 0; k <
avgSize
.height; k++, bf += avgStep, bu += objStep1 )
594
for( l = 0; l <
avgSize
.width; l++ )
599
for( i = 0; i <
avgSize
.height; i++, bf += avgStep )
600
for( j = 0; j <
avgSize
.width; j++ )
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
legacy_profile.go
685
avgSize
:= float64(size) / float64(count)
686
scale := 1 / (1 - math.Exp(-
avgSize
/float64(rate)))
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
legacy_profile.go
685
avgSize
:= float64(size) / float64(count)
686
scale := 1 / (1 - math.Exp(-
avgSize
/float64(rate)))
Completed in 297 milliseconds