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

  /external/aac/libFDK/src/
fixpoint_math.cpp 641 INT exp_bits = DFRACT_BITS-1 - exp_e; local
642 int_part = exp_m >> exp_bits;
643 frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits);
  /external/vixl/src/aarch64/
logic-aarch64.cc 4672 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); local
4793 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); local
    [all...]

Completed in 343 milliseconds