Searched refs:modulo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/startup/hvb/tools/ |
H A D | hvbtool.py | 217 def calc_modinv(self, num1, modulo): argument 218 modinv_gcd, modinv_x, _ = self.calc_egcd(num1, modulo) 221 return modinv_x % modulo
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 62 Enumerates the rounding modes available in the modulo operation. 94 | modulo | [Modulo](#modulo) | No | No | Rounding mode used in the modulo operation. The … 121 …0 | Rounds in such a way that the result heads away from zero. In the modulo operation, if the … 122 …| 1 | Rounds in such a way that the result heads towards zero. In the modulo operation, the rem… 124 | ROUND_FLOOR | number | 3 | Rounds towards negative infinity. In the modulo operation, t… 127 …ors are equidistant, rounds towards the even neighbor. In the modulo operation, the modulo functio… 130 | EUCLID | number | 9 | Always a positive remainder in the modulo operation. The Euc… 4172 modulo: 1, 4229 modulo: 1, 4249 modulo: 1,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 96 | modulo | [Modulo](#modulo) | 否 | 否 | 模计算时使用的舍入模式,取值范围为0到9的整数,默认值为1。 | 4174 modulo: 1, 4231 modulo: 1, 4251 modulo: 1,
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 63 … or if the sweep angle is greater than or equal to 360°, and start angle modulo 90 is nearly zero,…
|
H A D | _drawing.md | 439 … or if the sweep angle is greater than or equal to 360°, and start angle modulo 90 is nearly zero,… 10224 …, or if the sweep angle is greater than or equal to 360° and start angle modulo 90 is nearly zero,… 10241 …value indicates a counterclockwise swipe. The actual swipe degree is the modulo operation result o… 10537 …value indicates a counterclockwise swipe. The actual swipe degree is the modulo operation result o…
|
H A D | js-apis-graphics-drawing.md | 541 1. The result of **startAngle** modulo 90 is close to 0. 543 In other cases, this API adds an arc by applying the result of **sweepAngle** modulo 360 to the pat…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-asym-key-generation-conversion-spec.md | 422 - **g**: a primitive root modulo **p**. It is shared by all communicating parties.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 897 // Returns the product of the two given field elements modulo GF(2^8/0x11D).
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 855 …modulo behavior (wrapping) when necessary for the proper execution of the program. It is recommend…
|