HomeSort by relevance Sort by last modified time
    Searched refs:bias (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEConvolveMatrix.cpp 32 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
39 , m_bias(bias)
49 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
52 return adoptRef(new FEConvolveMatrix(in, in2, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
87 float FEConvolveMatrix::bias() const function in class:WebCore::FEConvolveMatrix
92 void FEConvolveMatrix::setBias(float bias)
94 m_bias = bias;
168 << " [bias=" << m_bias << "]"
SVGFEConvolveMatrix.h 56 float bias() const;
  /external/chromium/third_party/icu/source/test/intltest/
punyref.c 106 /*** Bias adaptation function ***/
133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
140 bias = initial_bias;
192 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */
193 k >= bias + tmax ? tmax : k - bias;
200 bias = adapt(delta, h + 1, h == b);
222 punycode_uint n, out, i, max_out, bias, local
230 bias = initial_bias;
264 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed *
    [all...]
  /external/icu4c/test/intltest/
punyref.c 106 /*** Bias adaptation function ***/
133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
140 bias = initial_bias;
192 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */
193 k >= bias + tmax ? tmax : k - bias;
200 bias = adapt(delta, h + 1, h == b);
222 punycode_uint n, out, i, max_out, bias, local
230 bias = initial_bias;
264 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed *
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 63 $bias=2047;
66 $bias=0;
148 add %sp,$bias,%o0 ! real top of stack
153 sub %o0,$bias,%sp ! alloca(5*num*8)
156 add %sp,$bias+$frame+$locals,$tp
170 stx %o7,[%sp+$bias+$frame+48] ! save %asi
192 stx %o0,[%sp+$bias+$frame+0]
214 ldda [%sp+$bias+$frame+6]%asi,$na
216 ldda [%sp+$bias+$frame+4]%asi,$nb
218 ldda [%sp+$bias+$frame+2]%asi,$n
    [all...]
sparcv9-mont.pl 55 if ($bits==64) { $bias=2047; $frame=192; }
56 else { $bias=0; $frame=128; }
100 add %sp,$bias,%o7 ! real top of stack
106 sub %o7,$bias,%sp ! alloca
114 add %sp,$bias+$frame,$tp
174 add %sp,$bias+$frame,$tp
304 add %sp,$bias+$frame,$tp
377 ld [%sp+$bias+$frame],$tmp0 ! tp[0]
378 ld [%sp+$bias+$frame+4],$tmp1 ! tp[1]
379 ld [%sp+$bias+$frame+8],$tpj ! tp[2
    [all...]
  /external/chromium/third_party/icu/source/i18n/
wintzimpl.cpp 35 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
45 bias = -1 * (initial->getRawOffset()/60000);
56 bias = -1 * (std->getRawOffset()/60000);
119 int32_t bias; local
124 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
125 zoneInfo->Bias = bias;
140 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
  /external/icu4c/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
46 bias = -1 * (initial->getRawOffset()/60000);
58 bias = -1 * (std->getRawOffset()/60000);
122 int32_t bias; local
128 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) {
130 zoneInfo->Bias = bias;
145 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
  /external/skia/src/core/
SkFloatBits.cpp 162 int bias = 8 - SkCLZ(value); local
163 SkDebugf("value = %d, bias = %d\n", value, bias);
164 SkASSERT(bias > 0 && bias < 8);
165 value >>= bias; // need to round? local
166 shift += bias;
SkFloat.cpp 78 int bias = 8 - SkCLZ(value); local
79 SkASSERT(bias > 0 && bias < 8);
80 value >>= bias; local
81 shift += bias;
SkMath.cpp 200 int SkFixedMulCommon(SkFixed a, int b, int bias) {
209 uint32_t R = ah * b + ((al * b + bias) >> 16);
  /external/chromium/third_party/icu/source/common/
punycode.c 157 /* Bias adaptation function. */
185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; local
291 bias=INITIAL_BIAS;
328 t=k-bias;
336 t=k-bias;
339 } else if(k>=(bias+TMAX)) {
356 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
374 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
426 bias=INITIAL_BIAS;
463 t=k-bias;
    [all...]
wintz.c 35 int32_t bias; member in struct:__anon3028
241 tziKey.bias = apiTZI.Bias;
264 Using the bias and the rules suffices, so overwrite
  /external/icu4c/common/
punycode.c 157 /* Bias adaptation function. */
185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; local
291 bias=INITIAL_BIAS;
328 t=k-bias;
336 t=k-bias;
339 } else if(k>=(bias+TMAX)) {
356 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
374 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
426 bias=INITIAL_BIAS;
463 t=k-bias;
    [all...]
wintz.c 35 int32_t bias; member in struct:__anon4042
243 tziKey.bias = apiTZI.Bias;
265 Using the bias and the rules suffices, so overwrite
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 47 if ($bits==64) { $bias=2047; $frame=192; }
48 else { $bias=0; $frame=112; }
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
205 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+4`],%l
    [all...]
sha1-sparcv9a.pl 40 if ($bits==64) { $bias=2047; $frame=192; }
41 else { $bias=0; $frame=112; }
415 add %fp,$bias-256,$base
429 sub $base,$bias+$frame,%sp
580 my %bias = ( "g" => 0, "o" => 8, "l" => 16, "i" => 24 );
584 if (/%([goli])([0-7])/) { $_=$bias{$1}+$2; }
sha1-sparcv9.pl 23 if ($bits==64) { $bias=2047; $frame=192; }
24 else { $bias=0; $frame=112; }
  /build/tools/zipalign/
ZipAlign.cpp 51 int bias = 0; local
76 long newOffset = pEntry->getFileOffset() + bias;
81 // bias, (long) pEntry->getUncompressedLen(), padding);
87 bias += padding;
  /external/jpeg/
jcsample.c 204 * A note about the "bias" calculations: when rounding fractional values to
206 * If we did that, we'd introduce a noticeable bias towards larger values.
219 register int bias; local
231 bias = 0; /* bias = 0,1,0,1,... for successive samples */
234 + bias) >> 1);
235 bias ^= 1; /* 0=>1, 1=>0 */
256 register int bias; local
270 bias = 1; /* bias = 1,2,1,2,... for successive samples *
    [all...]
  /external/v8/src/
log-utils.cc 263 void LogMessageBuilder::AppendAddress(Address addr, Address bias) {
266 } else if (bias == NULL) {
271 if (addr >= bias) {
272 delta = addr - bias;
275 delta = bias - addr;
log-utils.h 247 void AppendAddress(Address addr, Address bias);
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 129 * @param bias the spacing bias to use for all subsequent indenting
131 public void begin(String header, int bias) throws IOException {
134 m_bias = bias;
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 177 void setMinificationFilterBias(float bias) { CACFLayerSetMinificationFilterBias(layer(), bias); } local
  /external/skia/include/core/
SkFixed.h 123 int SkFixedMulCommon(SkFixed, int , int bias); // internal used by SkFixedMulFloor, SkFixedMulCeil, SkFixedMulRound

Completed in 516 milliseconds

1 2