Home
last modified time | relevance | path

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

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