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

1 2

  /bionic/libm/i387/
s_trunc.S 9 ENTRY(trunc) function
  /bionic/libm/src/
s_trunc.c 17 * trunc(x)
22 * Inexact flag raised if x not equal to trunc(x).
31 trunc(double x) function
  /external/tcpdump/
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-aodv.c 150 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)
print-rip.c 165 register int trunc; local
216 trunc = (i / sizeof(*ni)) != j;
227 if (trunc)
  /external/icu4c/samples/uresb/
uresb.c 52 static UBool trunc = FALSE; variable
131 trunc = TRUE;
138 trunc = FALSE;
234 if(trunc && len > truncsize) {
269 if(trunc && len > truncsize) {
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c 168 #define Recurse(Trunc) \
170 if (l<Trunc) { \
171 if (r>=Trunc) doRight \
175 else if (r>=Trunc) { pushRight; doLeft }\
309 size_t trunc=TRUNC_nonaligned*size; local
314 if ((size_t)(last-first)>trunc) {
325 Recurse(trunc)
340 size_t trunc=TRUNC_aligned*size; local
345 if ((size_t)(last-first)>trunc) {
356 Recurse(trunc)
    [all...]
  /external/stlport/src/
ios.cpp 75 const ios_base::openmode ios_base::trunc; member in class:ios_base
  /external/webkit/JavaScriptCore/wtf/
MathExtras.h 120 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); } function
  /ndk/sources/android/stlport/src/
ios.cpp 75 const ios_base::openmode ios_base::trunc; member in class:ios_base
  /system/core/toolbox/
dd.h 62 uint64_t trunc; /* # of truncated records */ member in struct:__anon16003
  /external/astl/include/
ios_base.h 176 // trunc: truncate and existing stream when opening.
182 static const openmode trunc = android::ios_baseopenmode_trunc; member in class:std::ios_base
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 57 static UBool trunc = FALSE; variable
155 trunc = TRUE;
162 trunc = FALSE;
523 if(trunc && len > truncsize) {
567 if(trunc && len > truncsize) {
626 if(trunc && len > truncsize) {
  /external/icu4c/tools/genrb/
derb.c 57 static UBool trunc = FALSE; variable
155 trunc = TRUE;
162 trunc = FALSE;
476 if(trunc && len > truncsize) {
520 if(trunc && len > truncsize) {
579 if(trunc && len > truncsize) {
  /external/qemu/fpu/
softfloat-native.c 354 static inline float64 trunc(float64 x) function
361 return trunc(a);
  /external/skia/tests/
MathTest.cpp 157 int trunc = (int)floorf(s); local
163 REPORTER_ASSERT(reporter, itrunc == trunc);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 164 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 161 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 161 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 164 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 161 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 161 #define trunc(x) __TGMATH_REAL(x, trunc) macro
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c 517 * \param trunc Truncate the file if it already exists
529 int trunc,
550 if (trunc)
693 long fd = -1, ifd = -1, trunc = 1; local
752 trunc = err;
786 trunc, format, perm, spcm, 1);
  /external/dnsmasq/src/
rfc1035.c 1141 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,
    [all...]
rfc2131.c 1422 unsigned char trunc = option_len(start); local
    [all...]

Completed in 1193 milliseconds

1 2