Searched refs:trunc (Results 126 - 150 of 225) sorted by relevance

123456789

/freebsd-9.3-release/sys/libkern/ia64/
H A D__divdi3.S124 // q = trunc (q3)
125 fcvt.fx.trunc.s1 f8=f8
H A D__moddi3.S137 // (11) q = trunc(q3)
138 fcvt.fx.trunc.s1 f8=f8
H A D__modsi3.S108 // (7) q = trunc(q2)
109 fcvt.fx.trunc.s1 f8=f8
H A D__udivdi3.S125 // (11) q = trunc(q3)
126 fcvt.fxu.trunc.s1 f8=f8
H A D__umoddi3.S133 // (11) q = trunc(q3)
134 fcvt.fxu.trunc.s1 f8=f8
H A D__umodsi3.S108 // (7) q = trunc(q2)
109 fcvt.fxu.trunc.s1 f8=f8
/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h271 #define trunc(stream) { \ macro
H A Dquit.c275 trunc(obuf);
312 trunc(abuf);
366 trunc(obuf);
460 trunc(obuf);
/freebsd-9.3-release/bin/dd/
H A Dconv.c168 ++st.trunc;
200 ++st.trunc;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dlib1funcs.asm196 fcvt.fx.trunc.s1 f10 = f10
250 fcvt.fx.trunc.s1 f10 = f10
306 fcvt.fxu.trunc.s1 f10 = f10
361 fcvt.fxu.trunc.s1 f10 = f10
411 fcvt.fx.trunc.s1 f10 = f10
459 fcvt.fx.trunc.s1 f10 = f10
507 fcvt.fxu.trunc.s1 f10 = f10
555 fcvt.fxu.trunc.s1 f10 = f10
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ntp.c147 goto trunc;
202 trunc:
H A Dprint-rpki-rtr.c347 goto trunc;
359 trunc:
H A Dprint-lmp.c417 goto trunc;
443 goto trunc;
881 trunc:
H A Dprint-bfd.c281 trunc:
H A Dprint-pppoe.c208 trunc:
H A Dprint-telnet.c220 trunc:
/freebsd-9.3-release/lib/msun/
H A DSymbol.map177 trunc;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c66 #define TCHECK(var, l) if ((u_char *)&(var) > ep - l) goto trunc
182 trunc:
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp487 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
504 return ConstantRange(LowerDiv.trunc(DstTySize),
505 UpperDiv.trunc(DstTySize)).unionWith(Union);
510 return ConstantRange(LowerDiv.trunc(DstTySize),
511 UpperModulo.trunc(DstTySize)).unionWith(Union);
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp226 // operand of a trunc without duplicating all the logic below.
404 DemandedMask = DemandedMask.trunc(BitWidth);
405 KnownZero = KnownZero.trunc(BitWidth);
406 KnownOne = KnownOne.trunc(BitWidth);
436 DemandedMask = DemandedMask.trunc(SrcBitWidth);
437 KnownZero = KnownZero.trunc(SrcBitWidth);
438 KnownOne = KnownOne.trunc(SrcBitWidth);
463 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
464 KnownZero = KnownZero.trunc(SrcBitWidth);
465 KnownOne = KnownOne.trunc(SrcBitWidt
[all...]
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dios.cc70 const ios_base::openmode ios_base::trunc; member in class:ios_base
/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dlinear.cpp361 const char *ign, int trunc)
362 : ignore_fields(ign), truncate_len(trunc), keys(0), nkeys(0)
360 linear_searcher(const char *query, int query_len, const char *ign, int trunc) argument
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_fstream.h266 * |binary in out trunc app |
586 * @c ios_base::out|ios_base::trunc is automatically included in
594 ios_base::openmode __mode = ios_base::out|ios_base::trunc)
640 * Calls @c std::basic_filebuf::open(s,mode|out|trunc). If that
648 ios_base::openmode __mode = ios_base::out | ios_base::trunc)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h71 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { function in class:llvm::APSInt
72 return APSInt(APInt::trunc(width), IsUnsigned);

Completed in 209 milliseconds

123456789