Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/third_party/ffmpeg/libavutil/mips/
Dmmiutils.h41 #define MMI_LWX(reg, addr, stride, bias) \ argument
43 "lw "#reg", "#bias"(%[addrt]) \n\t"
45 #define MMI_SWX(reg, addr, stride, bias) \ argument
47 "sw "#reg", "#bias"(%[addrt]) \n\t"
49 #define MMI_LDX(reg, addr, stride, bias) \ argument
51 "ld "#reg", "#bias"(%[addrt]) \n\t"
53 #define MMI_SDX(reg, addr, stride, bias) \ argument
55 "sd "#reg", "#bias"(%[addrt]) \n\t"
57 #define MMI_LWC1(fp, addr, bias) \ argument
58 "lwc1 "#fp", "#bias"("#addr") \n\t"
[all …]
/third_party/openssl/crypto/bn/asm/
Dsparcv9a-mont.pl73 $bias="STACK_BIAS";
158 add %sp,$bias,%o0 ! real top of stack
163 sub %o0,$bias,%sp ! alloca(5*num*8)
166 add %sp,$bias+$frame+$locals,$tp
180 stx %o7,[%sp+$bias+$frame+48] ! save %asi
201 stx %o0,[%sp+$bias+$frame+0]
223 ldda [%sp+$bias+$frame+6]%asi,$na
225 ldda [%sp+$bias+$frame+4]%asi,$nb
227 ldda [%sp+$bias+$frame+2]%asi,$nc
229 ldda [%sp+$bias+$frame+0]%asi,$nd
[all …]
/third_party/glslang/Test/
Dspv.textureGatherBiasLod.frag16 in float bias;
27 texel += textureGather(s2D, c2, 0, bias);
28 texel += textureGather(s2DArray, c3, 1, bias);
29 texel += textureGather(sCube, c3, 2, bias);
30 texel += textureGather(sCubeArray, c4, 3, bias);
32 texel += textureGatherOffset(s2D, c2, offsets[0], 0, bias);
33 texel += textureGatherOffset(s2DArray, c3, offsets[1], 1, bias);
35 texel += textureGatherOffsets(s2D, c2, offsets, 0, bias);
36 texel += textureGatherOffsets(s2DArray, c3, offsets, 1, bias);
38 sparseTextureGatherARB(s2D, c2, result, 0, bias);
[all …]
Dspv.texture.frag20 float bias = 2.0;
29 color += texture (texSampler1D, coords1D, bias);
32 color += textureProj(texSampler1D, coords2D, bias);
33 color += textureProj(texSampler1D, coords4D, bias);
36 color += texture (texSampler2D, coords2D, bias);
38 color += textureProj (texSampler2D, coords4D, bias);
41 color += texture (texSampler3D, coords3D, bias);
43 color += textureProj (texSampler3D, coords4D, bias);
46 color += texture (texSamplerCube, coords3D, bias);
49 color += texture (shadowSampler1D, coords3D, bias);
[all …]
Dtexture.frag20 float bias = 2.0;
29 color += texture1D (texSampler1D, coords1D, bias);
32 color += texture1DProj(texSampler1D, coords2D, bias);
33 color += texture1DProj(texSampler1D, coords4D, bias);
36 color += texture2D (texSampler2D, coords2D, bias);
38 color += texture2DProj (texSampler2D, coords4D, bias);
41 color += texture3D (texSampler3D, coords3D, bias);
43 color += texture3DProj (texSampler3D, coords4D, bias);
46 color += textureCube (texSamplerCube, coords3D, bias);
49 color += shadow1D (shadowSampler1D, coords3D, bias);
[all …]
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp64 …rfaceAccess& 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[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
218 (0.5f - bias[0])/scale[0], (0.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
219 (1.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (0.0f - bias[2])/scale[2] in iterate()
222 …g::Message << "a_coords = " << ((tcu::Vec3(0.0f) - bias)/scale) << " -> " << ((tcu::Vec3(1.0f) - b… in iterate()
[all …]
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp66 …rfaceAccess& 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[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
224 (0.5f - bias[0])/scale[0], (0.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
225 (1.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (0.0f - bias[2])/scale[2] in iterate()
228 …g::Message << "a_coords = " << ((tcu::Vec3(0.0f) - bias)/scale) << " -> " << ((tcu::Vec3(1.0f) - b… in iterate()
[all …]
/third_party/elfutils/libdwfl/
Ddwfl_report_elf.c61 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()
163 end = end - bias + start; in __libdwfl_elf_address_range()
164 bias = start - bias; in __libdwfl_elf_address_range()
196 bias = base; in __libdwfl_elf_address_range()
[all …]
Dlibdwfl.h130 const GElf_Phdr *phdr, GElf_Addr bias,
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)
556 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_texture_gather_bias_lod.txt50 implementations supporting bias of implicit level of detail and explicit control of level of
82 detail and its bias (if present) of the specified texture image or from the explicit level of
87 an optional <bias> parameter for those sampler types: gsampler2D, gsampler2DArray,
95 | [, float bias]]) | |
97 | [, int comp [, float bias]]) | Sample_i0_j1( |
98 | gvec4 textureGather(gsamplerCube sampler, vec3 P | P, base, bias).comp, |
99 | [, int comp [, float bias]]) | Sample_i1_j1( |
100 | gvec4 textureGather(gsamplerCubeArray sampler, vec4 P | P, base, bias).comp, |
101 | [, int comp [, float bias]]) | Sample_i1_j0( |
102 | ... | P, base, bias).comp, |
[all …]
DAMD_gpu_shader_half_float_fetch.txt314 | [, float16_t bias]) | to do a texture lookup in the|
316 | [, float16_t bias]) | <sampler>. |
318 | [, float16_t bias]) | For shadow forms: When |
320 | [, float16_t bias]) | used as <Dref>, and the array|
322 | [, float bias]) | component of <P>. When |
324 | float compare [, float16_t bias]) | last component of <P> is used|
326 | [, float bias]) | comes from the second to last|
328 | float compare [, float16_t bias]) | |
330 | [, float bias]) | |
332 | float compare [, float16_t bias]) | |
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_texture_gather_bias_lod.txt50 implementations supporting bias of implicit level of detail and explicit control of level of
82 detail and its bias (if present) of the specified texture image or from the explicit level of
87 an optional <bias> parameter for those sampler types: gsampler2D, gsampler2DArray,
95 | [, float bias]]) | |
97 | [, int comp [, float bias]]) | Sample_i0_j1( |
98 | gvec4 textureGather(gsamplerCube sampler, vec3 P | P, base, bias).comp, |
99 | [, int comp [, float bias]]) | Sample_i1_j1( |
100 | gvec4 textureGather(gsamplerCubeArray sampler, vec4 P | P, base, bias).comp, |
101 | [, int comp [, float bias]]) | Sample_i1_j0( |
102 | ... | P, base, bias).comp, |
[all …]
DAMD_gpu_shader_half_float_fetch.txt314 | [, float16_t bias]) | to do a texture lookup in the|
316 | [, float16_t bias]) | <sampler>. |
318 | [, float16_t bias]) | For shadow forms: When |
320 | [, float16_t bias]) | used as <Dref>, and the array|
322 | [, float bias]) | component of <P>. When |
324 | float compare [, float16_t bias]) | last component of <P> is used|
326 | [, float bias]) | comes from the second to last|
328 | float compare [, float16_t bias]) | |
330 | [, float bias]) | |
332 | float compare [, float16_t bias]) | |
[all …]
/third_party/python/Lib/encodings/
Dpunycode.py70 def T(j, bias): argument
72 res = 36 * (j + 1) - bias
78 def generate_generalized_integer(N, bias): argument
83 t = T(j, bias)
102 bias = divisions + (36 * delta // (delta + 38))
103 return bias
110 bias = 72
112 s = generate_generalized_integer(delta, bias)
114 bias = adapt(delta, points==0, baselen+points+1)
127 def decode_generalized_number(extended, extpos, bias, errors): argument
[all …]
/third_party/elfutils/tests/
Daddrcfi.c49 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), pc, &stuff); in handle_address()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp135 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 + tmax ? static_cast<punycode_uint>(tmax) : k - bias; in punycode_decode()
273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/third_party/openGLES/extensions/EXT/
DEXT_texture_lod_bias.txt22 The texture LOD bias functionality in OpenGL 1.4 is based on this
24 specify a second per-texture object bias term. The OpenGL 1.4 enum
50 This extension provides a means to bias the lambda computation
51 by a constant (signed) value. This bias can provide a way to blur
57 On some implementations, increasing the texture lod bias may improve
64 Should the texture LOD bias be settable per-texture object or
68 semantics for texture lod bias. Note that this differs from
83 the same texture but bias by 2 levels-of-detail (fairly blurry).
88 Per-texture stage control of the LOD bias is also useful for
96 How does EXT_texture_lod_bias differ from SGIX_texture_lod bias?
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_lod_bias.txt22 The texture LOD bias functionality in OpenGL 1.4 is based on this
24 specify a second per-texture object bias term. The OpenGL 1.4 enum
50 This extension provides a means to bias the lambda computation
51 by a constant (signed) value. This bias can provide a way to blur
57 On some implementations, increasing the texture lod bias may improve
64 Should the texture LOD bias be settable per-texture object or
68 semantics for texture lod bias. Note that this differs from
83 the same texture but bias by 2 levels-of-detail (fairly blurry).
88 Per-texture stage control of the LOD bias is also useful for
96 How does EXT_texture_lod_bias differ from SGIX_texture_lod bias?
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c73 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/elfutils/include/elfutils/
Dlibdwfl.h130 const GElf_Phdr *phdr, GElf_Addr bias,
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)
556 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
[all …]
/third_party/ffmpeg/libavcodec/
Dralf.c43 VLC bias; member
63 unsigned bias[2]; ///< a constant value added to channel data after filtering member
113 ff_free_vlc(&ctx->sets[i].bias); in decode_close()
170 ret = init_ralf_vlc(&ctx->sets[i].bias, bias_def[i], BIAS_ELEMENTS); in decode_init()
245 ctx->bias[ch] = 0; in decode_channel()
249 ctx->bias[ch] = get_vlc2(gb, set->bias.table, 9, 2); in decode_channel()
250 ctx->bias[ch] = extend_code(gb, ctx->bias[ch], 127, 4); in decode_channel()
320 int bias = 1 << (ctx->filter_bits - 1); in apply_lpc() local
330 acc = (acc + bias - 1) >> ctx->filter_bits; in apply_lpc()
333 acc = ((unsigned)acc + bias) >> ctx->filter_bits; in apply_lpc()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java142 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() local
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() local
310 bias = initial_bias; in decode()
348 t = (k <= bias) /* + tmin */ ? tmin : /* +tmin not needed */ in decode()
349 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
355 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java145 int delta, h, b, out, max_out, bias, j, q, k, t; in encode() local
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() local
313 bias = initial_bias; in decode()
351 t = (k <= bias) /* + tmin */ ? tmin : /* +tmin not needed */ in decode()
352 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/third_party/glslang/Test/baseResults/
Dspv.textureGatherBiasLod.frag.out24 Name 25 "bias"
36 Decorate 25(bias) Location 4
64 25(bias): 24(ptr) Variable Input
106 26: 6(float) Load 25(bias)
113 40: 6(float) Load 25(bias)
120 51: 6(float) Load 25(bias)
127 64: 6(float) Load 25(bias)
134 72: 6(float) Load 25(bias)
141 79: 6(float) Load 25(bias)
148 91: 6(float) Load 25(bias)
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_scale_bias.txt25 This extension adds scale, bias, and clamp to [0, 1] operations to the
31 These operations are distinct from the scale, bias, and clamp operations
35 Scale and bias operations on texels can be used to better utilize the
68 A scale or bias is specified using TexParameterfv or
71 four values. The scale or bias values can be queried using
74 The scale, bias, and clamp operations are applied, in that order,
78 The four values for scale (or bias) correspond to the R, G, B,
79 and A scale (or bias) factors.
82 Following the scale and bias is a clamp to [0, 1].
84 The scale, bias, and clamp operations are effectively disabled by
[all …]

12345678910>>...32