Searched defs:variance (Results 1 – 8 of 8) sorted by relevance
/freebsd/tools/test/arc4random/ |
H A D | biastest.c | 129 double discrepancy, average, variance, total; in analyze_sample() local
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | test-ratelim.c | 337 double variance; in test_ratelimiting() local
|
/freebsd/contrib/libevent/test/ |
H A D | test-ratelim.c | 337 double variance; in test_ratelimiting() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() 628 void setVariance(ObjCTypeParamVariance variance) { in setVariance()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 491 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1474 ObjCTypeParamVariance variance, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 667 Scope *S, ObjCTypeParamVariance variance, SourceLocation varianceLoc, in actOnObjCTypeParam()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 7646 double variance = std::accumulate(first, last, 0., [m](double a, double b) { in standard_deviation() local
|