Searched defs:sqrt (Results 1 – 6 of 6) sorted by relevance
56 template <> BOOST_QVM_INLINE_TRIVIAL float sqrt<float>( float x ) { return ::sqrtf(x); } in sqrt() function78 template <> BOOST_QVM_INLINE_TRIVIAL double sqrt<double>( double x ) { return ::sqrt(x); } in sqrt() function
712 sqrt(T const& value) in sqrt() function
246 const uint64_t sqrt; /* Square root. */ member
689 #define sqrt(Val) __TGMATH_UNARY_REAL_IMAG (Val, sqrt, csqrt) macro
2360 sqrt(const number<B, ExpressionTemplates>& x) in sqrt() function2650 sqrt(const number<B, ExpressionTemplates>& x, number<B, ExpressionTemplates>& r) in sqrt() function