/external/mesa3d/src/glsl/builtins/profiles/ |
100.frag | 2 vec4 texture2D (sampler2D sampler, vec2 coord, float bias); 3 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias); 4 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias); 6 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
|
130.frag | 3 /* texture - bias variants */ 4 vec4 texture( sampler1D sampler, float P, float bias); 5 ivec4 texture(isampler1D sampler, float P, float bias); 6 uvec4 texture(usampler1D sampler, float P, float bias); 8 vec4 texture( sampler2D sampler, vec2 P, float bias); 9 ivec4 texture(isampler2D sampler, vec2 P, float bias); 10 uvec4 texture(usampler2D sampler, vec2 P, float bias); 12 vec4 texture( sampler3D sampler, vec3 P, float bias); 13 ivec4 texture(isampler3D sampler, vec3 P, float bias); 14 uvec4 texture(usampler3D sampler, vec3 P, float bias); [all...] |
140.frag | 2 /* texture - bias variants */ 3 vec4 texture( sampler1D sampler, float P, float bias); 4 ivec4 texture(isampler1D sampler, float P, float bias); 5 uvec4 texture(usampler1D sampler, float P, float bias); 7 vec4 texture( sampler2D sampler, vec2 P, float bias); 8 ivec4 texture(isampler2D sampler, vec2 P, float bias); 9 uvec4 texture(usampler2D sampler, vec2 P, float bias); 11 vec4 texture( sampler3D sampler, vec3 P, float bias); 12 ivec4 texture(isampler3D sampler, vec3 P, float bias); 13 uvec4 texture(usampler3D sampler, vec3 P, float bias); [all...] |
110.frag | 4 * "The bias parameter is not accepted in a vertex shader." 6 vec4 texture1D (sampler1D sampler, float coord, float bias); 7 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias); 8 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias); 10 vec4 texture2D (sampler2D sampler, vec2 coord, float bias); 11 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias); 12 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias); 14 vec4 texture3D (sampler3D sampler, vec3 coord, float bias); 15 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias); 17 vec4 textureCube (samplerCube sampler, vec3 coord, float bias); [all...] |
120.frag | 5 vec4 texture1D (sampler1D sampler, float coord, float bias); 6 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias); 7 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias); 9 vec4 texture2D (sampler2D sampler, vec2 coord, float bias); 10 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias); 11 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias); 13 vec4 texture3D (sampler3D sampler, vec3 coord, float bias); 14 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias); 16 vec4 textureCube (samplerCube sampler, vec3 coord, float bias); 18 vec4 shadow1D (sampler1DShadow sampler, vec3 coord, float bias); [all...] |
OES_texture_3D.frag | 6 vec4 texture3D (sampler3D sampler, vec3 coord, float bias); 7 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias);
|
EXT_texture_array.frag | 3 vec4 texture1DArray(sampler1DArray sampler, vec2 coord, float bias); 6 vec4 texture2DArray(sampler2DArray sampler, vec3 coord, float bias); 9 vec4 shadow1DArray(sampler1DArrayShadow sampler, vec3 coord, float bias);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/ |
hikey-pinctrl.dtsi | 260 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 261 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 269 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 270 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 278 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 279 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 295 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 296 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 304 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 305 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP> [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
message_layer.h | 21 /** A setting of the gyro bias has occured */ 23 /** A setting of the compass bias has occured */ 25 /** A setting of the accel bias has occured */ 33 /** A setting of the factory gyro bias has occured */ 35 /** A setting of the factory accel bias has occured */
|
data_builder.h | 43 /** Set if quaternion has bias correction applied */ 51 /** Set if DMP has applied bias */ 179 /** compass Bias in chip frame, hardware units scaled by 2^16. */ 181 /** gyro factory bias in chip frame, hardware units scaled by 2^16, 184 /** accel factory bias in chip frame, hardware units scaled by 2^16, 191 /** temperature when accel bias was stored. */ 201 /** gyro bias in chip frame, hardware units scaled by 2^16, +/- 2000 dps 207 /** accel bias in chip frame, hardware units scaled by 2^16, +/- 2 gee 253 void inv_get_compass_bias(long *bias); 255 void inv_set_compass_bias(const long *bias, int accuracy) [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
message_layer.h | 21 /** A setting of the gyro bias has occured */ 23 /** A setting of the compass bias has occured */ 25 /** A setting of the accel bias has occured */ 33 /** A setting of the factory gyro bias has occured */ 35 /** A setting of the factory accel bias has occured */
|
data_builder.h | 43 /** Set if quaternion has bias correction applied */ 51 /** Set if DMP has applied bias */ 176 /** compass Bias in chip frame, hardware units scaled by 2^16. */ 178 /** gyro factory bias in chip frame, hardware units scaled by 2^16, 181 /** accel factory bias in chip frame, hardware units scaled by 2^16, 188 /** temperature when accel bias was stored. */ 198 /** gyro bias in chip frame, hardware units scaled by 2^16, +/- 2000 dps 204 /** accel bias in chip frame, hardware units scaled by 2^16, +/- 2 gee 250 void inv_get_compass_bias(long *bias); 252 void inv_set_compass_bias(const long *bias, int accuracy) [all...] |
/device/google/contexthub/firmware/os/algos/calibration/common/ |
calibration_data.c | 11 // zero bias. 22 // x_temp = (x_impaired - bias). 24 vecSub(x_temp, x_impaired, calstruct->bias, THREE_AXIS_DIM);
|
calibration_data.h | 19 * a three-axis sensor calibration. The calibration consists of a bias vector, 20 * bias, and a lower-diagonal scaling and skew matrix, scale_skew_mat. 24 * corrected_data = scale_skew_mat * (impaired_data - bias). 51 // Sensor bias offset. 52 float bias[THREE_AXIS_DIM]; member in struct:ThreeAxisCalData 59 // zero bias.
|
/external/libtextclassifier/tests/ |
embedding-network_test.cc | 38 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.
|
/external/skia/src/gpu/effects/ |
GrMatrixConvolutionEffect.h | 26 SkScalar bias, 32 kernel, gain, bias, kernelOffset, tileMode, convolveAlpha)); 40 SkScalar bias, 52 float bias() const { return fBias; } function in class:GrMatrixConvolutionEffect 65 SkScalar bias,
|
/libcore/luni/src/test/java/libcore/util/ |
TimeZoneFinderTest.java | 413 true /* isDst */, WHEN_DST, null /* bias */)); 418 LONDON_DST_OFFSET_MILLIS, true /* isDst */, WHEN_DST, null /* bias */)); 421 LONDON_DST_OFFSET_MILLIS, true /* isDst */, WHEN_DST, LONDON_TZ /* bias */)); 437 true /* isDst */, WHEN_DST, null /* bias */)); 440 false /* isDst */, WHEN_NO_DST, null /* bias */)); 445 LONDON_DST_OFFSET_MILLIS, true /* isDst */, WHEN_NO_DST, null /* bias */); 449 LONDON_DST_OFFSET_MILLIS, false /* isDst */, WHEN_NO_DST, null /* bias */); 453 LONDON_NO_DST_OFFSET_MILLIS, true /* isDst */, WHEN_DST, null /* bias */); 457 LONDON_NO_DST_OFFSET_MILLIS, true /* isDst */, WHEN_NO_DST, null /* bias */); 461 LONDON_DST_OFFSET_MILLIS, false /* isDst */, WHEN_DST, null /* bias */); [all...] |
/external/clang/test/CodeGen/ |
branch-target-layout.c | 6 // attempt to preserve source order of control flow, and any bias toward source 10 // order of a branch instruction's labels cannot be used as a source order bias.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
punycode.py | 72 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
109 """3.4 Bias adaptation"""
110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
112 bias = 72
114 s = generate_generalized_integer(delta, bias)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
punycode.py | 72 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
109 """3.4 Bias adaptation"""
110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
112 bias = 72
114 s = generate_generalized_integer(delta, 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;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
punycode.py | 72 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 109 """3.4 Bias adaptation""" 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38 112 bias = 72 114 s = generate_generalized_integer(delta, bias) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
punycode.py | 72 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 109 """3.4 Bias adaptation""" 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38 112 bias = 72 114 s = generate_generalized_integer(delta, bias) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 72 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 109 """3.4 Bias adaptation""" 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38 112 bias = 72 114 s = generate_generalized_integer(delta, bias) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 72 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 109 """3.4 Bias adaptation""" 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38 112 bias = 72 114 s = generate_generalized_integer(delta, bias) [all...] |