Searched refs:trunc (Results 1 - 25 of 191) sorted by relevance

12345678

/openbsd-current/lib/libm/arch/hppa/
H A Ds_trunc.c11 trunc(double x) function
25 DEF_STD(trunc); variable
26 LDBL_UNUSED_CLONE(trunc); variable
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ip6opts.c57 printf("(padn: trunc)");
58 goto trunc;
64 printf("(rtalert: trunc)");
65 goto trunc;
69 goto trunc;
76 printf("(jumbo: trunc)");
77 goto trunc;
81 goto trunc;
88 printf("(type %d: trunc)", bp[i]);
89 goto trunc;
[all...]
H A Dprint-dhcp6.c59 goto trunc;
69 goto trunc;
82 goto trunc;
97 trunc:
135 goto trunc;
187 goto trunc;
202 trunc:
H A Dprint-wg.c109 goto trunc;
121 goto trunc;
127 goto trunc;
134 goto trunc;
144 goto trunc;
152 trunc:
H A Dprint-lwres.c210 goto trunc;
219 trunc:
230 goto trunc;
234 goto trunc;
237 trunc:
251 goto trunc;
254 goto trunc;
260 trunc:
275 goto trunc;
278 goto trunc;
[all...]
H A Dprint-ripng.c64 int trunc; local
83 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
98 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
106 if (trunc)
H A Dprint-rt6.c84 goto trunc;
91 goto trunc;
99 goto trunc;
104 trunc:
H A Dprint-tftp.c108 goto trunc;
127 goto trunc;
136 trunc:
H A Dprint-gre.c143 goto trunc;
154 goto trunc;
162 goto trunc;
174 goto trunc;
188 goto trunc;
202 goto trunc;
216 goto trunc;
302 trunc:
320 goto trunc;
342 trunc
[all...]
H A Dprint-domain.c129 trunc:
609 goto trunc;
612 goto trunc;
619 goto trunc;
623 goto trunc;
627 goto trunc;
633 goto trunc;
637 goto trunc;
641 goto trunc;
645 goto trunc;
[all...]
H A Dprint-ppp.c445 goto trunc;
463 goto trunc;
474 goto trunc;
486 goto trunc;
504 trunc:
648 goto trunc;
660 goto trunc;
674 goto trunc;
685 goto trunc;
698 goto trunc;
[all...]
H A Dprint-mpls.c50 goto trunc;
108 goto trunc;
124 trunc:
H A Dprint-netbios.c67 trunc:
H A Dprint-timed.c97 goto trunc;
99 trunc:
H A Dprint-decnet.c123 goto trunc;
169 goto trunc;
172 trunc:
193 goto trunc;
211 goto trunc;
221 goto trunc;
231 goto trunc;
241 goto trunc;
251 goto trunc;
272 goto trunc;
[all...]
H A Dprint-carp.c73 trunc:
H A Dprint-krb.c158 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
168 trunc:
182 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
253 trunc:
H A Dprint-ether.c76 trunc:
177 goto trunc;
203 trunc:
348 goto trunc;
357 goto trunc;
365 trunc:
396 goto trunc;
448 trunc:
/openbsd-current/lib/libm/src/
H A Ds_trunc.c14 * trunc(x)
19 * Inexact flag raised if x not equal to trunc(x).
30 trunc(double x) function
61 DEF_STD(trunc); variable
62 LDBL_MAYBE_UNUSED_CLONE(trunc); variable
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAPSInt.cpp30 Tmp = Tmp.trunc(std::max<unsigned>(1, MinBits));
36 Tmp = Tmp.trunc(std::max<unsigned>(1, ActiveBits));
/openbsd-current/bin/dd/
H A Dmisc.c71 if (st.trunc) {
73 st.trunc, (st.trunc == 1) ? "block" : "blocks");
/openbsd-current/sys/arch/alpha/stand/bootxx/
H A DMakefile17 CLEANFILES+= ${PROG}.sym ${PROG}.nosym ${PROG}.trunc
34 ${OBJCOPY} --output-target=binary ${PROG}.nosym ${PROG}.trunc
35 dd if=${PROG}.trunc of=${PROG} obs=`expr 15 \* 512` conv=osync
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_stdio.cc72 trunc = std::ios_base::trunc, enumerator in enum:__gnu_internal::__anon633
77 switch (mode & (in|out|trunc|app|binary))
81 case ( out|trunc ): return "w";
84 case (in|out|trunc ): return "w+";
88 case ( out|trunc |binary): return "wb";
91 case (in|out|trunc |binary): return "w+b";
/openbsd-current/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h192 // trunc builtins
195 half trunc(half);
197 half2 trunc(half2);
199 half3 trunc(half3);
201 half4 trunc(half4);
205 trunc(float);
207 float2 trunc(float2);
209 float3 trunc(float3);
211 float4 trunc(float4);
214 trunc(doubl
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc85 trunc = std::ios_base::trunc, enumerator in enum:__anon435::__anon436
90 switch (mode & (in|out|trunc|app|binary))
94 case ( out|trunc ): return "w";
97 case (in|out|trunc ): return "w+";
103 case ( out|trunc |binary): return "wb";
106 case (in|out|trunc |binary): return "w+b";

Completed in 398 milliseconds

12345678