Searched refs:trunc (Results 101 - 125 of 208) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h300 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, trunc);
431 using ::trunc;
H A Dtgmath.h1201 // trunc
1209 __tg_trunc(double __x) {return trunc(__x);}
1215 #undef trunc macro
1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h254 __DEF_FUN1(float, trunc)
542 __HIP_OVERLOAD1(double, trunc)
719 using ::trunc;
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c154 TGMACRO_REAL(trunc)
596 PRINT("trunc",
597 PASS_REAL_ARG_REAL_RET(trunc));
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp14 // %2 = trunc i32 %1 to i16
17 // trunc.
259 AB = AOut.trunc(BitWidth);
262 AB = AOut.trunc(BitWidth);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp9 // This pass interleaves around sext/zext/trunc instructions. MVE does not have
10 // a single sext/zext or trunc instruction that takes the bottom half of a
16 // instruction, we often have to turn sext/zext/trunc into a series of lane
25 // %r = trunc %add to v8i16
32 // %r = trunc %add to v8i16
226 case Intrinsic::trunc:
383 LLVM_DEBUG(dbgs() << "Replacing trunc " << *I << "\n");
/freebsd-current/lib/msun/src/
H A Dmath.h325 double trunc(double);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c376 boolean_t trunc = B_FALSE; local
384 trunc = B_TRUE;
430 if (trunc && !dn->dn_objset->os_raw_receive) {
H A Ddnode.c2242 int trunc = FALSE; local
2251 trunc = TRUE;
2305 if (trunc)
2324 ASSERT(trunc || IS_P2ALIGNED(len, blksz));
2327 if (trunc)
2356 if (trunc)
/freebsd-current/sys/netlink/
H A Dnetlink_domain.c676 bool nonblock, trunc, peek; local
690 trunc = flagsp != NULL ? *flagsp & MSG_TRUNC : false;
817 if (trunc && overflow > 0) {
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c431 dt_node_t *anp, *trunc; local
448 trunc = anp->dn_list;
459 assert(trunc != NULL);
460 if (!dt_node_is_scalar(trunc)) {
483 assert(trunc != NULL);
484 dt_cg(yypcb, trunc);
H A Ddt_consume.c2381 dt_trunc_t *trunc = arg; local
2383 dtrace_aggvarid_t id = trunc->dttd_id;
2391 if (trunc->dttd_remaining == 0)
2394 trunc->dttd_remaining--;
2401 dt_trunc_t trunc; local
2417 trunc.dttd_id = *((dtrace_aggvarid_t *)addr);
2456 trunc.dttd_remaining = remaining;
2458 (void) func(dtp, dt_trunc_agg, &trunc);
/freebsd-current/contrib/tcpdump/
H A Dprint-rsvp.c659 trunc:
1914 trunc:
2067 trunc:
H A Dprint-eigrp.c530 trunc:
H A Dprint-cfm.c764 trunc:
H A Dprint-sctp.c773 trunc:
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp332 ofstream out(fileName, ios::trunc | ios::out | ios::binary);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h682 return ARM_AM::getFP16Imm(Imm.trunc(16));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp118 return Bits->trunc(SplatBitWidth);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dios.cpp93 const ios_base::openmode ios_base::trunc; member in class:ios_base
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp859 INSTKEYWORD(trunc, Trunc);
968 Tmp = Tmp.trunc(activeBits);
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc200 using std::trunc;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp906 APInt APInt::trunc(unsigned width) const {
936 return trunc(width);
947 return trunc(width);
1006 return trunc(width);
1014 return trunc(width);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp826 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
845 return ConstantRange(LowerDiv.trunc(DstTySize),
846 UpperDiv.trunc(DstTySize)).unionWith(Union);
853 return ConstantRange(LowerDiv.trunc(DstTySize),
854 UpperDiv.trunc(DstTySize)).unionWith(Union);
/freebsd-current/sys/netinet/
H A Dsctp_input.c3593 struct sctp_stream_reset_in_request *req, int trunc)
3611 } else if (trunc) {
3724 struct sctp_stream_reset_out_request *req, int trunc)
3749 } else if (trunc) {
3959 int trunc = 0; local
4026 trunc = 1;
4028 trunc = 0;
4049 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc);
4073 sctp_handle_str_reset_request_in(stcb, chk, req_in, trunc);
3591 sctp_handle_str_reset_request_in(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_in_request *req, int trunc) argument
3722 sctp_handle_str_reset_request_out(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_out_request *req, int trunc) argument

Completed in 407 milliseconds

123456789