Home
last modified time | relevance | path

Searched defs:round (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h106 inline float round(float value) in round() function
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_injector.cpp292 int32_t round = 0; in DumpAllInjectingActions() local
314 int32_t round = 0; in DoInject() local
361 void RawInputInjector::DumpInjectingInfo(int32_t round, std::vector<InjectingInfo>& activedInjectingInfos, in DumpInjectingInfo() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp156 const float round = v >= 0.f ? +.5f : -.5f; variable
187 const float round = v >= 0.f ? +.5f : -.5f; variable
228 auto round = v >= 0 ? (srcH - 1) : (-srcH + 1); in onstexpr() local
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1201 constexpr int round = 7; in SizeofBitArray() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp839 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ProcessData() local
878 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in Enqueue() local
1234 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in ClientPrepareNextLoop() local
1496 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); in PrepareCurrentLoop() local
1532 size_t round in FinishHandleCurrentLoop() local
1650 size_t round = (spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); ProcessCallbackFucIndependent() local
1726 int64_t round = static_cast<int64_t>(spanSizeInFrame_ == 0 ? 1 : clientSpanSizeInFrame_ / spanSizeInFrame_); CheckIfWakeUpTooLate() local
[all...]

Completed in 10 milliseconds