Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dfloat_packer.h52 uint32_t exponent = f32.ui & F32_INFINITY; // Exponent in BASE_BEGIN_NAMESPACE() local
83 uint32_t exponent = val & F16_INFINITY; // Exponent in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_func_declaration.h37 double exponent = 1.0; member
55 void SetExponent(double exponent) in SetExponent()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_inplace_fog_common.h34 const float exponent = max(-127.0f, layer.fallOff * (rayOrigY - layer.offset)); in CalculateLineIntegral() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h196 struct exponent { struct
197 uint32_t length;
198 uint8_t exp[HC_EXPONENT_LEN];
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h455 bool exponent = false; in parse_number() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h590 bool exponent = false; in CORE_BEGIN_NAMESPACE() local