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

  /external/vixl/src/vixl/a64/
simulator-a64.h 228 static const int exponent_offset = mantissa_offset + mbits; local
229 static const int sign_offset = exponent_offset + ebits;
257 mantissa = (UINT64_C(1) << exponent_offset) - 1;
260 (exponent << exponent_offset) |
313 (exponent << exponent_offset) |
335 (exponent << exponent_offset) |
343 (exponent << exponent_offset) |
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 2553 static const int exponent_offset = mantissa_offset + mbits; local
    [all...]

Completed in 65 milliseconds