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

1 2 3 4 5 6 7 8 9

  /external/elfutils/0.153/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_eh_cfi.c 54 dwfl_module_eh_cfi (mod, bias)
56 Dwarf_Addr *bias;
63 *bias = dwfl_adjusted_address (mod, 0);
74 *bias = dwfl_adjusted_address (mod, 0);
dwfl_dwarf_line.c 54 dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias)
62 *bias = dwfl_adjusted_dwarf_addr (cu->mod, 0);
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_module_dwarf_cfi.c 75 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)));
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_nextcu.c 53 dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
78 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
92 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
dwfl_report_elf.c 77 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 = start - bias
    [all...]
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
424 are found) for use with libelf. If successful, fills in *BIAS
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
455 and sets *BIAS to the difference between addresses used in
459 Dwarf_Addr *bias)
466 If successful, fills in *BIAS with the difference between
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 5 // 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.33) printf("O")
211 double bias; local
299 double bias = 0; local
387 double bias = 0; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 27 SkScalar bias,
36 bias,
46 SkScalar bias,
67 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect
81 SkScalar bias,
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 63 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias)
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[1])/scale[1], (0.5f - bias[2])/scale[2]
264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias)
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[1])/scale[1], (0.5f - bias[2])/scale[2]
271 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFloatBits.cpp 186 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/
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/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_common.py 80 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/
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
424 are found) for use with libelf. If successful, fills in *BIAS
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
455 and sets *BIAS to the difference between addresses used in
459 Dwarf_Addr *bias)
466 If successful, fills in *BIAS with the difference between
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
    [all...]
  /external/fio/lib/
ieee754.c 47 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/
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/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 80 def emit_packet_size_calculation(self, f, bias):
89 if bias:
90 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
  /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/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.

Completed in 1134 milliseconds

1 2 3 4 5 6 7 8 9