/third_party/ffmpeg/libavutil/mips/ |
H A D | mmiutils.h | 46 #define MMI_LWX(reg, addr, stride, bias) \ 49 "lw "#reg", "#bias"($at) \n\t" \ 52 #define MMI_SWX(reg, addr, stride, bias) \ 55 "sw "#reg", "#bias"($at) \n\t" \ 58 #define MMI_LDX(reg, addr, stride, bias) \ 61 "ld "#reg", "#bias"($at) \n\t" \ 64 #define MMI_SDX(reg, addr, stride, bias) \ 67 "sd "#reg", "#bias"($at) \n\t" \ 70 #define MMI_LWC1(fp, addr, bias) \ 71 "lwc1 "#fp", "#bias"("#add [all...] |
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aVaryingInterpolationTests.cpp | 64 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument 87 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference() 88 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference() 89 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference() 213 tcu::Vec3 bias = -1.0f*m_min*scale; in iterate() local 216 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2], in iterate() 217 (0.5f - bias[0])/scale[0], (1.0f - bias[ in iterate() 264 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aVaryingInterpolationTests.cpp | 66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument 89 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference() 90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference() 91 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference() 219 tcu::Vec3 bias = -1.0f*m_min*scale; in iterate() local 222 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2], in iterate() 223 (0.5f - bias[0])/scale[0], (1.0f - bias[ in iterate() 270 renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wCoord, scale, bias); iterate() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_report_elf.c | 61 GElf_Addr start = 0, end = 0, bias = 0; in __libdwfl_elf_address_range() local 88 || (bias == 0 && end > start && end != next)) in __libdwfl_elf_address_range() 141 if (first || bias > shdr->sh_addr) in __libdwfl_elf_address_range() 143 bias = shdr->sh_addr; in __libdwfl_elf_address_range() 145 if ((shdr->sh_addr - bias + base) & (align - 1)) in __libdwfl_elf_address_range() 150 + (bias & (align - 1))); in __libdwfl_elf_address_range() 157 if (bias != 0) in __libdwfl_elf_address_range() 161 Now just compute the bias from the requested base. */ in __libdwfl_elf_address_range() 163 end = end - bias + start; in __libdwfl_elf_address_range() 164 bias in __libdwfl_elf_address_range() 245 GElf_Addr vaddr, address_sync, start, end, bias; __libdwfl_report_elf() local [all...] |
H A D | libdwfl.h | 130 const GElf_Phdr *phdr, GElf_Addr bias, 191 range covered by the module; *DWBIAS is the address bias for debugging 420 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias) 473 Elf **elfp, Dwarf_Addr *bias) 501 Dwarf_Addr *bias) 523 Dwarf_Addr *bias) 532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias) 544 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) 549 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) 552 Dwarf_Addr addr, Dwarf_Addr *bias) [all...] |
/third_party/python/Lib/encodings/ |
H A D | punycode.py | 70 def T(j, bias): 72 res = 36 * (j + 1) - bias 78 def generate_generalized_integer(N, bias): 83 t = T(j, bias) 102 bias = divisions + (36 * delta // (delta + 38)) 103 return bias 108 # Punycode parameters: initial bias = 72, damp = 700, skew = 38 110 bias = 72 112 s = generate_generalized_integer(delta, bias) 114 bias [all...] |
/third_party/elfutils/tests/ |
H A D | addrcfi.c | 49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() argument 64 printf ("(%#" PRIx64 ")", ops[i].number + bias); in print_detail() 79 Dwarf_Addr bias; member 99 print_detail (result, ops, nops, stuff->bias); in print_register() 114 int result = dwarf_cfi_addrframe (cfi, pc - stuff->bias, &stuff->frame); in handle_cfi() 127 start += stuff->bias; in handle_cfi() 128 end += stuff->bias; in handle_cfi() 149 print_detail (result, cfa_ops, cfa_nops, stuff->bias); in handle_cfi() 164 stuff.bias = 0; in handle_address() 166 dwfl_module_eh_cfi (mod, &stuff.bias), p in handle_address() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | punyref.cpp | 135 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; in punycode_encode() local 142 bias = initial_bias; in punycode_encode() 194 t = k <= bias /* + tmin */ ? static_cast<punycode_uint>(tmin) : /* +tmin not needed */ in punycode_encode() 195 k >= bias + tmax ? static_cast<punycode_uint>(tmax) : k - bias; in punycode_encode() 202 bias = adapt(delta, h + 1, h == b); in punycode_encode() 224 punycode_uint n, out, i, max_out, bias, in punycode_decode() local 232 bias = initial_bias; in punycode_decode() 266 t = k <= bias /* + tmin */ ? static_cast<punycode_uint>(tmin) : /* +tmin not needed */ in punycode_decode() 267 k >= bias in punycode_decode() [all...] |
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 130 const GElf_Phdr *phdr, GElf_Addr bias, 191 range covered by the module; *DWBIAS is the address bias for debugging 420 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias) 473 Elf **elfp, Dwarf_Addr *bias) 501 Dwarf_Addr *bias) 523 Dwarf_Addr *bias) 532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias) 544 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) 549 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias) 552 Dwarf_Addr addr, Dwarf_Addr *bias) [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_line.c | 73 const float bias = half_pixel_center ? 0.125f : 0.0f; in wideline_line() local 83 pos0[1] = pos0[1] - half_width - bias; in wideline_line() 84 pos1[1] = pos1[1] + half_width - bias; in wideline_line() 85 pos2[1] = pos2[1] - half_width - bias; in wideline_line() 86 pos3[1] = pos3[1] + half_width - bias; in wideline_line() 106 pos0[0] = pos0[0] - half_width + bias; in wideline_line() 107 pos1[0] = pos1[0] + half_width + bias; in wideline_line() 108 pos2[0] = pos2[0] - half_width + bias; in wideline_line() 109 pos3[0] = pos3[0] + half_width + bias; in wideline_line()
|
/third_party/node/lib/ |
H A D | punycode.js | 212 let bias = initialBias; 258 const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); 274 bias = adapt(i - oldi, out, oldi == 0); 312 let bias = initialBias; 362 const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); 375 bias [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ralf.c | 44 VLC bias; member 64 unsigned bias[2]; ///< a constant value added to channel data after filtering member 114 ff_free_vlc(&ctx->sets[i].bias); in decode_close() 169 ret = init_ralf_vlc(&ctx->sets[i].bias, bias_def[i], BIAS_ELEMENTS); in decode_init() 234 ctx->bias[ch] = 0; in decode_channel() 238 ctx->bias[ch] = get_vlc2(gb, set->bias.table, 9, 2); in decode_channel() 239 ctx->bias[ch] = extend_code(gb, ctx->bias[ch], 127, 4); in decode_channel() 309 int bias in apply_lpc() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | PunycodeReference.java | 145 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() 152 bias = initial_bias; in encode() 204 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in encode() 205 k >= bias + tmax ? tmax : k - bias; in encode() 212 bias = adapt(delta, h + 1, (h == b)); in encode() 305 int n, out, i, max_out, bias, in decode() 313 bias = initial_bias; in decode() 351 t = (k <= bias) /* + tmin */ ? tmin : /* +tmin not needed */ in decode() 352 (k >= (bias in decode() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | PunycodeReference.java | 142 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() 149 bias = initial_bias; in encode() 201 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in encode() 202 k >= bias + tmax ? tmax : k - bias; in encode() 209 bias = adapt(delta, h + 1, (h == b)); in encode() 302 int n, out, i, max_out, bias, in decode() 310 bias = initial_bias; in decode() 348 t = (k <= bias) /* + tmin */ ? tmin : /* +tmin not needed */ in decode() 349 (k >= (bias in decode() [all...] |
/third_party/python/Lib/ |
H A D | profile.py | 142 bias = 0 # calibration constant variable in Profile 144 def __init__(self, timer=None, bias=None): 150 if bias is None: 151 bias = self.bias 152 self.bias = bias # Materialize in local dict for lookup speed. 186 t = t[0] + t[1] - self.t - self.bias 203 t = timer() - self.t - self.bias 218 t = timer()/60.0 - self.t - self.bias [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Punycode.java | 131 int n, delta, handledCPCount, basicLength, bias, j, m, q, k, t, srcCPCount; in encode() 182 bias=INITIAL_BIAS; in encode() 218 t=k-bias; in encode() 226 t=k-bias; in encode() 229 } else if(k>=(bias+TMAX)) { in encode() 242 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode() 281 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, in decode() 315 bias=INITIAL_BIAS; in decode() 348 t=k-bias; in decode() 351 } else if(k>=(bias in decode() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | punycode.cpp | 188 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; in u_strToPunycode() local 292 bias=INITIAL_BIAS; in u_strToPunycode() 329 t=k-bias; in u_strToPunycode() 337 t=k-bias; in u_strToPunycode() 340 } else if(k>=(bias+TMAX)) { in u_strToPunycode() 359 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength)); in u_strToPunycode() 378 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, in u_strFromPunycode() local 435 bias=INITIAL_BIAS; in u_strFromPunycode() 472 t=k-bias; in u_strFromPunycode() 479 t=k-bias; in u_strFromPunycode() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Punycode.java | 135 int n, delta, handledCPCount, basicLength, bias, j, m, q, k, t, srcCPCount; in encode() 182 bias=INITIAL_BIAS; in encode() 218 t=k-bias; in encode() 226 t=k-bias; in encode() 229 } else if(k>=(bias+TMAX)) { in encode() 242 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode() 278 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, in decode() 312 bias=INITIAL_BIAS; in decode() 345 t=k-bias; in decode() 348 } else if(k>=(bias in decode() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | punycode.cpp | 188 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; in u_strToPunycode() local 292 bias=INITIAL_BIAS; in u_strToPunycode() 329 t=k-bias; in u_strToPunycode() 337 t=k-bias; in u_strToPunycode() 340 } else if(k>=(bias+TMAX)) { in u_strToPunycode() 359 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength)); in u_strToPunycode() 378 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, in u_strFromPunycode() local 435 bias=INITIAL_BIAS; in u_strFromPunycode() 472 t=k-bias; in u_strFromPunycode() 479 t=k-bias; in u_strFromPunycode() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_address.c | 45 unsigned bias; member 64 /* Matches a constant in either slot and moves it to the bias */ 70 address->bias += nir_ssa_scalar_as_uint(address->A); in mir_match_constant() 75 address->bias += nir_ssa_scalar_as_uint(address->B); in mir_match_constant() 103 address->bias += nir_ssa_scalar_as_uint(op1); in mir_match_iadd() 107 address->bias += nir_ssa_scalar_as_uint(op2); in mir_match_iadd() 287 ins->constants.u32[0] = match.bias; in mir_set_offset() 292 mir_set_ubo_offset(midgard_instruction *ins, nir_src *src, unsigned bias) in mir_set_ubo_offset() argument 305 ins->constants.u32[0] = match.bias + bias; in mir_set_ubo_offset() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | wintzimpl.cpp | 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { in getSystemTimeInformation() argument 50 bias = -1 * (initial->getRawOffset()/60000); in getSystemTimeInformation() 62 bias = -1 * (std->getRawOffset()/60000); in getSystemTimeInformation() 126 int32_t bias; in getWindowsTimeZoneInfo() local 132 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) { in getWindowsTimeZoneInfo() 134 zoneInfo->Bias = bias; in getWindowsTimeZoneInfo() 149 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
|
/third_party/icu/icu4c/source/i18n/ |
H A D | wintzimpl.cpp | 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { in getSystemTimeInformation() argument 50 bias = -1 * (initial->getRawOffset()/60000); in getSystemTimeInformation() 62 bias = -1 * (std->getRawOffset()/60000); in getSystemTimeInformation() 126 int32_t bias; in getWindowsTimeZoneInfo() local 132 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) { in getWindowsTimeZoneInfo() 134 zoneInfo->Bias = bias; in getWindowsTimeZoneInfo() 149 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | wintzimpl.cpp | 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { in getSystemTimeInformation() argument 50 bias = -1 * (initial->getRawOffset()/60000); in getSystemTimeInformation() 62 bias = -1 * (std->getRawOffset()/60000); in getSystemTimeInformation() 126 int32_t bias; in getWindowsTimeZoneInfo() local 132 if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) { in getWindowsTimeZoneInfo() 134 zoneInfo->Bias = bias; in getWindowsTimeZoneInfo() 149 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
|
/third_party/node/deps/uv/src/ |
H A D | idna.c | 118 unsigned bias; in uv__idna_toascii_label() local 176 bias = 72; in uv__idna_toascii_label() 217 if (k > bias) in uv__idna_toascii_label() 218 t = k - bias; in uv__idna_toascii_label() 255 for (bias = 0; delta > 35 * 26 / 2; bias += 36) in uv__idna_toascii_label() 258 bias += 36 * delta / (delta + 38); in uv__idna_toascii_label()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | acs.c | 617 struct acs_bias *bias, tmp_bias; in acs_find_ideal_chan() local 739 bias = NULL; in acs_find_ideal_chan() 742 bias = &iface->conf->acs_chan_bias[k]; in acs_find_ideal_chan() 743 if (bias->channel == chan->chan) in acs_find_ideal_chan() 745 bias = NULL; in acs_find_ideal_chan() 750 tmp_bias.bias = ACS_24GHZ_PREFER_1_6_11; in acs_find_ideal_chan() 751 bias = &tmp_bias; in acs_find_ideal_chan() 754 if (bias) { in acs_find_ideal_chan() 755 factor *= bias->bias; in acs_find_ideal_chan() [all...] |