/external/chromium_org/third_party/skia/src/core/ |
SkFloat.cpp | 71 int bias = 8 - SkCLZ(value); local 72 SkASSERT(bias > 0 && bias < 8); 73 value >>= bias; local 74 shift += bias;
|
/external/skia/src/core/ |
SkFloat.cpp | 71 int bias = 8 - SkCLZ(value); local 72 SkASSERT(bias > 0 && bias < 8); 73 value >>= bias; local 74 shift += bias;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkMatrixConvolutionImageFilter.cpp | 39 SkScalar bias, 48 fBias(bias), 321 SkScalar bias, 330 bias, 350 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect 364 SkScalar bias, 471 kFloat_GrSLType, "Bias"); 478 const char* bias = builder->getUniformCStr(fBiasUni); local 498 builder->fsCodeAppendf("\t\t%s = sum * %s + %s;\n", outputColor, gain, bias); 506 builder->fsCodeAppendf("\t\t%s.rgb = sum.rgb * %s + %s;\n", outputColor, gain, bias); 626 SkScalar bias = random->nextSScalar1(); local [all...] |
/external/skia/src/effects/ |
SkMatrixConvolutionImageFilter.cpp | 39 SkScalar bias, 48 fBias(bias), 321 SkScalar bias, 330 bias, 350 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect 364 SkScalar bias, 471 kFloat_GrSLType, "Bias"); 478 const char* bias = builder->getUniformCStr(fBiasUni); local 498 builder->fsCodeAppendf("\t\t%s = sum * %s + %s;\n", outputColor, gain, bias); 506 builder->fsCodeAppendf("\t\t%s.rgb = sum.rgb * %s + %s;\n", outputColor, gain, bias); 626 SkScalar bias = random->nextSScalar1(); local [all...] |
/external/elfutils/libdwfl/ |
dwfl_module_getdwarf.c | 57 When we return success, FILE->elf and FILE->bias are set up. */ 94 file->bias = 0; 104 file->bias = ((mod->low_addr & -ph->p_align) 113 if (mod->e_type == ET_EXEC && file->bias != 0) 120 When we return success, MOD->main.elf and MOD->main.bias are set up. */ 672 mod->debug.bias = mod->main.bias; 732 *loadbase = mod->main.bias; 743 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) 761 *bias = mod->debug.bias [all...] |
dwfl_segment_report_module.c | 262 /* Collect the bias between START and the containing PT_LOAD's p_vaddr. */ 263 GElf_Addr bias = 0; local 357 because we don't yet know the bias for its p_vaddr. */ 395 bias = start - vaddr; 441 module_start += bias; 442 module_end += bias; 444 dyn_vaddr += bias; 530 dynstr_vaddr += bias; 607 final_read (offset, vaddr + bias, filesz); 642 mod->main.bias = bias [all...] |
link_map.c | 211 Dwarf_Addr bias; 212 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias); 221 vaddr - mod->main.bias, minread, mod->main.elf); 512 /* Calculate the bias applied to the PIE's p_vaddr values. */ 513 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset 518 if (at_entry != 0 && at_entry != ehdr.e_entry + bias) 523 if (bias != mod->main.bias) 525 mod->low_addr -= mod->main.bias; 526 mod->high_addr -= mod->main.bias; [all...] |
dwfl_module_build_id.c | 124 phdr->p_vaddr + mod->main.bias); 135 ? shdr->sh_addr + mod->main.bias : NO_VADDR);
|
dwfl_module_getsrc_file.c | 63 Dwarf_Addr bias; local 64 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
|
segment.c | 273 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias, 292 GElf_Addr start = segment_start (dwfl, bias + phdr->p_vaddr); 293 GElf_Addr end = segment_end (dwfl, bias + phdr->p_vaddr + phdr->p_memsz); 317 dwfl->lookup_tail_offset = end - bias - phdr->p_vaddr + phdr->p_offset;
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
mputest.c | 246 * bias level threshold, the maximun acceptable no motion bias 288 * output pointer to store the initial bias calculation provided 468 /* 2nd, check bias from X and Y PLL clock source */ 477 MPL_LOGI("bias : %+13.3f %+13.3f %+13.3f (LSB)\n", 488 MPL_LOGI("%s-Gyro bias (%.0f) exceeded threshold " 559 * output pointer to store the initial bias calculation provided 744 /* 2nd, check bias from X and Y PLL clock source */ 753 MPL_LOGI("bias : %+13.3f %+13.3f %+13.3f (LSB)\n", 825 * and calculate the necessary bias correction [all...] |
/external/chromium_org/third_party/icu/source/common/ |
wintz.c | 35 int32_t bias; member in struct:__anon11386 243 tziKey.bias = apiTZI.Bias; 265 Using the bias and the rules suffices, so overwrite
|
/external/chromium_org/third_party/sqlite/src/src/ |
btree.h | 153 int bias, 160 int nZero, int bias, int seekResult);
|
/external/skia/gm/ |
matrixconvolution.cpp | 59 SkScalar gain = 0.3f, bias = SkIntToScalar(100); local 65 bias,
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.h | 150 // This function sets the kernel bias. NOTE: in most use cases, bias should 152 void SetKernelBias(double bias) { 153 kernel_bias_ = bias; 212 // Kernel gain and bias are typically multiplicative and additive factors to
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
quad-tex.c | 237 float scale, bias; local 241 bias = (float)HEIGHT; 244 bias = 0.0f; 253 p->viewport.translate[1] = (half_height + y) * scale + bias;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pixeltransfer.c | 28 * Pixel transfer operations (scale, bias, table lookups, etc) 40 * Apply scale and bias factors to an array of RGBA pixels. 133 const GLfloat bias = ctx->Pixel.DepthBias; local 136 GLfloat d = depthValues[i] * scale + bias; 148 const GLdouble bias = ctx->Pixel.DepthBias * max; local 151 GLdouble d = (GLdouble) depthValues[i] * scale + bias; 165 /* scale & bias */
|
/external/mesa3d/src/gallium/tests/trivial/ |
quad-tex.c | 237 float scale, bias; local 241 bias = (float)HEIGHT; 244 bias = 0.0f; 253 p->viewport.translate[1] = (half_height + y) * scale + bias;
|
/external/mesa3d/src/mesa/main/ |
pixeltransfer.c | 28 * Pixel transfer operations (scale, bias, table lookups, etc) 40 * Apply scale and bias factors to an array of RGBA pixels. 133 const GLfloat bias = ctx->Pixel.DepthBias; local 136 GLfloat d = depthValues[i] * scale + bias; 148 const GLdouble bias = ctx->Pixel.DepthBias * max; local 151 GLdouble d = (GLdouble) depthValues[i] * scale + bias; 165 /* scale & bias */
|
/external/valgrind/main/coregrind/ |
pub_core_debuginfo.h | 75 PtrdiffT bias );
|
/external/elfutils/tests/ |
dwflmodtest.c | 188 Dwarf *dw, Dwarf_Addr bias, 192 name, base, dw == NULL ? "no" : "DWARF", bias, dwfl_errmsg (-1)); 203 struct info info = { dwarf_offdie (dw, off + cuhl, &die_mem), bias };
|
/external/replicaisland/src/com/replica/replicaisland/ |
CameraSystem.java | 127 // Only respect the bias if the target is moving. No camera motion without 231 public void addCameraBias(Vector2 bias) { 232 final float x = bias.x - mFocalPosition.x; 233 final float y = bias.y - mFocalPosition.y;
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlBiasNoMotion.c | 76 /** Turns on the feature to compute gyro bias from No Motion */ 86 /** Turns off the feature to compute gyro bias from No Motion 103 short bias[GYRO_NUM_AXES]; local 121 inv_convert_bias(regs, bias); 130 result = inv_set_gyro_bias_in_hw_unit(bias, INV_SGB_NO_MOTION); 218 * 'no motion' state and update the internal motion status and bias 336 // Rotate bias vector by the transpose of the orientation matrix
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tex.c | 326 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/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 326 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)
|