Searched defs:trunc (Results 1 - 25 of 34) sorted by relevance

12

/external/tcpdump/
H A Dprint-ripng.c69 int trunc; local
93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
109 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
118 if (trunc)
H A Dprint-aodv.c150 int n, trunc; local
167 trunc = n - (i/sizeof(ap->rerr.r.dest[0]));
173 if (trunc)
263 int i, j, n, trunc; local
272 trunc = n - (i/j);
277 if (trunc)
372 int i, j, n, trunc; local
381 trunc = n - (i/j);
386 if (trunc)
/external/chromium_org/third_party/icu/source/samples/uresb/
H A Duresb.c52 static UBool trunc = FALSE; variable
131 trunc = TRUE;
138 trunc = FALSE;
234 if(trunc && len > truncsize) {
269 if(trunc && len > truncsize) {
/external/chromium_org/third_party/skia/samplecode/
H A DSampleColorFilter.cpp30 int trunc = x >> 3; local
40 return trunc + bias;
73 SkDebugf("--- %3d : trunc=%3d (%2d) round:%3d (%2d) \n"/*new:%d (%2d)\n"*/, i,
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/fsck_msdos/
H A Dfat.c434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) argument
440 *trunc = CLUST_EOF;
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c52 static UBool trunc = FALSE; variable
131 trunc = TRUE;
138 trunc = FALSE;
234 if(trunc && len > truncsize) {
269 if(trunc && len > truncsize) {
/external/llvm/include/llvm/ADT/
H A DAPSInt.h65 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { function in class:llvm::APSInt
66 return APSInt(APInt::trunc(width), IsUnsigned);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c327 size_t trunc=TRUNC_nonaligned*size; local
332 if ((size_t)(last-first)>trunc) {
343 Recurse(trunc)
358 size_t trunc=TRUNC_aligned*size; local
363 if ((size_t)(last-first)>trunc) {
374 Recurse(trunc)
/external/skia/samplecode/
H A DSampleColorFilter.cpp30 int trunc = x >> 3; local
40 return trunc + bias;
73 SkDebugf("--- %3d : trunc=%3d (%2d) round:%3d (%2d) \n"/*new:%d (%2d)\n"*/, i,
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/stlport/src/
H A Dios.cpp75 const ios_base::openmode ios_base::trunc; member in class:ios_base
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h100 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); } function
305 double fmodValue = fmod(trunc(d), std::numeric_limits<unsigned long long>::max() + 1.0);
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp117 inline float trunc (float a) { return (float)chopToInt(a); } function in namespace:tcu
454 TCU_DECLARE_VECTOR_UNARY_FUNC(trunc, trunc)
/external/libcxx/src/
H A Dios.cpp121 const ios_base::openmode ios_base::trunc; member in class:ios_base
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp335 int trunc = (int)floorf(s); local
341 REPORTER_ASSERT(reporter, itrunc == trunc);
/external/skia/tests/
H A DMathTest.cpp337 int trunc = (int)floorf(s); local
343 REPORTER_ASSERT(reporter, itrunc == trunc);
/external/bison/darwin-lib/
H A Dmath.h2292 # define trunc rpl_trunc
2294 _GL_FUNCDECL_RPL (trunc, double, (double x));
2295 _GL_CXXALIAS_RPL (trunc, double, (double x));
2298 _GL_FUNCDECL_SYS (trunc, double, (double x));
2300 _GL_CXXALIAS_SYS (trunc, double, (double x));
2302 _GL_CXXALIASWARN (trunc);
2304 # undef trunc macro
2306 _GL_WARN_ON_USE (trunc, "trunc is unportable - "
2307 "use gnulib module trunc fo
[all...]
/external/bison/lib/
H A Dmath.in.h1980 # define trunc rpl_trunc macro
1982 _GL_FUNCDECL_RPL (trunc, double, (double x));
1983 _GL_CXXALIAS_RPL (trunc, double, (double x));
1986 _GL_FUNCDECL_SYS (trunc, double, (double x));
1988 _GL_CXXALIAS_SYS (trunc, double, (double x));
1990 _GL_CXXALIASWARN (trunc); variable
1992 # undef trunc macro
1994 _GL_WARN_ON_USE (trunc, "trunc is unportable - "
1995 "use gnulib module trunc fo
[all...]
/external/bison/linux-lib/
H A Dmath.h2292 # define trunc rpl_trunc
2294 _GL_FUNCDECL_RPL (trunc, double, (double x));
2295 _GL_CXXALIAS_RPL (trunc, double, (double x));
2298 _GL_FUNCDECL_SYS (trunc, double, (double x));
2300 _GL_CXXALIAS_SYS (trunc, double, (double x));
2302 _GL_CXXALIASWARN (trunc);
2304 # undef trunc macro
2306 _GL_WARN_ON_USE (trunc, "trunc is unportable - "
2307 "use gnulib module trunc fo
[all...]
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c184 static void hex_dump(char *msg, void *data, int size, int trunc) argument
197 if(trunc && (size>32))
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc126 static string trunc(const StringPiece& pattern) { function in namespace:re2
214 LOG(ERROR) << "Error parsing '" << trunc(pattern_) << "': "
236 LOG(ERROR) << "Error compiling '" << trunc(pattern_) << "'";
257 LOG(ERROR) << "Error reverse compiling '" << trunc(pattern_) << "'";
638 LOG(INFO) << "Match " << trunc(pattern_)
644 LOG(INFO) << "Match " << trunc(pattern_)
650 LOG(INFO) << "Match " << trunc(pattern_)
667 LOG(INFO) << "Match " << trunc(pattern_)
673 LOG(INFO) << "Match " << trunc(pattern_)
681 LOG(INFO) << "Match " << trunc(pattern
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc675 const Operator* trunc) {
677 Return(graph()->NewNode(trunc, node));
976 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); local
977 Node* use = t.Use(trunc, kRepTagged);
987 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); local
988 Node* use = t.Use(trunc, kRepFloat64);
998 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); local
999 Node* use = t.Use(trunc, kTypeInt32);
1010 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), p0); local
1011 Node* use = t.Use(trunc, kMachInt3
674 CheckLoweringTruncatedBinop(IrOpcode::Value expected, const Operator* op, const Operator* trunc) argument
1021 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); local
1047 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); local
1058 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); local
1069 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); local
1081 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), p0); local
1092 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); local
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h1208 // trunc
1216 __tg_trunc(double __x) {return trunc(__x);}
1222 #undef trunc macro
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/external/dnsmasq/src/
H A Drfc1035.c1141 int nxdomain = 0, auth = 1, trunc = 0; local
1210 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1249 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1263 add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1296 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1337 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1363 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1405 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1442 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1463 if (add_resource_record(header, limit, &trunc, nameoffse
[all...]
/external/regex-re2/re2/
H A Dre2.cc108 static string trunc(const StringPiece& pattern) { function in namespace:re2
196 LOG(ERROR) << "Error parsing '" << trunc(pattern_) << "': "
218 LOG(ERROR) << "Error compiling '" << trunc(pattern_) << "'";
239 LOG(ERROR) << "Error reverse compiling '" << trunc(pattern_) << "'";
620 LOG(INFO) << "Match " << trunc(pattern_)
626 LOG(INFO) << "Match " << trunc(pattern_)
632 LOG(INFO) << "Match " << trunc(pattern_)
649 LOG(INFO) << "Match " << trunc(pattern_)
655 LOG(INFO) << "Match " << trunc(pattern_)
663 LOG(INFO) << "Match " << trunc(pattern
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c3841 struct sctp_stream_reset_in_request *req, int trunc)
3859 } else if (trunc) {
3960 struct sctp_stream_reset_out_request *req, int trunc)
3985 } else if (trunc) {
4190 int trunc = 0; local
4248 trunc = 1;
4250 trunc = 0;
4267 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc);
4282 sctp_handle_str_reset_request_in(stcb, chk, req_in, trunc);
3839 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
3958 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 894 milliseconds

12