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

12345678910

/external/elfutils/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 (Dwfl_Module *mod, Dwarf_Addr *bias) argument
40 *bias = dwfl_adjusted_address (mod, 0);
51 *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_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_module_dwarf_cfi.c54 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias) argument
61 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
67 (INTUSE(dwfl_module_getdwarf) (mod, bias)));
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
425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
478 Elf **elfp, Dwarf_Addr *bias)
506 Dwarf_Addr *bias)
528 Dwarf_Addr *bias)
537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
549 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
554 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
557 Dwarf_Addr addr, Dwarf_Addr *bias)
[all...]
/external/libtextclassifier/tests/
H A Dembedding-network_test.cc38 MatrixParams* weights, MatrixParams* bias) {
51 bias->set_rows(3);
52 bias->set_cols(1);
53 bias->add_value(bias_value);
54 bias->add_value(bias_value);
55 bias->add_value(bias_value);
62 // These layers should be an identity with bias.
37 DiagonalAndBias3x3(int diagonal_value, int bias_value, MatrixParams* weights, MatrixParams* bias) argument
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DCmp.java25 private final Bias bias; field in class:Cmp
27 public Cmp(NumericType type, Bias bias, Value dest, Value left, Value right) { argument
29 this.bias = bias;
45 assert bias != Bias.NONE;
46 if (bias == Bias.GT) {
49 assert bias == Bias.LT;
54 assert bias != Bias.NONE;
55 if (bias == Bias.GT) {
58 assert bias
72 biasToString(Bias bias) argument
[all...]
/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h25 SkScalar bias,
31 kernel, gain, bias, kernelOffset, tileMode, convolveAlpha));
38 SkScalar bias,
50 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect
62 SkScalar bias,
20 Make(sk_sp<GrTextureProxy> proxy, 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.cpp64 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) argument
87 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
88 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
89 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];
213 tcu::Vec3 bias = -1.0f*m_min*scale; local
216 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2],
217 (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[
270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); local
[all...]
/external/python/cpython2/Lib/encodings/
H A Dpunycode.py72 def T(j, bias):
74 res = 36 * (j + 1) - bias
80 def generate_generalized_integer(N, bias):
85 t = T(j, bias)
104 bias = divisions + (36 * delta // (delta + 38))
105 return bias
110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
112 bias = 72
114 s = generate_generalized_integer(delta, bias)
116 bias
[all...]
/external/elfutils/tests/
H A Daddrcfi.c49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) argument
64 printf ("(%#" PRIx64 ")", ops[i].number + bias);
79 Dwarf_Addr bias; member in struct:stuff
99 print_detail (result, ops, nops, stuff->bias);
114 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame);
127 start += stuff->bias;
128 end += stuff->bias;
149 print_detail (result, cfa_ops, cfa_nops, stuff->bias);
164 stuff.bias = 0;
166 dwfl_module_eh_cfi (mod, &stuff.bias), p
[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.c135 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
142 bias = initial_bias;
194 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */
195 k >= bias + tmax ? tmax : k - bias;
202 bias = adapt(delta, h + 1, h == b);
224 punycode_uint n, out, i, max_out, bias, local
232 bias = initial_bias;
266 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */
267 k >= bias
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_common.py77 def emit_packet_size_calculation(self, f, bias):
86 if bias:
87 print ' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)
/external/mesa3d/src/util/
H A Dformat_srgb.h85 unsigned tab, bias, scale, t; local
100 /* Do the table lookup and unpack bias, scale */
103 bias = (tab >> 16) << 9;
108 return (uint8_t) ((bias + scale*t) >> 16);
/external/mesa3d/src/compiler/glsl/
H A Dloop_controls.cpp123 const int bias[] = { -1, 0, 1 }; local
126 for (unsigned i = 0; i < ARRAY_SIZE(bias); i++) {
130 iter = new(mem_ctx) ir_constant(iter_value + bias[i]);
133 iter = new(mem_ctx) ir_constant(unsigned(iter_value + bias[i]));
136 iter = new(mem_ctx) ir_constant(float(iter_value + bias[i]));
139 iter = new(mem_ctx) ir_constant(double(iter_value + bias[i]));
159 iter_value += bias[i];
/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
425 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias)
478 Elf **elfp, Dwarf_Addr *bias)
506 Dwarf_Addr *bias)
528 Dwarf_Addr *bias)
537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
549 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
554 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
557 Dwarf_Addr addr, Dwarf_Addr *bias)
[all...]

Completed in 4814 milliseconds

12345678910