Lines Matching +defs:target +defs:point
3760 …dEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) { in UnorderedEquals()
4126 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator()
4152 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take()
5434 Duration point; member
7042 double point = estimator(first, last); in bootstrap() local
9073 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
9082 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
9086 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
9099 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()
11571 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher()
11587 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
11643 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher()
11664 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff) { in WithinULP()
11668 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff) { in WithinULP()
11672 Floating::WithinAbsMatcher WithinAbs(double target, double margin) { in WithinAbs()
11676 Floating::WithinRelMatcher WithinRel(double target, double eps) { in WithinRel()
11680 Floating::WithinRelMatcher WithinRel(double target) { in WithinRel()
11684 Floating::WithinRelMatcher WithinRel(float target, float eps) { in WithinRel()
11688 Floating::WithinRelMatcher WithinRel(float target) { in WithinRel()