HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 76 - 100 of 472) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips64/
op_float_to_int.S 17 trunc.w.s f0, f0
op_float_to_long.S 17 trunc.l.s f0, f0
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 30 | std::ios_base::trunc) != 0);
51 | std::ios_base::trunc) != 0);
  /external/tcpdump/
print-hsrp.c 127 goto trunc;
132 trunc:
print-loopback.c 104 trunc:
133 trunc:
print-stp.c 376 goto trunc;
402 goto trunc;
410 goto trunc;
416 goto trunc;
421 goto trunc;
428 goto trunc;
439 goto trunc;
455 trunc:
print-timed.c 142 goto trunc;
145 trunc:
print-udld.c 88 goto trunc;
158 trunc:
print-isakmp.c 879 trunc:
905 if(!rawprint(ndo, (caddr_t)(cp), len)) goto trunc;
908 if(!rawprint(ndo, (caddr_t)(end), elen)) goto trunc;
913 trunc:
1046 trunc:
1071 goto trunc;
    [all...]
print-aoe.c 204 trunc:
245 goto trunc;
253 trunc:
304 trunc:
339 trunc:
397 trunc:
429 trunc:
print-igmp.c 122 trunc:
144 trunc:
198 trunc:
254 trunc:
338 trunc:
print-zeromq.c 137 trunc:
184 goto trunc;
206 trunc:
print-geonet.c 172 goto trunc;
269 trunc:
print-lldp.c     [all...]
print-vrrp.c 174 goto trunc;
180 trunc:
print-nfs.c 305 trunc:
309 static int nfserr; /* true if we error rather than trunc */
357 trunc:
418 trunc:
450 trunc:
475 trunc:
505 goto trunc;
510 trunc:
548 goto trunc;
782 trunc
    [all...]
print-smb.c 141 trunc:
235 trunc:
316 trunc:
390 trunc:
432 trunc:
476 trunc:
516 trunc:
915 trunc:
933 goto trunc;
935 goto trunc;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 30 | std::ios_base::trunc) != 0);
51 | std::ios_base::trunc) != 0);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips32-sf32.d 18 0+001c <[^>]*> 462041cd trunc.w.d \$f7,\$f8
micromips@mips32-sf32.d 19 [0-9a-f]+ <[^>]*> 54e8 6b3b trunc\.w\.d \$f7,\$f8
mips-macro-ill-nofp.l 10 .*:15: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f4,\$f6,\$4'
19 .*:28: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.s \$f4,\$f6,\$4'
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 121 if (st.trunc) {
123 (unsigned long long)st.trunc,
124 (st.trunc == 1) ? "block" : "blocks");
274 (unsigned long long)st.trunc);
288 if (st.trunc != 1) ADDS("s");
326 if (st.trunc) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 23 T trunc(const T& v, const Policy& pol);
25 T trunc(const T& v);
  /external/regex-re2/re2/
re2.cc 108 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/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in

Completed in 649 milliseconds

1 2 34 5 6 7 8 91011>>