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
refs:speed_
(Results
1 - 5
of
5
) sorted by relevance
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H
A
D
conversion_filter.cpp
72
speed_
=
speed_
+ (input - pos_) * filterCoefficient_;
in FilterLowResonant()
73
pos_ = pos_ +
speed_
;
in FilterLowResonant()
74
speed_
=
speed_
* r;
in FilterLowResonant()
104
speed_
=
speed_
+ (input - pos_) * filterCoefficient_;
in FilterHighResonant()
105
pos_ = pos_ +
speed_
;
in FilterHighResonant()
106
speed_
=
speed_
*
in FilterHighResonant()
[all...]
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
33
speed_
= 0.0;
in Location()
57
speed_
= location.GetSpeed();
in Location()
83
speed_
= parcel.ReadDouble();
in ReadFromParcel()
138
parcel.WriteDouble(
speed_
) &&
in Marshalling()
170
", speed : " + std::to_string(
speed_
) +
in ToString()
/base/location/interfaces/inner_api/include/
H
A
D
location.h
73
return
speed_
;
in GetSpeed()
78
speed_
= speed;
in SetSpeed()
265
double
speed_
;
member in OHOS::Location::Location
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/
H
A
D
conversion_filter.h
125
double
speed_
{ 0.0 };
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
1083
location2->
speed_
= 1.0;
in HWTEST_F()
1085
location2->
speed_
= 0.0;
in HWTEST_F()
Completed in 4 milliseconds