OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LeastSq
(Results
1 - 3
of
3
) sorted by null
/external/google-benchmark/src/
complexity.h
15
// Source project : https://github.com/ismaelJimenez/cpp.
leastsq
42
struct
LeastSq
{
43
LeastSq
() : coef(0.0), rms(0.0), complexity(oNone) {}
/external/libcxx/utils/google-benchmark/src/
complexity.h
15
// Source project : https://github.com/ismaelJimenez/cpp.
leastsq
42
struct
LeastSq
{
43
LeastSq
() : coef(0.0), rms(0.0), complexity(oNone) {}
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h
15
// Source project : https://github.com/ismaelJimenez/cpp.
leastsq
49
struct
LeastSq
{
50
LeastSq
() : coef(0.0), rms(0.0), complexity(oNone) {}
Completed in 353 milliseconds