Searched refs:bias1 (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/shaders/gradients/ |
D | Sk4fLinearGradient.cpp | 18 const Sk4f& bias0, const Sk4f& bias1) { in ramp() argument 25 c1 = c + dc + DstTraits<premul>::pre_lerp_bias(bias1), in ramp() 30 DstTraits<premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1); in ramp() 41 DstTraits<premul>::store(c1, dst++, bias1); in ramp() 152 bias1 = 0; in shadeSpan() local 162 bias1 = dither_cell[rowIndex + 1]; in shadeSpan() 166 swap(bias0, bias1); in shadeSpan() 174 bias1 += 0.5f; in shadeSpan() 176 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1); in shadeSpan() 180 bias1 *= 1/255.0f; in shadeSpan() [all …]
|
D | Sk4fGradientPriv.h | 85 const Sk4f& bias1) { 91 store(c1, dst + 1, bias1); 93 store(c3, dst + 3, bias1);
|
D | Sk4fLinearGradient.h | 29 float bias0, float bias1) const; 33 float bias0, float bias1) const;
|
/external/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.cpp | 19 const Sk4f& bias0, const Sk4f& bias1) { in ramp() argument 26 c1 = c + dc + DstTraits<premul>::pre_lerp_bias(bias1), in ramp() 31 DstTraits<premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1); in ramp() 42 DstTraits<premul>::store(c1, dst++, bias1); in ramp() 153 bias1 = 0; in shadeSpan() local 163 bias1 = dither_cell[rowIndex + 1]; in shadeSpan() 167 swap(bias0, bias1); in shadeSpan() 175 bias1 += 0.5f; in shadeSpan() 177 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias1); in shadeSpan() 181 bias1 *= 1/255.0f; in shadeSpan() [all …]
|
D | Sk4fGradientPriv.h | 85 const Sk4f& bias1) { 91 store(c1, dst + 1, bias1); 93 store(c3, dst + 3, bias1);
|
D | Sk4fLinearGradient.h | 29 float bias0, float bias1) const; 33 float bias0, float bias1) const;
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | dynamic_input_shapes_test.py | 37 bias1 = constant_op.constant(np.random.randn(8), dtype=dtypes.float32) 44 x = nn.bias_add(x, bias1)
|
/external/webp/src/dsp/ |
D | enc_neon.c | 828 const uint32x4_t bias1 = vld1q_u32(&mtx->bias_[offset + 4]); in Quantize_NEON() local 837 const uint32x4_t m3 = vhaddq_u32(m1, bias1); // (coeff * iQ + bias) >> 1 in Quantize_NEON()
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 2121 bias1 = get_linear_model_bias(name='linear_model') 2126 self.assertAllClose([0.], self.evaluate(bias1)) 2128 sess.run(bias1.assign([5.]))
|
D | feature_column_test.py | 1970 bias1 = get_linear_model_bias(name='linear_model') 1975 self.assertAllClose([0.], self.evaluate(bias1)) 1977 sess.run(bias1.assign([5.]))
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-a8-2018.log | 1928 [ 1.441585] [6: swapper/0: 1] cod3035x 4-0003: Bias voltage values: bias1 = 3, bias2= 1…
|