Searched refs:trunc (Results 76 - 100 of 208) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h51 return std::is_signed_v<T> ? V.trunc(BitSize).getSExtValue()
52 : V.trunc(BitSize).getZExtValue();
157 return IntegralAP(V.trunc(BitWidth));
278 APSInt Result = Value.trunc(LHS.getBitWidth());
/freebsd-current/contrib/tcpdump/
H A Dprint-lwapp.c296 trunc:
365 trunc:
H A Dprint-udp.c228 goto trunc;
242 goto trunc;
280 goto trunc;
294 trunc:
388 goto trunc;
401 goto trunc;
424 goto trunc;
741 trunc:
H A Dprint-babel.c82 trunc:
812 trunc:
839 goto trunc;
851 goto trunc;
857 trunc:
H A Dprint-ospf.c262 trunc:
518 trunc:
884 trunc:
1064 goto trunc;
1079 trunc:
1165 goto trunc;
1176 trunc:
H A Dprint-forces.c683 trunc:
718 trunc:
787 trunc:
845 goto trunc;
979 trunc:
997 goto trunc;
1044 trunc:
1544 trunc:
1713 trunc:
H A Dprint-dccp.c293 goto trunc;
508 trunc:
702 trunc:
H A Dprint-cnfp.c247 trunc:
349 trunc:
454 trunc:
H A Dprint-geneve.c242 trunc:
H A Dprint-pflog.c213 trunc:
H A Dprint-llc.c434 goto trunc;
607 trunc:
H A Dprint-lisp.c387 trunc:
H A Dprint-snmp.c667 trunc:
684 trunc:
706 goto trunc;
717 trunc:
847 trunc:
/freebsd-current/share/dtrace/
H A Dhotopen52 trunc(@files);
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c62 #define TCHECK(var, l) if ((u_char *)&(var) > ep - l) goto trunc
178 trunc:
/freebsd-current/bin/dd/
H A Dconv.c162 ++st.trunc;
194 ++st.trunc;
/freebsd-current/contrib/gdtoa/
H A Dstrtodg.c190 goto trunc;
204 ) goto trunc;
209 goto trunc;
215 goto trunc;
221 goto trunc;
225 goto trunc;
229 trunc:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp272 return {Intrinsic::trunc, FTZ_Any};
274 return {Intrinsic::trunc, FTZ_MustBeOff};
276 return {Intrinsic::trunc, FTZ_MustBeOn};
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile175 tst.trunc.d \
176 tst.trunc.d.out \
/freebsd-current/lib/msun/
H A DMakefile183 sinh.3 sinpi.3 sqrt.3 tan.3 tanh.3 tanpi.3 trunc.3 \
272 MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h108 APSInt trunc(uint32_t width) const { function in class:llvm::APSInt
109 return APSInt(APInt::trunc(width), IsUnsigned);
/freebsd-current/include/
H A Dtgmath.h201 #define trunc(x) __tg_simple(x, trunc) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc199 using ::trunc;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_emem.c191 sp->trunc = emem_trunc;
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h288 floating_point trunc (arithmetic x);
500 using std::__math::trunc;

Completed in 456 milliseconds

123456789