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

  /external/v8/src/
double.h 196 uint64_t biased_exponent; local
198 biased_exponent = 0;
200 biased_exponent = static_cast<uint64_t>(exponent + kExponentBias);
203 (biased_exponent << kPhysicalSignificandSize);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 27 unsigned biased_exponent = (float_bits & 0x7f800000) >> 23; local
29 int exponent = biased_exponent - 127;

Completed in 682 milliseconds