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

  /external/webp/src/enc/
near_lossless_enc.c 31 const int biased = a + (mask >> 1) + ((a >> bits) & 1); local
33 if (biased > 0xff) return 0xff;
34 return biased & ~mask;
  /prebuilts/go/darwin-x86/src/math/
sqrt.go 142 ix = q>>1 + uint64(exp-1+bias)<<shift // significand + biased exponent
  /prebuilts/go/darwin-x86/src/runtime/
sqrt.go 151 ix = q>>1 + uint64(exp-1+float64Bias)<<float64Shift // significand + biased exponent
  /prebuilts/go/linux-x86/src/math/
sqrt.go 142 ix = q>>1 + uint64(exp-1+bias)<<shift // significand + biased exponent
  /prebuilts/go/linux-x86/src/runtime/
sqrt.go 151 ix = q>>1 + uint64(exp-1+float64Bias)<<float64Shift // significand + biased exponent
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 119 [0, 127] (and not scaled and biased).
  /prebuilts/go/darwin-x86/src/math/big/
floatconv_test.go 454 // and its output for 0.0 prints a biased exponent value
float.go 897 // Determine sign, biased exponent, and mantissa.
1017 // Determine sign, biased exponent, and mantissa.
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
floatconv_test.go 454 // and its output for 0.0 prints a biased exponent value
float.go 897 // Determine sign, biased exponent, and mantissa.
1017 // Determine sign, biased exponent, and mantissa.
    [all...]
  /external/gemmlowp/test/
test.cc     [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 6 // The format is heavily biased toward C, but for simplicity
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 6 // The format is heavily biased toward C, but for simplicity

Completed in 981 milliseconds