/external/icu/icu4c/source/test/intltest/ |
itrbnf.cpp | 512 LLAssert(llong(llong::kD32).asDouble() == llong::kD32); 515 LLAssert(llong(0, 1).asDouble() == 1); 516 LLAssert(llong(1, 0).asDouble() == llong::kD32); 517 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1); 520 LLAssert(llong().asDouble() == 0); 523 LLAssert(llong((int32_t)0).asInt() == (int32_t)0); 524 LLAssert(llong((int32_t)1).asInt() == (int32_t)1) [all...] |
itrbnf.h | 40 * Perform API tests on llong
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
power4.s | 3 dsym0: .llong 0xdeadbeef 4 .llong 0xc0ffee 76 usym0: .llong 0xcafebabe 77 .llong 0xc0ffee
|
test1elf64.s | 14 dsym0: .llong 0xdeadbeef 85 usym0: .llong 0xcafebabe 93 dat3: .llong jk-dat1 94 dat4: .llong jk-dat1
|
test1elf.asm | 3 ` define(`WORD',`.llong') 93 dat3: .llong jk-dat1 94 dat4: .llong jk-dat1
|
test1xcoff.asm | 3 ` define(`WORD',`.llong')
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-glink-2a.s | 15 .llong .\name\()[PR],TOC[TC0],0
|
/external/llvm/test/MC/PowerPC/ |
ppc-llong.s | 10 .llong 0
|
/external/ltrace/etc/ |
libm.so.conf | 3 typedef llong = long; 132 llong llround(double); 133 llong llroundf(float); 134 llong llroundl(ldouble); 268 llong llrint(double); 269 llong llrintf(float); 270 llong llrintl(ldouble);
|
libc.so.conf | 5 typedef llong = long; 366 # XXX in fact (time_t, long), which may be (llong, long) on 32-bit 367 # arches. We don't have llong as of this writing. 513 llong wcstoll(wstring_t, +wstring_t*, int);
|
/external/clang/test/Sema/ |
PR16678.c | 4 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c99 -x c %s -verify 5 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c11 -x c %s -verify 6 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c++11 -x c++ %s -verify 7 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c++1y -x c++ %s -verify 8 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c++1z -x c++ %s -verify 31 typedef long long LLONG;
|
/ndk/sources/android/support/src/stdio/ |
vfwprintf.c | 73 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, 75 #define LLONG ULLONG 77 #define IMAX LLONG 106 S('d') = LLONG, S('i') = LLONG, 165 break; case LLONG: arg->i = va_arg(*ap, long long);
|
vfprintf.c | 81 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, 83 #define LLONG ULLONG 85 #define IMAX LLONG 116 S('d') = LLONG, S('i') = LLONG, 175 break; case LLONG: arg->i = va_arg(*ap, long long);
|
/external/icu/icu4c/source/i18n/ |
nfrs.h | 84 // utilities from old llong.h
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoaimp.h | 112 * something other than "long long", #define Llong to be the name, 113 * and if "unsigned Llong" does not work as an unsigned version of 114 * Llong, #define #ULLong to be the corresponding unsigned type. 441 #ifndef Llong 442 #define Llong long long 445 #define ULLong unsigned Llong
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 311 #ifndef LLONG 313 #define LLONG long long int 315 #define LLONG long int 317 #endif /* !defined(LLONG) */ 324 #define INTMAX_T LLONG 468 LLONG *llongptr; 642 value = va_arg(args, LLONG); 808 llongptr = va_arg(args, LLONG *); 809 *llongptr = (LLONG)len; [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfscanf.c | 57 #define LLONG 0x00010 /* ll: long long (+ deprecated q: quad) */ 178 flags |= LLONG; 184 flags |= LLONG; /* deprecated */ 285 else if (flags & LLONG) 741 else if (flags & LLONG)
|
vfwscanf.c | 58 #define LLONG 0x00010 /* ll: long long (+ deprecated q: quad) */ 192 flags |= LLONG; 198 flags |= LLONG; /* deprecated */ 311 else if (flags & LLONG) 663 else if (flags & LLONG)
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 96 * something other than "long long", #define Llong to be the name, 97 * and if "unsigned Llong" does not work as an unsigned version of 98 * Llong, #define #ULLong to be the corresponding unsigned type. 504 #ifndef Llong 505 #define Llong long long 508 #define ULLong unsigned Llong [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ppc.c | 260 { "llong", ppc_xcoff_cons, 3 }, 267 { "llong", cons, 8 }, [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog | [all...] |
ChangeLog-0001 | [all...] |