HomeSort by relevance Sort by last modified time
    Searched refs:signed32 (Results 1 - 4 of 4) sorted by null

  /external/v8/src/runtime/
runtime-maths.cc 22 int32_t signed32 = bit_cast<int32_t, uint32_t>(unsigned32); local
23 return *isolate->factory()->NewNumber(signed32);
33 int32_t signed32 = bit_cast<int32_t, uint32_t>(unsigned32); local
34 return *isolate->factory()->NewNumber(signed32);
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFunctions.h 86 DECL_X86_64_APPLY_RELOC_FUNC(signed32) \
104 { &signed32, 11, "R_X86_64_32S", 32 }, \
X86Relocator.cpp 1577 Relocator::Result signed32(Relocation& pReloc, X86_64Relocator& pParent) { function in namespace:mcld
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 71 signed32 = isolate->factory()->NewHeapNumber(0x40000000);
77 Signed32Constant = Type::Constant(signed32, zone);
85 values.push_back(signed32);
127 Handle<i::HeapNumber> signed32; member in class:v8::internal::Types

Completed in 68 milliseconds