/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_bigint.cpp | 49 ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t… in ARKTS_CreateBigIntWithBytes() argument 77 auto result = panda::BigIntRef::CreateBigWords(vm, isNegative, totalCnt, u64v.data()); in ARKTS_CreateBigIntWithBytes() 101 void ARKTS_BigIntReadBytes(ARKTS_Env env, ARKTS_Value value, bool* isNegative, int64_t byteCount, u… in ARKTS_BigIntReadBytes() argument 110 bigint->GetWordsArray(vm, isNegative, u64cnt, reinterpret_cast<uint64_t*>(bytes)); in ARKTS_BigIntReadBytes()
|
H A D | ark_interop_napi.h | 213 EXPORT ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const … 216 EXPORT void ARKTS_BigIntReadBytes(ARKTS_Env env, ARKTS_Value value, bool* isNegative,
|
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/ |
H A D | test_ark_interop.cpp | 597 bool isNegative = false; in TestBigint16Bytes() local 598 auto value = ARKTS_CreateBigIntWithBytes(env, isNegative, std::size(origin), origin); in TestBigint16Bytes() 603 ARKTS_BigIntReadBytes(env, value, &isNegative, std::size(origin), received); in TestBigint16Bytes() 604 EXPECT_FALSE(isNegative); in TestBigint16Bytes() 621 bool isNegative = false; in TestBigint28Bytes() local 624 auto value = ARKTS_CreateBigIntWithBytes(env, isNegative, std::size(origin), origin); in TestBigint28Bytes() 629 ARKTS_BigIntReadBytes(env, value, &isNegative, expectSize, received); in TestBigint28Bytes() 630 EXPECT_FALSE(isNegative); in TestBigint28Bytes() 647 bool isNegative = false; in TestBigint32Bytes() local 653 ARKTS_BigIntReadBytes(env, value, &isNegative, std::size(origin), received); in TestBigint32Bytes() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_depth_render_slot.cpp | 71 const bool isNegative = flipWinding in IsInverseWinding() local 74 return isNegative; in IsInverseWinding()
|
H A D | render_node_default_material_render_slot.cpp | 158 const bool isNegative = flipWinding in IsInverseWinding() local 161 return isNegative; in IsInverseWinding()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 1317 ### isNegative subsection 1319 isNegative(): boolean 1337 let data1: boolean = data.isNegative(); 1338 console.info("test Decimal isNegative:" + data1); // 'test Decimal isNegative:true' 1341 let data3: boolean = data.isNegative(); 1342 console.info("test Decimal isNegative:" + data3); // 'test Decimal isNegative:true'
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 179 …t uint32_t subMeshIdx, const uint32_t skinJointIndex, const MinAndMax& mam, const bool isNegative);
|
H A D | render_system.cpp | 1421 const bool isNegative) in ProcessSubmesh() argument 1445 if (isNegative) { in ProcessSubmesh()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 1315 ### isNegative subsection 1317 isNegative(): boolean 1335 let data1: boolean = data.isNegative(); 1336 console.info("test Decimal isNegative:" + data1); // 'test Decimal isNegative:true' 1339 let data3: boolean = data.isNegative(); 1340 console.info("test Decimal isNegative:" + data3); // 'test Decimal isNegative:true'
|