Searched refs:trunc (Results 51 - 75 of 208) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h223 // trunc
225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_trunc(__x); }
228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT {
232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT {
237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT {
/freebsd-current/contrib/tcpdump/
H A Dprint-isoclns.c1136 trunc:
1455 trunc:
1478 trunc:
1603 trunc:
1673 goto trunc;
1701 goto trunc;
1737 trunc:
1862 trunc:
1913 goto trunc;
1919 goto trunc;
[all...]
H A Dprint-rx.c770 goto trunc; \
774 goto trunc; \
1045 trunc:
1125 trunc:
1279 trunc:
1331 trunc:
1469 trunc:
1581 trunc:
1669 trunc:
1855 trunc
[all...]
H A Dprint-icmp6.c815 goto trunc;
822 goto trunc;
834 trunc:
901 trunc:
943 trunc:
1001 trunc:
1081 goto trunc;
1178 goto trunc;
1198 goto trunc;
1210 goto trunc;
[all...]
H A Dprint-bootp.c389 trunc:
676 goto trunc;
823 goto trunc;
846 goto trunc;
891 goto trunc;
991 goto trunc;
1018 trunc:
1051 trunc:
H A Dprint-pgm.c243 goto trunc;
275 goto trunc;
355 goto trunc;
376 goto trunc;
600 goto trunc;
757 goto trunc;
800 goto trunc;
827 trunc:
H A Dprint-rip.c214 trunc:
284 trunc:
420 trunc:
H A Dprint-dhcp6.c298 goto trunc;
303 goto trunc;
585 goto trunc;
726 goto trunc;
740 goto trunc;
796 trunc:
851 trunc:
H A Dprint-smb.c232 trunc:
389 trunc:
915 goto trunc;
917 goto trunc;
920 goto trunc;
949 goto trunc;
951 goto trunc;
953 goto trunc;
1059 trunc:
1209 trunc
[all...]
H A Dsmbutil.c175 trunc:
214 trunc:
256 trunc:
461 trunc:
667 goto trunc;
681 goto trunc;
700 goto trunc;
714 goto trunc;
719 goto trunc;
748 goto trunc;
[all...]
H A Dprint-ntp.c266 goto trunc;
338 trunc:
392 trunc:
H A Dprint-l2tp.c580 goto trunc;
585 goto trunc;
730 trunc:
857 trunc:
H A Dprint-ldp.c360 goto trunc;
371 goto trunc;
540 trunc:
698 trunc:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h152 KnownBits trunc(unsigned BitWidth) const { function in struct:llvm::KnownBits
153 return KnownBits(Zero.trunc(BitWidth), One.trunc(BitWidth));
181 return trunc(BitWidth);
191 return trunc(BitWidth);
201 return trunc(BitWidth);
/freebsd-current/bin/cp/tests/
H A Dcp_test.sh63 atf_check cp /dev/null trunc
64 check_size trunc 0
65 atf_check cp bar trunc
66 check_size trunc 4
67 atf_check cp /dev/null trunc
68 check_size trunc 0
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_mem.c146 sp->trunc = mem_trunc;
205 sp->trunc = mem_no_trunc;
H A Dstore_fd.c129 sp->trunc = fd_trunc;
/freebsd-current/contrib/bc/vs/tests/
H A Dtests_bc.bat58 trunc
/freebsd-current/contrib/sendmail/mailstats/
H A Dmailstats.c59 bool trunc; local
77 trunc = false;
100 trunc = true;
344 if (trunc)
/freebsd-current/bin/dd/
H A Ddd.h63 uintmax_t trunc; /* # of truncated records */ member in struct:__anon3
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h180 __DEVICE__ double trunc(double);
181 __DEVICE__ float trunc(float);
271 using ::trunc;
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c592 * trunc(3)
597 atf_tc_set_md_var(tc, "descr", "A basic test of trunc(3)");
605 ATF_CHECK(trunc(x) < SMALL_NUM);
606 ATF_CHECK(trunc(y) < SMALL_NUM);
612 atf_tc_set_md_var(tc, "descr", "Test trunc(NaN) == NaN");
619 ATF_CHECK(isnan(trunc(x)) != 0);
625 atf_tc_set_md_var(tc, "descr", "Test trunc(-Inf) == -Inf");
631 double y = trunc(x);
634 atf_tc_fail_nonfatal("trunc(-Inf) != -Inf");
640 atf_tc_set_md_var(tc, "descr", "Test trunc(
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dpoisson_distribution.h124 __l_ = std::trunc(__mean_ - 1.1484);
151 __tx = std::trunc(__g);
170 __tx = std::trunc(__pr.__mean_ + __pr.__s_ * __t);
/freebsd-current/usr.bin/mail/
H A Ddef.h269 #define trunc(stream) { \ macro
H A Dquit.c270 trunc(obuf);
307 trunc(abuf);
361 trunc(obuf);
455 trunc(obuf);

Completed in 459 milliseconds

123456789