Searched defs:bias (Results 1 - 25 of 128) sorted by relevance

123456

/external/elfutils/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_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_nextcu.c53 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias) argument
78 *bias = mod->debug.bias;
92 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
H A Ddwfl_module_getsrc.c56 Dwarf_Addr bias; local
57 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
67 addr -= 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_module_getsrc_file.c63 Dwarf_Addr bias; local
64 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
H A Ddwfl_report_elf.c75 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
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DGregorianDateTime.cpp44 LONG bias = timeZoneInformation.Bias; local
46 bias += timeZoneInformation.DaylightBias;
48 bias += timeZoneInformation.StandardBias;
60 m_utcOffset = -bias * secondsPerMinute;
/external/elfutils/tests/
H A Ddwfl-addr-sect.c45 Dwarf_Addr bias; local
46 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
H A Ddwfl-bug-fd-leak.c66 Dwarf_Addr bias; local
67 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
76 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias);
/external/chromium_org/third_party/skia/src/core/
H A DSkFloatBits.cpp167 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/skia/bench/
H A DMatrixConvolutionBench.cpp24 SkScalar gain = 0.3f, bias = SkIntToScalar(100); local
26 fFilter = new SkMatrixConvolutionImageFilter(kernelSize, kernel, gain, bias, target, tileMode, convolveAlpha);
/external/skia/src/core/
H A DSkFloatBits.cpp167 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/skia/gm/
H A Dmatrixconvolution.cpp59 SkScalar gain = 0.3f, bias = SkIntToScalar(100); local
65 bias,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.h57 float bias() const;
85 float bias; member in struct:WebCore::FEConvolveMatrix::PaintingData
/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/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c84 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/gallium/drivers/svga/
H A Dsvga_state_rss.c235 float bias = 0.0; local
237 /* Need to modify depth bias according to bound depthbuffer
245 bias = svga->curr.depthscale * curr->depthbias;
249 EMIT_RS_FLOAT( svga, bias, DEPTHBIAS, fail );
H A Dsvga_swtnl_backend.c233 unsigned bias = (svga_render->vbuf_offset - svga_render->vdecl_offset) / svga_render->vertex_size; local
245 ret = svga_hwtnl_draw_arrays(svga->hwtnl, svga_render->prim, start + bias, nr);
248 ret = svga_hwtnl_draw_arrays(svga->hwtnl, svga_render->prim, start + bias, nr);
263 int bias = (svga_render->vbuf_offset - svga_render->vdecl_offset) / svga_render->vertex_size; local
296 bias,
306 bias,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_controls.cpp122 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c326 GLfloat bias, min; local
330 /* The R200's LOD bias is a signed 2's complement value with a
331 * range of -16.0 <= bias < 16.0.
333 * NOTE: Add a small bias to the bias for conform mipsel.c test.
335 bias = *param;
338 bias = CLAMP( bias, min, 16.0 );
339 b = ((int)(bias * fixed_one)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c284 GLfloat bias, min; local
287 /* The Radeon's LOD bias is a signed 2's complement value with a
288 * range of -1.0 <= bias < 4.0. We break this into two linear
294 bias = CLAMP( *param, min, 4.0 );
295 if ( bias == 0 ) {
297 } else if ( bias > 0 ) {
298 b = ((GLuint)SCALED_FLOAT_TO_BYTE( bias, 4.0 )) << RADEON_LOD_BIAS_SHIFT;
300 b = ((GLuint)SCALED_FLOAT_TO_BYTE( bias, 1.0 )) << RADEON_LOD_BIAS_SHIFT;
/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...]

Completed in 692 milliseconds

123456