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

1 2 3 4 5 6

  /hardware/invensense/mlsdk/mllite/
mlSetGyroBias.h 40 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode);
41 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode);
42 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode);
43 void inv_convert_bias(const unsigned char *regs, short *bias);
mlSetGyroBias.c 49 /** Converts from internal DMP gyro bias registers to external hardware gyro bias by
52 void inv_convert_bias(const unsigned char *regs, short *bias)
67 // Rotate bias vector by the transpose of the orientation matrix
82 bias[i] = (short)(biasPrev[i] - biasTmp[i]);
89 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode)
91 if (sgb.currentBias[0] != bias[0])
93 if (sgb.currentBias[1] != bias[1])
95 if (sgb.currentBias[2] != bias[2])
98 memcpy(sgb.currentBias, bias, sizeof(sgb.currentBias))
    [all...]
  /external/elfutils/libdwfl/
dwfl_addrdie.c 53 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
56 addr, bias);
dwfl_addrdwarf.c 53 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias)
56 bias);
dwfl_module_addrdie.c 53 dwfl_module_addrdie (Dwfl_Module *mod, Dwarf_Addr addr, Dwarf_Addr *bias)
55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
dwfl_module_nextcu.c 53 dwfl_module_nextcu (Dwfl_Module *mod, Dwarf_Die *lastcu, Dwarf_Addr *bias)
55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
dwfl_nextcu.c 53 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
78 *bias = mod->debug.bias;
92 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
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_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...]
dwfl_module_info.c 69 *dwbias = mod->debug.elf == NULL ? (Dwarf_Addr) -1 : mod->debug.bias;
71 *symbias = mod->symfile == NULL ? (Dwarf_Addr) -1 : mod->symfile->bias;
dwfl_module_getsrc.c 56 Dwarf_Addr bias; local
57 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
67 addr -= bias;
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...]
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 48 const vec3_t bias(mSensorFusion.getGyroBias());
50 outEvent->data[0] -= bias.x;
51 outEvent->data[1] -= bias.y;
52 outEvent->data[2] -= bias.z;
  /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/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...]
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.h 40 /* Set if quaternion has bias correction applied */
185 void inv_get_compass_bias(long *bias);
187 void inv_set_compass_bias(const long *bias, int accuracy);
189 void inv_set_gyro_bias(const long *bias, int accuracy);
190 void inv_set_accel_bias(const long *bias, int accuracy);
192 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask);
194 void inv_get_gyro_bias(long *bias, long *temp);
195 void inv_get_accel_bias(long *bias, long *temp);
  /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...]
  /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/legacy/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;
  /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/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...]
  /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...]

Completed in 974 milliseconds

1 2 3 4 5 6