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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dtrunc.s1 # Source file used to test the trunc macros.
4 trunc.w.d $f4,$f6,$4
6 trunc.w.s $f4,$f6,$4
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) argument
46 mpf_init2 (got, mpf_get_prec (trunc));
47 ASSERT_ALWAYS (PREC(got) == PREC(trunc));
62 CHECK_SEP ("mpf_trunc", mpf_trunc, trunc);
77 CHECK_INPLACE ("mpf_trunc", mpf_trunc, trunc);
81 if (mpf_size (src) <= PREC(trunc)+1)
91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) argument
95 MPF_CHECK_FORMAT (trunc);
99 check_one (src, trunc, ceil, floor);
102 mpf_neg (trunc, trun
111 mpf_t src, trunc, ceil, floor; local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ip6opts.c62 goto trunc;
65 goto trunc;
73 ND_PRINT(", padn: trunc");
74 goto trunc;
80 ND_PRINT(", sopt_type %u: trunc)", GET_U_1(bp + i));
81 goto trunc;
90 trunc:
112 goto trunc;
115 goto trunc;
124 ND_PRINT("(padn: trunc)");
[all...]
H A Dprint-tftp.c109 goto trunc;
124 goto trunc;
131 goto trunc;
137 goto trunc; /* no mode */
141 goto trunc;
151 goto trunc;
164 goto trunc;
173 goto trunc; /* no block number */
180 goto trunc; /* no error code */
187 goto trunc; /* n
[all...]
H A Dprint-ssh.c59 goto trunc;
74 goto trunc;
80 goto trunc;
84 trunc:
H A Dprint-gre.c91 goto trunc;
108 trunc:
129 goto trunc;
137 goto trunc;
145 goto trunc;
154 goto trunc;
163 goto trunc;
177 goto trunc;
188 goto trunc;
191 goto trunc;
[all...]
H A Dprint-msdp.c50 goto trunc; /* not really truncated, but still not decodable */
57 goto trunc;
59 goto trunc;
100 trunc:
H A Dprint-pim.c196 goto trunc;
203 goto trunc;
214 goto trunc;
224 goto trunc;
229 goto trunc;
235 goto trunc;
249 goto trunc;
262 trunc:
334 goto trunc;
343 trunc
[all...]
H A Dprint-nfs.c419 trunc:
442 goto trunc;
461 goto trunc;
476 trunc:
533 goto trunc;
538 trunc:
577 goto trunc;
596 goto trunc;
598 goto trunc;
608 goto trunc;
[all...]
H A Dprint-resp.c77 goto trunc; \
88 * jump to trunc.
115 * jump to trunc.
131 * jump to trunc.
154 goto trunc; \
189 * If ret_len is < 0, jump to the trunc tag which returns (-1)
193 if (rl < 0) { goto trunc; } else { return rl; }
197 * If ret_len is < 0, jump to the trunc tag which returns (-1)
201 if (rl < 0) { goto trunc; }
211 goto trunc; \
[all...]
H A Dprint-mobility.c140 goto trunc;
143 goto trunc;
152 ND_PRINT("(padn: trunc)");
153 goto trunc;
159 ND_PRINT("(refresh: trunc)");
160 goto trunc;
168 ND_PRINT("(altcoa: trunc)");
169 goto trunc;
175 ND_PRINT("(ni: trunc)");
176 goto trunc;
[all...]
H A Dprint-aodv.c194 goto trunc;
211 trunc:
223 goto trunc;
242 trunc:
254 goto trunc;
270 trunc:
283 goto trunc;
292 goto trunc;
300 trunc:
312 goto trunc;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dmath.s35 .float $trunc(-1.5)
36 .float $trunc(1.5)
/netbsd-current/lib/libm/src/
H A Ds_trunc.c22 * trunc(x)
27 * Inexact flag raised if x not equal to trunc(x).
34 __strong_alias(_truncl, trunc)
35 __weak_alias(truncl, trunc)
41 trunc(double x) function
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ops2f.cc28 CHECK1(mpf_class,1.9,trunc);
31 CHECK1(mpf_class,4.3,trunc);
34 CHECK1(mpf_class,-7.1,trunc);
37 CHECK1(mpf_class,-2.8,trunc);
40 CHECK1(mpf_class,-1.5,trunc);
43 CHECK1(mpf_class,2.5,trunc);
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dicmpstat.d60 trunc(@icmp);
H A Drfileio.d79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
H A Dthreaded.d65 trunc(@sample);
H A Dj_profile.d75 trunc(@stacks, TOP);
H A Dpy_profile.d76 trunc(@stacks, TOP);
/netbsd-current/external/cddl/dtracetoolkit/dist/FS/
H A Drfileio.d79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
/netbsd-current/external/cddl/dtracetoolkit/dist/Net/
H A Dicmpstat.d60 trunc(@icmp);
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dthreaded.d65 trunc(@sample);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPSInt.cpp30 Tmp = Tmp.trunc(std::max<unsigned>(1, MinBits));
36 Tmp = Tmp.trunc(std::max<unsigned>(1, ActiveBits));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore-int.h44 int (*trunc)(struct krb5_storage_data*, off_t); member in struct:krb5_storage_data

Completed in 174 milliseconds

1234567891011>>