Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:round
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H
A
D
mathf.h
106
inline float
round
(float value)
in round()
function
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H
A
D
raw_input_injector.cpp
292
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
D
mesh_builder.cpp
156
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
D
input_hub.cpp
1201
constexpr int
round
= 7;
in SizeofBitArray()
local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
audio_process_in_client.cpp
839
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