OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT64_C
(Results
1 - 25
of
50
) sorted by null
1
2
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
floatunditf_test.h
8
{
UINT64_C
(0x0000000000000061), 0x1.84p+6, 0x0p+0 },
9
{
UINT64_C
(0x0000000000000062), 0x1.88p+6, 0x0p+0 },
10
{
UINT64_C
(0x0000000000000403), 0x1.00cp+10, 0x0p+0 },
11
{
UINT64_C
(0x000000000000040a), 0x1.028p+10, 0x0p+0 },
12
{
UINT64_C
(0x000000000000040c), 0x1.03p+10, 0x0p+0 },
13
{
UINT64_C
(0x000000000000040e), 0x1.038p+10, 0x0p+0 },
14
{
UINT64_C
(0x0000000000000418), 0x1.06p+10, 0x0p+0 },
15
{
UINT64_C
(0x000000000000041a), 0x1.068p+10, 0x0p+0 },
16
{
UINT64_C
(0x0000000000000504), 0x1.41p+10, 0x0p+0 },
17
{
UINT64_C
(0x0000000000000506), 0x1.418p+10, 0x0p+0 }
[
all
...]
/frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c
23
uint64_t result = hibits.x &
UINT64_C
(0x000fffffffffffff); /* mantissa(hi) */
24
result |=
UINT64_C
(0x0010000000000000); /* matissa(hi) with implicit bit */
57
return
UINT64_C
(0);
DD.h
26
result.x &=
UINT64_C
(0x7fffffffffffffff);
34
result.x &=
UINT64_C
(0xfffffffff8000000);
floatditf.c
17
low.x |= a &
UINT64_C
(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
floatunditf.c
23
low.x |= a &
UINT64_C
(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
/external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h
25
#define
UINT64_C
(x) x ## UI64
31
#ifndef
UINT64_C
32
#define
UINT64_C
(x) x ## ULL
/external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h
208
# ifndef
UINT64_C
211
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
214
# define
UINT64_C
(c) c ## ULL
226
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h
208
# ifndef
UINT64_C
211
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
214
# define
UINT64_C
(c) c ## ULL
226
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
/external/webkit/Source/WebCore/icu/unicode/
umachine.h
208
# ifndef
UINT64_C
211
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
214
# define
UINT64_C
(c) c ## ULL
226
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
/external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h
208
# ifndef
UINT64_C
211
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
214
# define
UINT64_C
(c) c ## ULL
226
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
/external/chromium/third_party/libjingle/source/talk/base/
basictypes.h
58
#ifndef
UINT64_C
59
#define
UINT64_C
(x) x ## UI64
68
#ifndef
UINT64_C
69
#define
UINT64_C
(x) x ## ULL
/external/icu4c/common/unicode/
umachine.h
192
# ifndef
UINT64_C
195
* note: may be wrong for some 64 bit platforms - ensure your compiler provides
UINT64_C
198
# define
UINT64_C
(c) c ## ULL
210
# define U_UINT64_MAX ((uint64_t)(
UINT64_C
(18446744073709551615)))
pwin32.h
109
# ifndef
UINT64_C
110
# define
UINT64_C
(x) ((uint64_t)x)
/bionic/libc/include/
stdint.h
191
# define
UINT64_C
(c) __UINT64_C(c)
192
# define UINT_LEAST64_C(c)
UINT64_C
(c)
193
# define UINT_FAST64_C(c)
UINT64_C
(c)
243
# define UINTMAX_C(c)
UINT64_C
(c)
/development/ndk/platforms/android-3/include/
stdint.h
191
# define
UINT64_C
(c) __UINT64_C(c)
192
# define UINT_LEAST64_C(c)
UINT64_C
(c)
193
# define UINT_FAST64_C(c)
UINT64_C
(c)
243
# define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
195
# define
UINT64_C
(c) __UINT64_C(c)
196
# define UINT_LEAST64_C(c)
UINT64_C
(c)
197
# define UINT_FAST64_C(c)
UINT64_C
(c)
238
#define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
191
# define
UINT64_C
(c) __UINT64_C(c)
192
# define UINT_LEAST64_C(c)
UINT64_C
(c)
193
# define UINT_FAST64_C(c)
UINT64_C
(c)
243
# define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
191
# define
UINT64_C
(c) __UINT64_C(c)
192
# define UINT_LEAST64_C(c)
UINT64_C
(c)
193
# define UINT_FAST64_C(c)
UINT64_C
(c)
243
# define UINTMAX_C(c)
UINT64_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
191
# define
UINT64_C
(c) __UINT64_C(c)
192
# define UINT_LEAST64_C(c)
UINT64_C
(c)
193
# define UINT_FAST64_C(c)
UINT64_C
(c)
243
# define UINTMAX_C(c)
UINT64_C
(c)
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
200
#ifndef
UINT64_C
201
#error
UINT64_C
defined!
Completed in 1053 milliseconds
1
2