HomeSort by relevance Sort by last modified time
    Searched refs:bias (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 55 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias);
456 /** Takes raw data stored in the sensor, removes bias, and converts it to
459 * @param[in] bias bias in the mounting frame, in hardware units scaled by
462 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias)
473 raw32[0] -= bias[0] >> 1;
474 raw32[1] -= bias[1] >> 1;
475 raw32[2] -= bias[2] >> 1;
482 /** Returns the current bias for the compass
483 * @param[out] bias Compass bias in hardware units scaled by 2^16. In mounting frame
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/src/core/
SkFloatBits.cpp 167 int bias = 8 - SkCLZ(value); local
168 SkDebugf("value = %d, bias = %d\n", value, bias);
169 SkASSERT(bias > 0 && bias < 8);
170 value >>= bias; // need to round? local
171 shift += bias;
  /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 167 int bias = 8 - SkCLZ(value); local
168 SkDebugf("value = %d, bias = %d\n", value, bias);
169 SkASSERT(bias > 0 && bias < 8);
170 value >>= bias; // need to round? local
171 shift += bias;
  /external/elfutils/tests/
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);
dwfl-addr-sect.c 45 Dwarf_Addr bias; local
46 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f; local
94 pos0[1] = pos0[1] - half_width - bias;
95 pos1[1] = pos1[1] + half_width - bias;
96 pos2[1] = pos2[1] - half_width - bias;
97 pos3[1] = pos3[1] + half_width - bias;
117 pos0[0] = pos0[0] - half_width + bias;
118 pos1[0] = pos1[0] + half_width + bias;
119 pos2[0] = pos2[0] - half_width + bias;
120 pos3[0] = pos3[0] + half_width + bias;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.h 59 _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias );
  /external/elfutils/libdwfl/
libdwfl.h 125 /* Report that segment NDX begins at PHDR->p_vaddr + BIAS.
138 and the PHDR and BIAS values reflect a segment that would be contiguous,
152 const GElf_Phdr *phdr, GElf_Addr bias,
202 range covered by the module; *DWBIAS is the address bias for debugging
415 are found) for use with libelf. If successful, fills in *BIAS
418 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
445 and sets *BIAS to the difference between addresses used in
449 Dwarf_Addr *bias)
456 If successful, fills in *BIAS with the difference between
458 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
    [all...]
dwfl_lineinfo.c 64 *addr = info->addr + cu->mod->debug.bias;
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/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f; local
94 pos0[1] = pos0[1] - half_width - bias;
95 pos1[1] = pos1[1] + half_width - bias;
96 pos2[1] = pos2[1] - half_width - bias;
97 pos3[1] = pos3[1] + half_width - bias;
117 pos0[0] = pos0[0] - half_width + bias;
118 pos1[0] = pos1[0] + half_width + bias;
119 pos2[0] = pos2[0] - half_width + bias;
120 pos3[0] = pos3[0] + half_width + bias;
  /external/mesa3d/src/mesa/main/
polygon.h 59 _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias );
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.idl 40 readonly attribute SVGAnimatedNumber bias;
  /external/skia/bench/
MatrixConvolutionBench.cpp 24 SkScalar gain = 0.3f, bias = SkIntToScalar(100); local
26 fFilter = new SkMatrixConvolutionImageFilter(kernelSize, kernel, gain, bias, target, tileMode, convolveAlpha);
  /external/chromium_org/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)) {
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...]
  /external/icu4c/common/
punycode.cpp 160 /* Bias adaptation function. */
188 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; local
294 bias=INITIAL_BIAS;
331 t=k-bias;
339 t=k-bias;
342 } else if(k>=(bias+TMAX)) {
361 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
379 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
432 bias=INITIAL_BIAS;
469 t=k-bias;
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.c 43 /** Compass Bias in Chip Frame in Hardware units scaled by 2^16 */
45 /** Gyro Bias in Chip Frame in Hardware units scaled by 2^16 */
49 /** Accel Bias in Chip Frame in Hardware units scaled by 2^16 */
51 /** Temperature when accel bias was stored. */
72 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias);
419 /** Takes raw data stored in the sensor, removes bias, and converts it to
422 * @param[in] bias bias in the mounting frame, in hardware units scaled by
425 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias)
436 raw32[0] -= bias[0] >> 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
43 , m_bias(bias)
55 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
58 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
99 float FEConvolveMatrix::bias() const function in class:WebCore::FEConvolveMatrix
104 bool FEConvolveMatrix::setBias(float bias)
106 if (m_bias == bias)
108 m_bias = bias;
232 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src)
234 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias);
522 SkScalar bias = SkFloatToScalar(m_bias); local
    [all...]
FEConvolveMatrix.h 57 float bias() const;
85 float bias; member in struct:WebCore::FEConvolveMatrix::PaintingData
  /hardware/invensense/60xx/mlsdk/mllite/
compass.h 79 inv_error_t inv_set_compass_bias(long *bias);
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 63 virtual void getCompassBias(long *bias) {return;};
  /external/libvorbis/vq/
vqgen.c 255 v->bias=_ogg_calloc(v->entries,sizeof(float));
349 FILE *bias; local
355 sprintf(buff,"bias%d.m",v->it);
356 bias=fopen(buff,"w");
377 /*memset(v->bias,0,sizeof(float)*v->entries);*/
383 float firstmetric=v->metric_func(v,_now(v,0),ppt)+v->bias[0];
384 float secondmetric=v->metric_func(v,_now(v,1),ppt)+v->bias[1];
399 float thismetric=v->metric_func(v,_now(v,j),ppt)+v->bias[j];
421 /* 'thismetric' is to be the bias value necessary in the current
468 v->bias[i]=nearbiasptr[desired-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 150 bias = 0 # calibration constant variable in class:Profile
152 def __init__(self, timer=None, bias=None):
158 if bias is None:
159 bias = self.bias
160 self.bias = bias # Materialize in local dict for lookup speed.
206 t = t[0] + t[1] - self.t - self.bias
223 t = timer() - self.t - self.bias
238 t = timer()/60.0 - self.t - self.bias
    [all...]

Completed in 400 milliseconds

12 3 4 5 6 7 8 91011