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

  /toolchain/binutils/binutils-2.25/gas/config/
atof-ieee.c 519 int tmp_bits;
522 tmp_bits = prec_bits;
523 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS)
528 tmp_bits -= LITTLENUM_NUMBER_OF_BITS;
530 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS
531 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits]
517 int tmp_bits; local
  /external/aac/libSBRenc/src/
code_env.cpp 586 INT tmp_bits; local
587 tmp_bits = (((delta_T_bits * dF_edge_1stEnv) >> (DFRACT_BITS-18)) + (FIXP_DBL)1) >> 1;
588 use_dT = (h_sbrCodeEnvelope->upDate != 0 && (delta_F_bits > tmp_bits));

Completed in 50 milliseconds