OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llong
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp
24
//#include "
llong
.h"
443
LLAssert(
llong
(
llong
::kD32).asDouble() ==
llong
::kD32);
446
LLAssert(
llong
(0, 1).asDouble() == 1);
447
LLAssert(
llong
(1, 0).asDouble() ==
llong
::kD32);
448
LLAssert(
llong
((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451
LLAssert(
llong
().asDouble() == 0);
454
LLAssert(
llong
((int32_t)0).asInt() == (int32_t)0)
[
all
...]
/external/icu/icu4c/source/test/intltest/
itrbnf.cpp
24
//#include "
llong
.h"
443
LLAssert(
llong
(
llong
::kD32).asDouble() ==
llong
::kD32);
446
LLAssert(
llong
(0, 1).asDouble() == 1);
447
LLAssert(
llong
(1, 0).asDouble() ==
llong
::kD32);
448
LLAssert(
llong
((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451
LLAssert(
llong
().asDouble() == 0);
454
LLAssert(
llong
((int32_t)0).asInt() == (int32_t)0)
[
all
...]
/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);
Completed in 367 milliseconds