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

12345678

/external/elfutils/src/libdwfl/
H A Ddwfl_addrdie.c32 dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) argument
35 addr, bias);
H A Ddwfl_addrdwarf.c32 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) argument
35 bias);
H A Ddwfl_module_eh_cfi.c33 dwfl_module_eh_cfi (mod, bias)
35 Dwarf_Addr *bias;
42 *bias = dwfl_adjusted_address (mod, 0);
53 *bias = dwfl_adjusted_address (mod, 0);
H A Ddwfl_dwarf_line.c33 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias) argument
41 *bias = dwfl_adjusted_dwarf_addr (cu->mod, 0);
H A Ddwfl_module_addrdie.c32 dwfl_module_addrdie (Dwfl_Module *mod, Dwarf_Addr addr, Dwarf_Addr *bias) argument
34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
H A Ddwfl_module_nextcu.c32 dwfl_module_nextcu (Dwfl_Module *mod, Dwarf_Die *lastcu, Dwarf_Addr *bias) argument
34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL)
H A Ddwfl_module_dwarf_cfi.c54 dwfl_module_dwarf_cfi (mod, bias)
56 Dwarf_Addr *bias;
63 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
69 (INTUSE(dwfl_module_getdwarf) (mod, bias)));
H A Ddwfl_getdwarf.c44 Dwarf_Addr bias = 0; local
45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias);
46 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
H A Ddwfl_nextcu.c32 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias) argument
57 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
71 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
H A Ddwfl_report_elf.c59 GElf_Addr start = 0, end = 0, bias = 0; local
86 || (bias == 0 && end > start && end != next))
139 if (first || bias > shdr->sh_addr)
141 bias = shdr->sh_addr;
143 if ((shdr->sh_addr - bias + base) & (align - 1))
148 + (bias & (align - 1)));
155 if (bias != 0)
159 Now just compute the bias from the requested base. */
161 end = end - bias + start;
162 bias
243 GElf_Addr vaddr, address_sync, start, end, bias; local
[all...]
H A Ddwfl_module_getsrc.c35 Dwarf_Addr bias; local
36 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
53 addr -= bias;
H A Dlibdwfl.h139 const GElf_Phdr *phdr, GElf_Addr bias,
196 range covered by the module; *DWBIAS is the address bias for debugging
423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
476 Elf **elfp, Dwarf_Addr *bias)
504 Dwarf_Addr *bias)
526 Dwarf_Addr *bias)
535 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
547 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
552 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
555 Dwarf_Addr addr, Dwarf_Addr *bias)
[all...]
/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h26 SkScalar bias,
35 bias,
45 SkScalar bias,
59 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect
75 SkScalar bias,
21 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[
263 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[
270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
[all...]
/external/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/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/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
H A DSSAOFilter.java70 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) { argument
98 this.bias = bias;
170 ssaoMat.setFloat("Bias", bias);
187 * Return the bias<br>
188 * see {@link #setBias(float bias)}
192 return bias;
197 * @param bias
199 setBias(float bias) argument
[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/elfutils/include/elfutils/
H A Dlibdwfl.h139 const GElf_Phdr *phdr, GElf_Addr bias,
196 range covered by the module; *DWBIAS is the address bias for debugging
423 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
476 Elf **elfp, Dwarf_Addr *bias)
504 Dwarf_Addr *bias)
526 Dwarf_Addr *bias)
535 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
547 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
552 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
555 Dwarf_Addr addr, Dwarf_Addr *bias)
[all...]
/external/elfutils/src/tests/
H A Daddrcfi.c51 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) argument
66 printf ("(%#" PRIx64 ")", ops[i].number + bias);
81 Dwarf_Addr bias; member in struct:stuff
101 print_detail (result, ops, nops, stuff->bias);
116 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame);
129 start += stuff->bias;
130 end += stuff->bias;
151 print_detail (result, cfa_ops, cfa_nops, stuff->bias);
166 dwfl_module_eh_cfi (mod, &stuff.bias), pc, &stuff)
168 dwfl_module_dwarf_cfi (mod, &stuff.bias), p
[all...]
H A Ddwfl-bug-fd-leak.c58 Dwarf_Addr bias; local
59 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
68 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias);
/external/icu/icu4c/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/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c83 int bias = (best_err >> (15 - (filt_mid / 8))) * filter_step; local
86 bias = (bias * cpi->twopass.section_intra_rating) / 20;
88 // yx, bias less for large block size
90 bias >>= 1;
100 // If value is close to the best so far then bias towards a lower loop
102 if ((filt_err - bias) < best_err) {
120 if (filt_err < (best_err - bias)) {

Completed in 626 milliseconds

12345678