HomeSort by: relevance | last modified time | path
    Searched refs:trunc (Results 1 - 25 of 377) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-trunc.c 42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor)
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)
95 MPF_CHECK_FORMAT (trunc);
99 check_one (src, trunc, ceil, floor);
102 mpf_neg (trunc, trunc)
111 mpf_t src, trunc, ceil, floor; local
    [all...]
  /src/external/bsd/tcpdump/dist/
print-ip6opts.c 60 goto trunc;
63 goto trunc;
71 ND_PRINT(", padn: trunc");
72 goto trunc;
78 ND_PRINT(", sopt_type %u: trunc)", GET_U_1(bp + i));
79 goto trunc;
88 trunc:
110 goto trunc;
113 goto trunc;
122 ND_PRINT("(padn: trunc)");
    [all...]
print-tftp.c 107 goto trunc;
122 goto trunc;
129 goto trunc;
135 goto trunc; /* no mode */
139 goto trunc;
149 goto trunc;
162 goto trunc;
171 goto trunc; /* no block number */
178 goto trunc; /* no error code */
185 goto trunc; /* no error message *
    [all...]
print-ssh.c 57 goto trunc;
72 goto trunc;
78 goto trunc;
82 trunc:
print-gre.c 89 goto trunc;
106 trunc:
127 goto trunc;
135 goto trunc;
143 goto trunc;
152 goto trunc;
161 goto trunc;
175 goto trunc;
186 goto trunc;
189 goto trunc;
    [all...]
print-msdp.c 48 goto trunc; /* not really truncated, but still not decodable */
55 goto trunc;
57 goto trunc;
98 trunc:
print-pim.c 194 goto trunc;
201 goto trunc;
212 goto trunc;
222 goto trunc;
227 goto trunc;
233 goto trunc;
247 goto trunc;
260 trunc:
332 goto trunc;
341 trunc
    [all...]
print-nfs.c 417 trunc:
440 goto trunc;
464 goto trunc;
484 trunc:
541 goto trunc;
546 trunc:
585 goto trunc;
604 goto trunc;
606 goto trunc;
616 goto trunc;
    [all...]
print-resp.c 75 goto trunc; \
86 * jump to trunc.
113 * jump to trunc.
129 * jump to trunc.
152 goto trunc; \
187 * If ret_len is < 0, jump to the trunc tag which returns (-1)
191 if (rl < 0) { goto trunc; } else { return rl; }
195 * If ret_len is < 0, jump to the trunc tag which returns (-1)
199 if (rl < 0) { goto trunc; }
209 goto trunc; \
    [all...]
print-mobility.c 137 goto trunc;
140 goto trunc;
149 ND_PRINT("(padn: trunc)");
150 goto trunc;
156 ND_PRINT("(refresh: trunc)");
157 goto trunc;
165 ND_PRINT("(altcoa: trunc)");
166 goto trunc;
172 ND_PRINT("(ni: trunc)");
173 goto trunc;
    [all...]
print-aodv.c 192 goto trunc;
209 trunc:
221 goto trunc;
240 trunc:
252 goto trunc;
268 trunc:
281 goto trunc;
290 goto trunc;
298 trunc:
310 goto trunc;
    [all...]
  /src/lib/libm/src/
s_trunc.c 22 * 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
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-ops2f.cc 28 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);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APSInt.cpp 30 Tmp = Tmp.trunc(std::max<unsigned>(1, MinBits));
36 Tmp = Tmp.trunc(std::max<unsigned>(1, ActiveBits));
  /src/external/cddl/dtracetoolkit/dist/Bin/
icmpstat.d 60 trunc(@icmp);
rfileio.d 79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
threaded.d 65 trunc(@sample);
j_profile.d 75 trunc(@stacks, TOP);
py_profile.d 76 trunc(@stacks, TOP);
rfsio.d 86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
  /src/external/cddl/dtracetoolkit/dist/FS/
rfileio.d 79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
rfsio.d 86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
  /src/external/cddl/dtracetoolkit/dist/Net/
icmpstat.d 60 trunc(@icmp);
  /src/external/cddl/dtracetoolkit/dist/Proc/
threaded.d 65 trunc(@sample);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
store-int.h 44 int (*trunc)(struct krb5_storage_data*, off_t); member in struct:krb5_storage_data

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>