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

1 2 3 4 5 6 7 8 91011>>

  /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-syslog.c 98 goto trunc;
104 goto trunc;
111 goto trunc;
117 goto trunc;
150 goto trunc;
161 trunc:
print-cdp.c 102 goto trunc;
111 goto trunc;
118 goto trunc;
139 goto trunc;
163 goto trunc;
202 goto trunc;
221 trunc:
254 goto trunc;
261 goto trunc;
274 goto trunc;
    [all...]
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;
233 trunc:
252 goto trunc;
262 goto trunc;
    [all...]
print-ripng.c 69 int trunc; local
93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
109 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
118 if (trunc)
print-msdp.c 48 goto trunc; /* not really truncated, but still not decodable */
57 goto trunc;
99 trunc:
print-lwres.c 204 goto trunc;
213 trunc:
224 goto trunc;
228 goto trunc;
231 trunc:
244 goto trunc;
247 goto trunc;
253 trunc:
293 trunc:
393 goto trunc;
    [all...]
print-mobility.c 104 goto trunc;
107 goto trunc;
115 printf("(padn: trunc)");
116 goto trunc;
122 printf("(refresh: trunc)");
123 goto trunc;
131 printf("(altcoa: trunc)");
132 goto trunc;
138 printf("(ni: trunc)");
139 goto trunc;
    [all...]
print-domain.c 119 trunc:
596 goto trunc;
599 goto trunc;
606 goto trunc;
610 goto trunc;
614 goto trunc;
620 goto trunc;
624 goto trunc;
628 goto trunc;
632 goto trunc;
    [all...]
print-tftp.c 131 goto trunc;
149 goto trunc;
158 trunc:
print-ah.c 68 trunc:
  /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);
  /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);
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);
  /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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TruncTest.java 73 float trunc = (int)inArray[idxSrc]; local
74 if (sign == 1 && trunc == +0.0f) {
75 trunc = -0.0f;
77 ref[idxDst] = trunc;
84 * trunc test for float
95 * trunc test for float2
106 * trunc test for float3
117 * trunc test for float4
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 7 def __init__(self, trunc, size, names, fmt):
8 self.trunc = trunc
14 if self.trunc:

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>