Searched defs:Estimate (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 5369 struct Estimate { struct 5370 Duration point; 5371 Duration lower_bound; 5372 Duration upper_bound; 5373 double confidence_interval; 5376 operator Estimate<Duration2>() const { in operator Estimate<Duration2>() 7730 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local 7745 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11368 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate() local 11398 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRECPE, Operand, in getRecipEstimate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22853 SDValue Estimate = DAG.getNode(Opcode, DL, VT, Op); in getSqrtEstimate() local
|