Searched refs:equals_by_policy (Results 1 – 3 of 3) sorted by relevance
254 return math::detail::equals_by_policy(s, zero, epsp.policy) ? 0 in apply()
359 if (math::detail::equals_by_policy(robust_da0, zero, policy) in apply()360 || math::detail::equals_by_policy(robust_db0, zero, policy)) in apply()
196 inline bool equals_by_policy(T1 const& a, T2 const& b, Policy const& policy) in equals_by_policy() function