HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 26 - 50 of 751) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tcpdump/
print-resp.c 77 goto trunc; \
88 * jump to trunc.
114 * jump to trunc.
130 * jump to trunc.
153 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-aodv.c 186 goto trunc;
197 trunc:
209 goto trunc;
228 trunc:
240 goto trunc;
256 trunc:
269 goto trunc;
278 goto trunc;
286 trunc:
298 goto trunc;
    [all...]
print-stp.c 139 trunc:
288 goto trunc;
341 trunc:
365 goto trunc;
393 trunc:
411 goto trunc;
440 goto trunc;
443 goto trunc;
449 goto trunc;
452 goto trunc;
    [all...]
print-mobility.c 128 goto trunc;
131 goto trunc;
140 ND_PRINT((ndo, "(padn: trunc)"));
141 goto trunc;
147 ND_PRINT((ndo, "(refresh: trunc)"));
148 goto trunc;
156 ND_PRINT((ndo, "(altcoa: trunc)"));
157 goto trunc;
163 ND_PRINT((ndo, "(ni: trunc)"));
164 goto trunc;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_trunc.c 17 * trunc(x)
22 * Inexact flag raised if x not equal to trunc(x).
33 trunc(double x) function
66 __weak_reference(trunc, truncl);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 27 | std::ios_base::trunc);
39 | std::ios_base::trunc);
member_swap.pass.cpp 27 | std::ios_base::trunc);
29 | std::ios_base::trunc);
50 | std::ios_base::trunc);
52 | std::ios_base::trunc);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
pointer.pass.cpp 26 | std::ios_base::trunc);
36 | std::ios_base::trunc);
string.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
open_string.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 27 | std::ios_base::trunc);
39 | std::ios_base::trunc);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
pointer.pass.cpp 26 | std::ios_base::trunc);
36 | std::ios_base::trunc);
string.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
open_string.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 27 | std::ios_base::trunc);
39 | std::ios_base::trunc);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
pointer.pass.cpp 26 | std::ios_base::trunc);
36 | std::ios_base::trunc);
string.pass.cpp 27 | std::ios_base::trunc);
38 | std::ios_base::trunc);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
open_string.pass.cpp 28 | std::ios_base::trunc);
41 | std::ios_base::trunc);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-macro-ill-nofp.s 15 trunc.w.d $f4,$f6,$4
28 trunc.w.s $f4,$f6,$4

Completed in 981 milliseconds

12 3 4 5 6 7 8 91011>>