Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_bigint.cpp49 ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t… in ARKTS_CreateBigIntWithBytes()
101 void ARKTS_BigIntReadBytes(ARKTS_Env env, ARKTS_Value value, bool* isNegative, int64_t byteCount, u… in ARKTS_BigIntReadBytes()
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp597 bool isNegative = false; in TestBigint16Bytes() local
621 bool isNegative = false; in TestBigint28Bytes() local
647 bool isNegative = false; in TestBigint32Bytes() local
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md1315 ### isNegative subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md1317 ### isNegative subsection
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp71 const bool isNegative = flipWinding in IsInverseWinding() local
H A Drender_node_default_material_render_slot.cpp158 const bool isNegative = flipWinding in IsInverseWinding() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1421 const bool isNegative) in ProcessSubmesh()