OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsigned64
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/test/
typeswitch1.go
38
return fmt.Sprint("
unsigned64
", uint64(xx))
57
return fmt.Sprint("
unsigned64
", xx.(uint64))
82
check(uint64(1), "
unsigned64
1")
/prebuilts/go/linux-x86/test/
typeswitch1.go
38
return fmt.Sprint("
unsigned64
", uint64(xx))
57
return fmt.Sprint("
unsigned64
", xx.(uint64))
82
check(uint64(1), "
unsigned64
1")
/external/v8/src/runtime/
runtime-maths.cc
37
uint64_t
unsigned64
= double_to_uint64(x);
local
38
uint32_t unsigned32 = static_cast<uint32_t>(
unsigned64
>> 32);
48
uint64_t
unsigned64
= double_to_uint64(x);
local
49
uint32_t unsigned32 = static_cast<uint32_t>(
unsigned64
);
/external/v8/test/unittests/base/
division-by-constant-unittest.cc
115
TEST(DivisionByConstant,
Unsigned64
) {
Completed in 183 milliseconds