/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/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/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/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/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{
|
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 …]
|
D | ug.txt | 13 degree{ 216 degree{ 408 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 …]
|
D | ug.txt | 13 degree{ 216 degree{ 408 degree{
|
D | uz_Cyrl.txt | 27 degree{ 238 degree{ 449 degree{
|
/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/optimized-routines/math/tools/ |
D | exp2.sollya | 7 deg = 3; // poly degree 13 //deg = 5; // poly degree
|
/third_party/libinput/src/ |
D | util-matrix.h | 39 deg2rad(int degree) in deg2rad() argument 41 return M_PI * degree / 180.0; in deg2rad()
|
/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/skia/third_party/externals/freetype/src/type1/ |
D | t1afm.c | 372 FT_Int degree, in T1_Get_Track_Kerning() argument 387 if ( tk->degree != degree ) in T1_Get_Track_Kerning()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 1178 Bezier_Up( RAS_ARGS Int degree, in Bezier_Up() argument 1192 y1 = arc[degree].y; in Bezier_Up() 1222 *top++ = arc[degree].x; in Bezier_Up() 1254 y1 = arc[degree].y; in Bezier_Up() 1258 arc += degree; in Bezier_Up() 1262 *top++ = arc[degree].x + FMulDiv( arc[0].x - arc[degree].x, in Bezier_Up() 1264 arc -= degree; in Bezier_Up() 1277 arc -= degree; in Bezier_Up() 1313 Bezier_Down( RAS_ARGS Int degree, in Bezier_Down() argument 1325 if ( degree > 2 ) in Bezier_Down() [all …]
|
/third_party/qrcodegen/python/ |
D | qrcodegen.py | 521 def _reed_solomon_compute_divisor(degree: int) -> bytes: 524 if not (1 <= degree <= 255): 528 result = bytearray([0] * (degree - 1) + [1]) # Start off with the monomial x^0 534 for _ in range(degree): # Unused variable i 536 for j in range(degree): 538 if j + 1 < degree:
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 111 the i_th NURBS basis polynomial of degree d. 148 <vknotcount> implicitly define the degree of the NURBS curves or surfaces 149 defined. For curves, the degree is defined as: 151 For surfaces, the second degree is defined as:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 111 the i_th NURBS basis polynomial of degree d. 148 <vknotcount> implicitly define the degree of the NURBS curves or surfaces 149 defined. For curves, the degree is defined as: 151 For surfaces, the second degree is defined as:
|