Home
last modified time | relevance | path

Searched refs:is_exact (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/src/
H A Dlimits.cc46 const bool __numeric_limits_base::is_exact; member in std::__numeric_limits_base
70 const bool numeric_limits<bool>::is_exact; member in std::numeric_limits<bool>
94 const bool numeric_limits<char>::is_exact; member in std::numeric_limits<char>
118 const bool numeric_limits<signed char>::is_exact; member in std::numeric_limits<signed char>
168 const bool numeric_limits<wchar_t>::is_exact; member in std::numeric_limits<wchar_t>
193 const bool numeric_limits<short>::is_exact; member in std::numeric_limits<short>
241 const bool numeric_limits<int>::is_exact; member in std::numeric_limits<int>
289 const bool numeric_limits<long>::is_exact; member in std::numeric_limits<long>
337 const bool numeric_limits<long long>::is_exact; member in std::numeric_limits<long long>
384 const bool numeric_limits<float>::is_exact; member in std::numeric_limits<float>
[all …]
/openbsd/gnu/gcc/libstdc++-v3/src/
H A Dlimits.cc46 const bool __numeric_limits_base::is_exact; member in __numeric_limits_base
70 const bool numeric_limits<bool>::is_exact; member in numeric_limits<bool>
94 const bool numeric_limits<char>::is_exact; member in numeric_limits<char>
118 const bool numeric_limits<signed char>::is_exact; member in numeric_limits<signed char>
168 const bool numeric_limits<wchar_t>::is_exact; member in numeric_limits<wchar_t>
193 const bool numeric_limits<short>::is_exact; member in numeric_limits<short>
241 const bool numeric_limits<int>::is_exact; member in numeric_limits<int>
289 const bool numeric_limits<long>::is_exact; member in numeric_limits<long>
384 const bool numeric_limits<float>::is_exact; member in numeric_limits<float>
408 const bool numeric_limits<double>::is_exact; member in numeric_limits<double>
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_limits.h179 static const bool is_exact = false; member
231 static const bool is_exact = true;
284 static const bool is_exact = true;
334 static const bool is_exact = true;
384 static const bool is_exact = true;
434 static const bool is_exact = true;
484 static const bool is_exact = true;
534 static const bool is_exact = true;
584 static const bool is_exact = true;
634 static const bool is_exact = true;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_limits.h218 static const bool is_exact = false; member
331 static const bool is_exact = true;
385 static const bool is_exact = true;
436 static const bool is_exact = true;
491 static const bool is_exact = true;
542 static const bool is_exact = true;
593 static const bool is_exact = true;
644 static const bool is_exact = true;
695 static const bool is_exact = true;
746 static const bool is_exact = true;
[all …]
/openbsd/gnu/llvm/libcxx/include/
H A Dlimits33 static constexpr bool is_exact = false;
154 static _LIBCPP_CONSTEXPR const bool is_exact = false;
214 static _LIBCPP_CONSTEXPR const bool is_exact = true;
267 static _LIBCPP_CONSTEXPR const bool is_exact = true;
313 static _LIBCPP_CONSTEXPR const bool is_exact = false;
363 static _LIBCPP_CONSTEXPR const bool is_exact = false;
413 static _LIBCPP_CONSTEXPR const bool is_exact = false;
467 static _LIBCPP_CONSTEXPR const bool is_exact = __base::is_exact;
560 static _LIBCPP_CONSTEXPR const bool is_exact = __base::is_exact;
653 static _LIBCPP_CONSTEXPR const bool is_exact = __base::is_exact;
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPkgSpec.pm100 sub is_exact($) subroutine
140 sub is_exact($) subroutine
385 die "not a good exact spec" if !$v->is_exact;
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DLib.pm790 my $is_exact = $class -> _acmp($x, $pow2) == 0 ? 1 : 0;
791 return $y, $is_exact;
807 my $is_exact = $str =~ /^10*$/ ? 1 : 0;
808 return $y, $is_exact;
831 my $is_exact = $class -> _acmp($x, $pow2) == 0 ? 1 : 0;
832 $y = $class -> _inc($y) if $is_exact == 0;
833 return $y, $is_exact if wantarray;
H A DCalc.pm1726 ($x, my $is_exact) = $c -> _log_int($x, $c -> _two());
1727 return wantarray ? ($x, $is_exact) : $x;
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnumeric_limits.cc213 VERIFY( !obj.is_exact ); in test01()
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST135 T static const bool is_exact = false;
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST135 T static const bool is_exact = false;