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

  /external/stlport/src/
num_get_float.cpp 458 * Exponent bias +1023
469 _Stl_set_exponent(value, bexp + 1022); /* add bias */
482 template <class D, class IEEE, int M, int BIAS>
565 * Exponent bias +1023
582 v.ieee.exponent = bexp + BIAS - 1;
588 bexp += BIAS - 1;
748 template <class D, class IEEE, int M, int BIAS>
837 x = _Stl_atodT<D,IEEE,M,BIAS>(digits, n, exp);
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 458 * Exponent bias +1023
469 _Stl_set_exponent(value, bexp + 1022); /* add bias */
482 template <class D, class IEEE, int M, int BIAS>
565 * Exponent bias +1023
582 v.ieee.exponent = bexp + BIAS - 1;
588 bexp += BIAS - 1;
748 template <class D, class IEEE, int M, int BIAS>
837 x = _Stl_atodT<D,IEEE,M,BIAS>(digits, n, exp);
  /external/openssl/crypto/
sparccpuid.S 11 # define BIAS 2047
14 # define BIAS 0
126 add %fp,BIAS,%i0 ! return pointer to caller?s top of stack
239 add %sp,BIAS+2,%o1
  /external/webp/src/enc/
vp8enci.h 156 #define BIAS(b) ((b) << (QFIX - 8))
217 uint16_t bias_[16]; // rounding bias
quant.c 147 const int bias = kBiasMatrices[type][j]; local
149 m->bias_[j] = BIAS(bias);
151 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
401 // If a coefficient was quantized to a value Q (using a neutral bias),
470 const int B = BIAS(0x00); // neutral bias
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 209 milliseconds