/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | float_packer.h | 52 uint32_t exponent = f32.ui & F32_INFINITY; // Exponent in BASE_BEGIN_NAMESPACE() local 63 noSign = (exponent < 0x38800000) ? 0 : noSign; // Flush-to-zero in BASE_BEGIN_NAMESPACE() 66 noSign = (exponent > 0x47000000) ? F16_INFINITY : noSign; // Clamp-to-inf in BASE_BEGIN_NAMESPACE() 83 uint32_t exponent = val & F16_INFINITY; // Exponent in BASE_BEGIN_NAMESPACE() local 92 noSign = (exponent == 0 ? 0 : noSign); // Denormals-as-zero in BASE_BEGIN_NAMESPACE() 93 noSign = (exponent == F16_INFINITY ? F32_INFINITY : noSign); // Clamp-to-inf in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_func_declaration.h | 37 double exponent = 1.0; member 55 void SetExponent(double exponent) in SetExponent() argument 58 attribute.exponent = exponent; in SetExponent() 116 return attribute.exponent; in GetExponent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_inplace_fog_common.h | 34 const float exponent = max(-127.0f, layer.fallOff * (rayOrigY - layer.offset)); in CalculateLineIntegral() local 41 …return layer.density * exp2(-exponent) * (abs(falloff) > epsilon ? lineIntegral : lineIntegralTayl… in CalculateLineIntegral()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | json.h | 455 bool exponent = false; in parse_number() local 465 exponent = true; in parse_number() 476 exponent = true; in parse_number() 497 exponent = true; in parse_number() 502 if (exponent) { in parse_number()
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-concepts.md | 34 0x03, 0x00, 0x00, 0x00, // Length of the public key exponent e (byte): 3 35 0x00, 0x01, 0x00, 0x00, // Length of the private key exponent d (byte): 256 53 // Public key exponent e 55 // Private key exponent d 135 0x00, 0x00, 0x00, 0x00, // Length of the public key exponent e (byte): 0 136 0x00, 0x01, 0x00, 0x00, // Length of the private key exponent d (byte): 256 154 // Private key exponent d
|
H A D | huks-import-key-in-plaintext-arkts.md | 74 0x03, 0x00, 0x00, 0x00, // Length of the public key exponent e (byte): 3 75 0x00, 0x01, 0x00, 0x00, // Length of the private key exponent d (byte): 256 93 // Public key exponent e 95 // Private key exponent d
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/ |
H A D | json.h | 590 bool exponent = false; in CORE_BEGIN_NAMESPACE() local 600 exponent = true; in CORE_BEGIN_NAMESPACE() 611 exponent = true; in CORE_BEGIN_NAMESPACE() 629 exponent = true; in CORE_BEGIN_NAMESPACE() 632 if (exponent) { in CORE_BEGIN_NAMESPACE() 649 if (fraction || exponent) { in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/ |
H A D | base.h | 196 struct exponent { struct
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-reference.md | 91 - 部分未定义行为检测:ubsan(bool,integer-divide-by-zero,return,returns-nonnull-attribute,shift-exponent,unrea…
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_asym_key_api.md | 149 | CRYPTO_RSA_D_DATABLOB | Private key **sk** (private key exponent **d**) in the RSA algorithm. | 150 | CRYPTO_RSA_E_DATABLOB | Public key **pk** (public key exponent **e**) in the RSA algorithm. |
|
H A D | js-apis-cryptoFramework.md | 177 | RSA_SK_BN | 302 | Private key **sk** (private key exponent **d**) in the RSA algorithm.| 178 | RSA_PK_BN | 303 | Public key **pk** (public key exponent **e**) in the RSA algorithm.|
|
/ohos5.0/build/config/sanitizers/ |
H A D | BUILD.gn | 495 "-fsanitize=shift-exponent", 787 …"-fsanitize=bool,integer-divide-by-zero,return,returns-nonnull-attribute,shift-exponent,unreachabl… 796 …"-fsanitize=bool,integer-divide-by-zero,return,returns-nonnull-attribute,shift-exponent,unreachabl…
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_client.c | 224 struct exponent exp = {.length = 1}; in parse_start_response_data()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl1ext_entries.in | 232 HOOK_API_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed *mantissa, GLint *exponent) 233 CALL_HOOK_API_RET(glQueryMatrixxOES, mantissa, exponent)
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-asym-key-generation-conversion-spec.md | 59 - **sk**: private exponent, which is often written as **d** in the formula. 61 - **pk**: public exponent, which is often written as **e** in the formula.
|
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 26 …work.md#getasykeyspec10) to obtain the modulus **n** and the public key exponent **pk** (expressed…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 112 | e | number | 是 | 是 | exponent:表示Decimal数十进制指数的数目。 | 3129 static pow(base: Value, exponent: Value): Decimal 3131 返回一个值为base的exponent次幂的Decimal对象,按照[DecimalConfig.precision](#decimalconfig)设置有效位数,按照[DecimalConfig.… 3142 | exponent | [Value](#value) | 是 | 幂运算的幂的值。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 89 | toExpNeg | number | No | No | Negative exponent value at and below which [toSt… 90 | toExpPos | number | No | No | Positive exponent value at and above which [toSt… 91 … | No | No | Minimum negative exponents. A decimal with an exponent less than this mi… 92 … | number | No | No | Maximum positive exponent. A decimal with an exponent gre… 2479 …tring. If the positive exponent of the decimal is greater than or equal to [toExpPos](#decimalconf… 3127 static pow(base: Value, exponent: Value): Decimal 3140 | exponent | [Value](#value) | Yes | Power of the exponentiation operation. |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-reference.md | 94 …er-divide-by-zero**, **return**, **returns-nonnull-attribute**, **shift-exponent**, **unreachable*…
|
/ohos5.0/base/startup/hvb/tools/ |
H A D | hvbtool.py | 198 self.exponent = 65537
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 635 …exponent by element. The calculation formula is output = base ^ (shift + scale \* input), in which… 660 | OH_NN_OPS_RECIPROCAL<sup>12+</sup> | Calculates the reciprocal of the input exponent by element.<…
|