Home
last modified time | relevance | path

Searched defs:variance (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/libevent/test/
H A Dtest-ratelim.c337 double variance; in test_ratelimiting() local
/freebsd-src/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c337 double variance; in test_ratelimiting() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() argument
627 /// Set the variance of this type parameter. in setVariance() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp488 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; parseObjCTypeParamListOrProtocolRefs() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1474 ObjCTypeParamVariance variance, in Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp667 Scope *S, ObjCTypeParamVariance variance, SourceLocation varianceLoc, in actOnObjCTypeParam() argument
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp7646 double variance = std::accumulate(first, last, 0., [m](double a, double b) { in standard_deviation() local