HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestTrunc.rs 24 return trunc(in);
28 return trunc(in);
32 return trunc(in);
36 return trunc(in);
  /external/tcpdump/
print-ip6opts.c 86 goto trunc;
89 goto trunc;
97 printf(", padn: trunc");
98 goto trunc;
104 printf(", ui: trunc");
105 goto trunc;
111 printf(", altcoa: trunc");
112 goto trunc;
118 printf(", auth: trunc");
119 goto trunc;
    [all...]
print-mpcp.c 155 goto trunc;
174 goto trunc;
185 goto trunc;
195 goto trunc;
202 goto trunc;
209 goto trunc;
220 goto trunc;
234 goto trunc;
243 goto trunc;
255 goto trunc;
    [all...]
print-cdp.c 102 goto trunc;
111 goto trunc;
118 goto trunc;
140 goto trunc;
168 goto trunc;
211 goto trunc;
234 trunc:
267 goto trunc;
274 goto trunc;
287 goto trunc;
    [all...]
print-dtp.c 55 goto trunc;
60 goto trunc;
78 goto trunc;
114 trunc:
print-rt6.c 82 goto trunc;
87 goto trunc;
97 goto trunc;
101 trunc:
print-dvmrp.c 98 goto trunc;
106 goto trunc;
117 goto trunc;
136 goto trunc;
142 goto trunc;
148 goto trunc;
154 goto trunc;
163 trunc:
221 trunc:
254 trunc
    [all...]
print-gre.c 133 goto trunc;
140 goto trunc;
147 goto trunc;
155 goto trunc;
163 goto trunc;
176 goto trunc;
189 goto trunc;
236 trunc:
255 goto trunc;
265 goto trunc;
    [all...]
  /external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 19 // static const openmode trunc;
31 assert(std::ios_base::trunc);
40 & std::ios_base::trunc) == 0
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 19 // static const openmode trunc;
31 assert(std::ios_base::trunc);
40 & std::ios_base::trunc) == 0
  /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/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);
nonmember_swap.pass.cpp 28 | std::ios_base::trunc);
30 | std::ios_base::trunc);
51 | std::ios_base::trunc);
53 | std::ios_base::trunc);
  /external/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);
  /external/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);
  /ndk/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);
  /ndk/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);
  /ndk/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);

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>