Home
last modified time | relevance | path

Searched +defs:e +defs:x (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h25 vec3 TonemapAces(vec3 x) in TonemapAces()
31 const float e = 0.14f; in TonemapAces() local
39 vec3 TonemapAcesFilmRec2020(vec3 x) in TonemapAcesFilmRec2020()
45 float e = 1.9f; in TonemapAcesFilmRec2020() local
53 float TonemapFilmic(float x) in TonemapFilmic()
59 const float e = 0.02f; in TonemapFilmic() local
63 vec3 TonemapFilmic(vec3 x) in TonemapFilmic()
69 const float e = 0.02f; in TonemapFilmic() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_bn.c51 …struct HksBnExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct… in BnBuildParams()
66 static int32_t BnExpModExport(BIGNUM *bnX, struct HksBlob *x) in BnExpModExport()
101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod()
102 const struct HksBlob *e, const struct HksBlob *n) in HksOpensslBnExpMod()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_bn.c32 static int32_t CheckBnExpModNx(const struct HksBlob *n, const struct HksBlob *x) in CheckBnExpModNx()
48 int32_t HksMbedtlsBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksMbedtlsBnExpMod()
49 const struct HksBlob *e, const struct HksBlob *n) in HksMbedtlsBnExpMod()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DGLFrame.js37 function touchStart(e) { argument
38 document.addEventListener('contextmenu', function (e) { argument
48 function touchMove(e) { argument
56 function touchEnd(e) { argument
65 function mouseDown(e) { argument
84 function mouseMove(e) { argument
92 function mouseUp(e) { argument
112 function keyDown(e) { argument
171 document.addEventListener('contextmenu', function (e) { argument
191 callbackProctouch(msg, x, y) { argument
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_bn_exp_mod_test.c63 struct HksBlob *x = NULL; in LITE_TEST_CASE() local
65 struct HksBlob *e = NULL; in LITE_TEST_CASE() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DMatrix.js40 setTranslate(x, y, z) { argument
47 setScale(x, y, z) { argument
54 rotateX(e, s, c) { argument
73 rotateY(e, s, c) { argument
92 rotateZ(e, s, c) { argument
111 setRotate(angle, x, y, z) { argument
336 translate(x, y, z) { argument
345 scale(x, y, z) { argument
361 rotate(angle, x, y, z) { argument
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_bn_exp_mod_test.cpp63 struct HksBlob *x = NULL; variable
65 struct HksBlob *e = NULL; variable
H A Dhks_test_api_performance.c215 int32_t HksBnExpModRun(struct HksBlob *x, const struct HksBlob *a, in HksBnExpModRun()
216 const struct HksBlob *e, const struct HksBlob *n, uint32_t performTimes) in HksBnExpModRun()
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/
H A Dhksbnexpmod_fuzzer.cpp39 struct HksBlob x = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local
41 struct HksBlob e = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h29 #define HDI_BIT(x) (1U << (x)) argument
34 #define HDI_CHECK_ELEMENT(e, input, len) \ argument
42 #define HDI_CHECK_ELEMENT_BY_ID(e, inputid, input, len) \ argument
46 #define HDI_CHECK_ELEMENT_BY_EXTID(e, extid, input, len) \ argument
68 static inline int HdiCheckCompleted(const struct HdiElem *e, in HdiCheckCompleted()
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_lite.c83 static int32_t InitRsaPkCtx(const struct HksBlob *mod, const struct HksBlob *e, mbedtls_pk_context … in InitRsaPkCtx()
128 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey()
148 static int32_t InitEccPkCtx(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, in InitEccPkCtx()
190 static int32_t EccToX509PublicKey(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *… in EccToX509PublicKey()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_bn_exp_mod_test.cpp105 struct HksBlob *x = NULL; variable
107 struct HksBlob *e = NULL; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?gl… argument
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DLightJS.cpp30 #define DECL_ENUM(enu, x) \ in RegisterEnums() argument
42 void BaseLight::Create(napi_env e, napi_callback_info i) in Create()
278 SpotLightJS::SpotLightJS(napi_env e, napi_callback_info i) in SpotLightJS()
308 PointLightJS::PointLightJS(napi_env e, napi_callback_info i) in PointLightJS()
337 DirectionalLightJS::DirectionalLightJS(napi_env e, napi_callback_info i) in DirectionalLightJS()
H A DToneMapJS.cpp104 #define DECL_ENUM(enu, x) \ in Init() argument
149 ToneMapJS::ToneMapJS(napi_env e, napi_callback_info i) : BaseObject<ToneMapJS>(e, i) in ToneMapJS()
H A DMaterialJS.cpp51 #define DECL_ENUM(enu, x) \ in Init() argument
112 ShaderMaterialJS::ShaderMaterialJS(napi_env e, napi_callback_info i) in ShaderMaterialJS()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js119 this.containerGlobalPosition = { x: 0, y: 0 }; property in FoldSplitContainer.constructor.containerGlobalPosition
683 let e = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp345 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f) in SetTransform()
357 void CanvasPath2D::MoveTo(double x, double y) in MoveTo()
365 void CanvasPath2D::LineTo(double x, double y) in LineTo()
373 void CanvasPath2D::Arc(double x, double y, double radius, double startAngle, double endAngle, doubl… in Arc()
396 void CanvasPath2D::QuadraticCurveTo(double cpx, double cpy, double x, double y) in QuadraticCurveTo()
406 void CanvasPath2D::BezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, doub… in BezierCurveTo()
419double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double end… in Ellipse()
433 void CanvasPath2D::Rect(double x, double y, double width, double height) in Rect()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp54 for (const auto& e : g_validExts) { local
118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)…
320 FILE* e = fopen(fname.c_str(), "wb"); local
468 FILE* e = fopen(fname.c_str(), "wb"); local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp90 inline float SafePow(float x, float e) in SafePow()
101 return [gamma](float x) { return SafePow(x, 1.0f / gamma); }; in GenOETF()
110 return [gamma](float x) { return SafePow(x, gamma); }; in GenEOTF()
119 float e = 0.0f; member
123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq()
129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq()
163 return [params](float x) { return RcpResponse(x, params); }; in GenOETF()
172 return [params](float x) { return ResponsePq(x, params); }; in GenEOTF()
176 return [params](float x) { return Response(x, params); }; in GenEOTF()
179 return [params](float x) { return FullResponse(x, params); }; in GenEOTF()
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_api_performance.c207 int32_t HksBnExpModRun(struct HksBlob *x, const struct HksBlob *a, in HksBnExpModRun()
208 const struct HksBlob *e, const struct HksBlob *n, uint32_t performTimes) in HksBnExpModRun()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c220 int OpensslEcPointSetAffineCoordinatesGfp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, in OpensslEcPointSetAffineCoordinatesGfp()
428 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew()
475 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId()
692 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey()
697 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx()
707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
812 int OpensslPemWriteBioRsaPublicKey(BIO *bp, RSA *x) in OpensslPemWriteBioRsaPublicKey()
817 int OpensslPemWriteBioRsaPubKey(BIO *bp, RSA *x) in OpensslPemWriteBioRsaPubKey()
1331 int OpensslAsn1OctetStringSet(ASN1_OCTET_STRING *x, const unsigned char *d, int len) in OpensslAsn1OctetStringSet()
1412 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
[all …]

12