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

1 2

  /external/elfutils/libdwfl/
dwfl_module_getsrc.c 56 Dwarf_Addr bias; local
57 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
67 addr -= bias;
dwfl_getdwarf.c 65 Dwarf_Addr bias = 0; local
66 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias);
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
dwfl_module_getsrc_file.c 63 Dwarf_Addr bias; local
64 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
dwfl_report_elf.c 75 GElf_Addr start = 0, end = 0, bias = 0; local
102 || (bias == 0 && end > start && end != next))
155 if (first || bias > shdr->sh_addr)
157 bias = shdr->sh_addr;
159 if ((shdr->sh_addr - bias + base) & (align - 1))
164 + (bias & (align - 1)));
171 if (bias != 0)
175 Now just compute the bias from the requested base. */
177 end = end - bias + start;
178 bias = start - bias
    [all...]
derelocate.c 136 newref->start = shdr->sh_addr + mod->main.bias;
241 assert (mod->main.bias == 0);
242 assert (mod->debug.bias == 0);
302 Dwarf_Addr bias; local
303 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
382 Dwarf_Addr *bias)
408 *bias = mod->main.bias;
  /external/elfutils/tests/
dwfl-addr-sect.c 45 Dwarf_Addr bias; local
46 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
dwfl-bug-fd-leak.c 66 Dwarf_Addr bias; local
67 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
76 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias);
allregs.c 83 Dwarf_Addr bias; local
84 if (dwfl_module_getelf (mod, &bias) == NULL) /* Not really a module. */
  /external/skia/src/core/
SkFloatBits.cpp 169 int bias = 8 - SkCLZ(value); local
170 SkDebugf("value = %d, bias = %d\n", value, bias);
171 SkASSERT(bias > 0 && bias < 8);
172 value >>= bias; // need to round? local
173 shift += bias;
SkFloat.cpp 71 int bias = 8 - SkCLZ(value); local
72 SkASSERT(bias > 0 && bias < 8);
73 value >>= bias; local
74 shift += bias;
  /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/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/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 60 float bias() const;
91 float bias; member in struct:WebCore::FEConvolveMatrix::PaintingData
FEConvolveMatrix.cpp 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
43 , m_bias(bias)
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
56 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
94 float FEConvolveMatrix::bias() const function in class:WebCore::FEConvolveMatrix
99 bool FEConvolveMatrix::setBias(float bias)
101 if (m_bias == bias)
103 m_bias = bias;
225 ALWAYS_INLINE void setDestinationPixels(ByteArray* image, int& pixel, float* totals, float divisor, float bias, ByteArray* src)
227 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias);
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlBiasNoMotion.c 76 /** Turns on the feature to compute gyro bias from No Motion */
86 /** Turns off the feature to compute gyro bias from No Motion
103 short bias[GYRO_NUM_AXES]; local
121 inv_convert_bias(regs, bias);
130 result = inv_set_gyro_bias_in_hw_unit(bias, INV_SGB_NO_MOTION);
218 * 'no motion' state and update the internal motion status and bias
336 // Rotate bias vector by the transpose of the orientation matrix
ml_stored_data.c 239 * @note In order to successfully work, the gyro bias must be stored
521 * - compass biases for X, Y, Z axes and bias tracking algorithm
551 long bias[3]; local
651 bias[i] = (int32_t) t;
652 LOADCAL_LOG("accel_bias[%d] = %ld\n", i, bias[i]);
654 if (inv_set_array(INV_ACCEL_BIAS, bias)) {
655 LOG_RESULT_LOCATION(inv_set_array(INV_ACCEL_BIAS, bias));
656 return inv_set_array(INV_ACCEL_BIAS, bias);
751 * - compass biases for X, Y, Z axes, compass scale, and bias
781 long bias[3] local
1239 long bias[3]; local
    [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/mesa3d/src/glsl/
loop_controls.cpp 122 const int bias[] = { -1, 0, 1 }; local
125 for (unsigned i = 0; i < Elements(bias); i++) {
127 ? new(mem_ctx) ir_constant(iter_value + bias[i])
128 : new(mem_ctx) ir_constant(float(iter_value + bias[i]));
144 iter_value += bias[i];
  /external/elfutils/src/
addr2line.c 230 Dwarf_Addr bias = 0; local
231 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias);
234 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
  /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)) {
358 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
376 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
428 bias=INITIAL_BIAS;
465 t=k-bias;
    [all...]
wintz.c 35 int32_t bias; member in struct:__anon6882
243 tziKey.bias = apiTZI.Bias;
265 Using the bias and the rules suffices, so overwrite
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 70 private float bias = 0.1f; field in class:SSAOFilter
91 * @param bias the width of the occlusion cone considered by the occludee. default 0.1f
93 public SSAOFilter(float sampleRadius, float intensity, float scale, float bias) {
98 this.bias = bias;
170 ssaoMat.setFloat("Bias", bias);
187 * Return the bias<br>
188 * see {@link #setBias(float bias)}
192 return bias;
    [all...]
  /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/qemu/distrib/jpeg-6b/
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/skia/samplecode/
SampleColorFilter.cpp 33 int bias = 0; local
35 bias = -1;
37 bias = 1;
39 return trunc + bias;

Completed in 646 milliseconds

1 2