Searched refs:bias (Results 1 - 25 of 247) sorted by relevance

12345678910

/external/elfutils/0.153/libdwfl/
H A Ddwfl_addrdie.c53 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) argument
56 addr, bias);
H A Ddwfl_addrdwarf.c53 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) argument
56 bias);
H A Ddwfl_module_eh_cfi.c54 dwfl_module_eh_cfi (mod, bias)
56 Dwarf_Addr *bias;
63 *bias = dwfl_adjusted_address (mod, 0);
74 *bias = dwfl_adjusted_address (mod, 0);
H A Ddwfl_dwarf_line.c54 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias) argument
62 *bias = dwfl_adjusted_dwarf_addr (cu->mod, 0);
H A Ddwfl_module_addrdie.c53 dwfl_module_addrdie (Dwfl_Module *mod, Dwarf_Addr addr, Dwarf_Addr *bias) argument
55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
H A Ddwfl_module_nextcu.c53 dwfl_module_nextcu (Dwfl_Module *mod, Dwarf_Die *lastcu, Dwarf_Addr *bias) argument
55 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
H A Ddwfl_module_dwarf_cfi.c75 dwfl_module_dwarf_cfi (mod, bias)
77 Dwarf_Addr *bias;
84 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
90 (INTUSE(dwfl_module_getdwarf) (mod, bias)));
H A Ddwfl_getdwarf.c65 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);
H A Ddwfl_nextcu.c53 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias) argument
78 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
92 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
H A Ddwfl_report_elf.c77 GElf_Addr start = 0, end = 0, bias = 0; local
104 || (bias == 0 && end > start && end != next))
157 if (first || bias > shdr->sh_addr)
159 bias = shdr->sh_addr;
161 if ((shdr->sh_addr - bias + base) & (align - 1))
166 + (bias & (align - 1)));
173 if (bias != 0)
177 Now just compute the bias from the requested base. */
179 end = end - bias + start;
180 bias
[all...]
H A Ddwfl_module_getsrc.c56 Dwarf_Addr bias; local
57 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
67 addr -= bias;
H A Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
202 range covered by the module; *DWBIAS is the address bias for debugging
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
459 Dwarf_Addr *bias)
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
480 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
485 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
488 Dwarf_Addr addr, Dwarf_Addr *bias)
492 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
495 Dwarf_Die *lastcu, Dwarf_Addr *bias)
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.h5 // is "biased". Too much bias means that patterns applied to the input will
93 printf(" worst bias is %f%%",b * 100.0);
164 double bias = 0; local
171 if(b2 > bias) bias = b2;
174 if(bias > maxBias)
176 maxBias = bias;
183 if (bias < 0.01) printf(".");
184 else if(bias < 0.05) printf("o");
185 else if(bias < 0.3
211 double bias; local
299 double bias = 0; local
387 double bias = 0; local
[all...]
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h27 SkScalar bias,
36 bias,
46 SkScalar bias,
67 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect
81 SkScalar bias,
22 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp63 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) argument
86 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
87 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
88 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];
212 tcu::Vec3 bias = -1.0f*m_min*scale; local
215 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2],
216 (0.5f - bias[0])/scale[0], (1.0f - bias[
264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) argument
89 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
91 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];
219 tcu::Vec3 bias = -1.0f*m_min*scale; local
222 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2],
223 (0.5f - bias[0])/scale[0], (1.0f - bias[
271 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkFloatBits.cpp186 int bias = 8 - SkCLZ(value); local
187 SkDebugf("value = %d, bias = %d\n", value, bias);
188 SkASSERT(bias > 0 && bias < 8);
189 value >>= bias; // need to round? local
190 shift += bias;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c133 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 */
265 k >= bias
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_common.py80 def emit_packet_size_calculation(self, f, bias):
89 if bias:
90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
/external/elfutils/elfutils/
H A Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
202 range covered by the module; *DWBIAS is the address bias for debugging
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
459 Dwarf_Addr *bias)
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
480 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
485 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
488 Dwarf_Addr addr, Dwarf_Addr *bias)
492 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
495 Dwarf_Die *lastcu, Dwarf_Addr *bias)
[all...]
/external/fio/lib/
H A Dieee754.c47 exp = shift + ((1 << (expbits - 1)) - 1); // shift + bias
57 unsigned bias; local
69 bias = (1 << (expbits - 1)) - 1;
70 shift = ((i >> significandbits) & ((1LL << expbits) - 1)) - bias;
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c133 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 */
265 k >= bias
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_common.py80 def emit_packet_size_calculation(self, f, bias):
89 if bias:
90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
/external/chromium_org/third_party/icu/source/i18n/
H A Dwintzimpl.cpp36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { argument
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/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_picklpf.c82 int bias = (best_err >> (15 - (filt_mid / 8))) * filter_step; local
85 bias = (bias * cpi->twopass.section_intra_rating) / 20;
87 // yx, bias less for large block size
89 bias >>= 1;
96 // If value is close to the best so far then bias towards a lower loop
98 if ((ss_err[filt_low] - bias) < best_err) {
113 if (ss_err[filt_high] < (best_err - bias)) {

Completed in 981 milliseconds

12345678910