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

  /prebuilts/go/darwin-x86/src/math/big/
int.go 335 // low64 returns the least significant 64 bits of z.
336 func low64(z nat) uint64 { func
350 v := int64(low64(x.abs))
360 return low64(x.abs)
rat.go 214 mantissa := low64(q)
  /prebuilts/go/linux-x86/src/math/big/
int.go 335 // low64 returns the least significant 64 bits of z.
336 func low64(z nat) uint64 { func
350 v := int64(low64(x.abs))
360 return low64(x.abs)
rat.go 214 mantissa := low64(q)
  /external/vixl/src/aarch64/
assembler-aarch64.h 302 T low64,
306 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2));
307 UpdateValue(high64, low64);
327 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) {
328 VIXL_ASSERT(sizeof(low64) == size_ / 2);
329 memcpy(&low64_, &low64, sizeof(low64));
338 void UpdateValue(T high64, T low64, const Assembler* assembler);
    [all...]
macro-assembler-aarch64.h     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 15710 IRExpr * high64, *low64; local
    [all...]

Completed in 2242 milliseconds