/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | ReedSolomonGenerator.java | 44 private ReedSolomonGenerator(int degree) { in ReedSolomonGenerator() argument 45 if (degree < 1 || degree > 255) in ReedSolomonGenerator() 50 byte[] coefficients = new byte[degree]; in ReedSolomonGenerator() 51 coefficients[degree - 1] = 1; // Start off with the monomial x^0 in ReedSolomonGenerator() 57 for (int i = 0; i < degree; i++) { in ReedSolomonGenerator() 67 polynomialMultiply = new byte[256][degree]; in ReedSolomonGenerator() 69 for (int j = 0; j < degree; j++) in ReedSolomonGenerator() 79 int degree = polynomialMultiply[0].length; in getRemainder() local 80 assert result.length == degree; in getRemainder() local 85 for (int j = 0; j < degree - 1; j++) in getRemainder() [all …]
|
/third_party/skia/samplecode/ |
D | SampleVariableWidthStroker.cpp | 61 explicit ScalarBezCurve(int degree) : fDegree(degree) { in ScalarBezCurve() argument 62 SkASSERT(degree >= 0); in ScalarBezCurve() 63 fWeights.resize(degree + 1, {0}); in ScalarBezCurve() 67 ScalarBezCurve(int degree, const std::vector<float>& weights) : ScalarBezCurve(degree) { in ScalarBezCurve() argument 68 SkASSERT(degree >= 0); in ScalarBezCurve() 69 SkASSERT(weights.size() == (size_t)degree + 1); in ScalarBezCurve() 124 const int degree = curve.fDegree; in Split() local 126 *left = ScalarBezCurve(degree); in Split() 127 *right = ScalarBezCurve(degree); in Split() 129 right->fWeights[degree] = curve.fWeights[degree]; in Split() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioinvert.c | 137 filter->degree = 0.0; in gst_audio_invert_init() 150 filter->degree = g_value_get_float (value); in gst_audio_invert_set_property() 152 filter->degree == 0.0); in gst_audio_invert_set_property() 168 g_value_set_float (value, filter->degree); in gst_audio_invert_get_property() 205 gfloat dry = 1.0 - filter->degree; in gst_audio_invert_transform_int() 209 val = (*data) * dry + (-1 - (*data)) * filter->degree; in gst_audio_invert_transform_int() 219 gfloat dry = 1.0 - filter->degree; in gst_audio_invert_transform_float() 223 val = (*data) * dry - (*data) * filter->degree; in gst_audio_invert_transform_float()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_filter_anisotropic.txt | 56 or -sampler object basis the maximum degree of anisotropy to account for 59 Increasing the maximum degree of anisotropy may 62 to clamp the specified degree of anisotropy to the implementation's 63 maximum supported degree of anisotropy. 65 A sampler or texture's maximum degree of anisotropy is specified 71 degree of anisotropy of two could be treated as a 2-tap filter that 78 filter, a LINEAR magnification filter, and a large maximum degree 123 should use a texture filtering scheme that accounts for a degree 229 TEXTURE_MAX_ANISOTROPY R GetTexParameterfv 1.0 Maximum degree 8.14 textu… 236 TEXTURE_MAX_ANISOTROPY R GetSamplerParameterfv 1.0 Maximum degree 8.14 - [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | lsq_solver.dart | 64 /// An nth degree polynomial fit to a dataset. 66 /// Creates a polynomial fit of the given degree. 68 /// There are n + 1 coefficients in a fit of degree n. 69 PolynomialFit(int degree) : coefficients = Float64List(degree + 1); 98 /// Fits a polynomial of the given degree to the data points. 99 PolynomialFit solve(int degree) { 100 if (degree > x.length) // Not enough data to fit a curve. 103 final PolynomialFit result = PolynomialFit(degree); 107 final int n = degree + 1;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_filter_anisotropic.txt | 71 or -sampler object basis the maximum degree of anisotropy to account for 74 Increasing the maximum degree of anisotropy may 77 to clamp the specified degree of anisotropy to the implementation's 78 maximum supported degree of anisotropy. 80 A sampler or texture's maximum degree of anisotropy is specified 86 degree of anisotropy of two could be treated as a 2-tap filter that 93 filter, a LINEAR magnification filter, and a large maximum degree 138 should use a texture filtering scheme that accounts for a degree 244 TEXTURE_MAX_ANISOTROPY R GetTexParameterfv 1.0 Maximum degree 8.14 textu… 251 TEXTURE_MAX_ANISOTROPY R GetSamplerParameterfv 1.0 Maximum degree 8.14 - [all …]
|
/third_party/tzdata/ |
D | tzselect.8.txt | 34 40.689<degree>N, 74.045<degree>W, -c +4041.4-07402.7 specifies 35 40<degree>41.4'N, 74<degree>2.7'W, and -c +404121-0740240 36 specifies 40<degree>41'21''N, 74<degree>2'40''W. If coord is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_filter_anisotropic.txt | 43 a per-texture object basis the maximum degree of anisotropy to 46 Increasing a texture object's maximum degree of anisotropy may 49 to clamp the specified degree of anisotropy to the implementation's 50 maximum supported degree of anisotropy. 52 A texture's maximum degree of anisotropy is specified independent 58 degree of anisotropy of two could be treated as a 2-tap filter that 65 filter, a LINEAR magnification filter, and a large maximum degree 73 RESOLUTION: NO. The maximum degree of anisotropy should control 84 Should an implementation-defined limit for the maximum maximum degree of 88 maximum degree of anisotropy implies anything about texture [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | arm_svm_polynomial_init_f16.c | 80 int32_t degree, in arm_svm_polynomial_init_f16() argument 91 S->degree = degree; in arm_svm_polynomial_init_f16()
|
D | arm_svm_polynomial_init_f32.c | 77 int32_t degree, in arm_svm_polynomial_init_f32() argument 88 S->degree = degree; in arm_svm_polynomial_init_f32()
|
D | arm_svm_polynomial_predict_f32.c | 161 (vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0), S->degree)); in arm_svm_polynomial_predict_f32() 236 (vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0), S->degree), in arm_svm_polynomial_predict_f32() 295 (vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0), S->degree), in arm_svm_polynomial_predict_f32() 407 dotV = arm_vec_exponent_f32(dotV,S->degree); in arm_svm_polynomial_predict_f32() 455 sum += *pDualCoefs++ * arm_exponent_f32(S->gamma * dot + S->coef0, S->degree); in arm_svm_polynomial_predict_f32() 479 sum += S->dualCoefficients[i] * arm_exponent_f32(S->gamma * dot + S->coef0, S->degree); in arm_svm_polynomial_predict_f32()
|
D | arm_svm_polynomial_predict_f16.c | 162 S->degree),vctp16q(4)); in arm_svm_polynomial_predict_f16() 237 (vaddq_n_f16(vmulq_n_f16(vtmp, S->gamma), S->coef0), S->degree), in arm_svm_polynomial_predict_f16() 296 (vaddq_n_f16(vmulq_n_f16(vtmp, S->gamma), S->coef0), S->degree), in arm_svm_polynomial_predict_f16() 323 … sum += S->dualCoefficients[i] * (_Float16)arm_exponent_f16(S->gamma * dot + S->coef0, S->degree); in arm_svm_polynomial_predict_f16()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_filter_anisotropic.txt | 43 a per-texture object basis the maximum degree of anisotropy to 46 Increasing a texture object's maximum degree of anisotropy may 49 to clamp the specified degree of anisotropy to the implementation's 50 maximum supported degree of anisotropy. 52 A texture's maximum degree of anisotropy is specified independent 58 degree of anisotropy of two could be treated as a 2-tap filter that 65 filter, a LINEAR magnification filter, and a large maximum degree 73 RESOLUTION: NO. The maximum degree of anisotropy should control 84 Should an implementation-defined limit for the maximum maximum degree of 88 maximum degree of anisotropy implies anything about texture [all …]
|
/third_party/qrcodegen/c/ |
D | qrcodegen.c | 61 testable void reedSolomonComputeDivisor(int degree, uint8_t result[]); 63 const uint8_t generator[], int degree, uint8_t result[]); 358 testable void reedSolomonComputeDivisor(int degree, uint8_t result[]) { in reedSolomonComputeDivisor() argument 359 assert(1 <= degree && degree <= qrcodegen_REED_SOLOMON_DEGREE_MAX); in reedSolomonComputeDivisor() 362 memset(result, 0, (size_t)degree * sizeof(result[0])); in reedSolomonComputeDivisor() 363 result[degree - 1] = 1; // Start off with the monomial x^0 in reedSolomonComputeDivisor() 369 for (int i = 0; i < degree; i++) { in reedSolomonComputeDivisor() 371 for (int j = 0; j < degree; j++) { in reedSolomonComputeDivisor() 373 if (j + 1 < degree) in reedSolomonComputeDivisor() 385 const uint8_t generator[], int degree, uint8_t result[]) { in reedSolomonComputeRemainder() argument [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | ps_PK.txt | 19 degree{ 104 degree{
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | ps_PK.txt | 19 degree{ 104 degree{
|
D | ceb.txt | 33 degree{ 34 dnam{"mga degree"} 35 one{"{0} ka degree"} 36 other{"{0} ka mga degree"} 814 dnam{"mga degree Celsius"} 815 one{"{0} ka degree Celsius"} 816 other{"{0} degree Celsius"} 819 dnam{"mga degree Fahrenheit"} 820 one{"{0} degree Fahrenheit"} 821 other{"{0} degree Fahrenheit"} [all …]
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | QrCode.java | 657 private static byte[] reedSolomonComputeDivisor(int degree) { in reedSolomonComputeDivisor() argument 658 if (degree < 1 || degree > 255) in reedSolomonComputeDivisor() 662 byte[] result = new byte[degree]; in reedSolomonComputeDivisor() 663 result[degree - 1] = 1; // Start off with the monomial x^0 in reedSolomonComputeDivisor() 669 for (int i = 0; i < degree; i++) { in reedSolomonComputeDivisor()
|
/third_party/qrcodegen/rust-no-heap/src/ |
D | lib.rs | 867 degree: usize, field 876 fn new(degree: usize) -> Self { in new() 879 degree: degree, in new() 881 assert!((1 ..= result.divisor.len()).contains(°ree), "Degree out of range"); in new() 882 let divisor: &mut [u8] = &mut result.divisor[ .. degree]; in new() 883 divisor[degree - 1] = 1; // Start off with the monomial x^0 in new() 889 for _ in 0 .. degree { // Unused variable i in new() 891 for j in 0 .. degree { in new() 905 assert_eq!(result.len(), self.degree); in compute_remainder()
|
/third_party/libinput/doc/user/ |
D | absolute-axes.rst | 88 - 90 degree clockwise: 95 - 180 degree clockwise: 102 - 270 degree clockwise: 139 a movement from 0/0 to 50%/50% is not a 45-degree line.
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | svm_functions.h | 106 int32_t degree; /**< Polynomial degree */ member 200 int32_t degree,
|
D | svm_functions_f16.h | 105 int32_t degree; /**< Polynomial degree */ member 199 int32_t degree,
|
/third_party/optimized-routines/math/tools/ |
D | exp2.sollya | 7 deg = 3; // poly degree 13 //deg = 5; // poly degree
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_EXT_texture_filter_anisotropic.txt | 41 degree of anisotropy. 74 degree of anisotropy.
|
/third_party/libinput/src/ |
D | util-matrix.h | 39 deg2rad(int degree) in deg2rad() argument 41 return M_PI * degree / 180.0; in deg2rad()
|