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:EPSINON
(Results
1 - 8
of
8
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_gesture_recognizer.cpp
26
constexpr float
EPSINON
= 0.0001f;
member
399
return offsetX >
EPSINON
? SWIPE_RIGHT : SWIPE_LEFT;
in GetSwipeDirection()
401
return offsetY <
EPSINON
? SWIPE_UP : SWIPE_DOWN;
in GetSwipeDirection()
432
if (nextVectorLength >
EPSINON
) {
in GetPointerPath()
449
if (vectorLength >
EPSINON
) {
in GetPointerPath()
H
A
D
accessibility_touch_guider.cpp
849
if (duration < -
EPSINON
|| duration >
EPSINON
) {
in GetAngleCos()
/foundation/multimedia/av_codec/services/engine/codeclist/
H
A
D
codeclist_core.cpp
24
constexpr float
EPSINON
= 0.0001;
member
106
if ((minValDouble > targetFrameRateDouble && fabs(minValDouble - targetFrameRateDouble) >=
EPSINON
) ||
in CheckVideoFrameRate()
107
(maxValDouble < targetFrameRateDouble && fabs(maxValDouble - targetFrameRateDouble) >=
EPSINON
)) {
in CheckVideoFrameRate()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_label.cpp
246
if (incrementAngle >= -
EPSINON
&& incrementAngle <=
EPSINON
) {
in CalculateAngle()
447
if (angle >= -
EPSINON
&& angle <=
EPSINON
) {
in CalculatedTransformDataInfo()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.cpp
39
constexpr double
EPSINON
= 0.0001;
member
1040
if (abs(rate - SPEED_0_75_X) <
EPSINON
) {
in ChangeSpeedToMode()
1043
if (abs(rate - SPEED_1_00_X) <
EPSINON
) {
in ChangeSpeedToMode()
1046
if (abs(rate - SPEED_1_25_X) <
EPSINON
) {
in ChangeSpeedToMode()
1049
if (abs(rate - SPEED_1_75_X) <
EPSINON
) {
in ChangeSpeedToMode()
1052
if (abs(rate - SPEED_2_00_X) <
EPSINON
) {
in ChangeSpeedToMode()
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_touch_guider.h
40
#define
EPSINON
0.01
macro
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
849
if (duration < -
EPSINON
|| duration >
EPSINON
) {
in GetAngleCos()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
graphic_math.h
84
static constexpr float
EPSINON
= 0.000001;
member
Completed in 10 milliseconds