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:EPSILON
(Results
1 - 17
of
17
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_animation_common.h
25
static constexpr float
EPSILON
= 1e-6;
member
/foundation/ai/neural_network_runtime/test/system_test/
H
A
D
end_to_end_test.cpp
38
const float
EPSILON
= 1e-4;
member
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H
A
D
norm_processor.cpp
30
const float
EPSILON
= 1e-6;
member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H
A
D
mathf.h
166
static constexpr float
EPSILON
= BASE_EPSILON;
member
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H
A
D
render_clock.cpp
29
constexpr double
EPSILON
= 0.000001;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H
A
D
rs_obj_abs_geometry.cpp
27
constexpr float
EPSILON
= 1e-4f;
member
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_particle_noise_field.cpp
20
constexpr float
EPSILON
= 1e-3;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc_slr.cpp
34
constexpr float
EPSILON
= 1e-6;
member
H
A
D
post_proc.cpp
59
constexpr float
EPSILON
= 1e-6;
member
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H
A
D
render_rating.h
33
constexpr double
EPSILON
= 0.000001;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H
A
D
window_scene_layout_manager.cpp
30
constexpr float
EPSILON
= 1e-3;
member
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
image_source.h
38
constexpr float
EPSILON
= 1e-6;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_modifier.cpp
53
constexpr double
EPSILON
= 0.01f;
member
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H
A
D
thumbnail_const.h
100
constexpr float
EPSILON
= 1e-6;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
flatbuffer_schema.cpp
29
constexpr double
EPSILON
= 0.000001; // 0.000001 for tolerance
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
image_utils.cpp
84
constexpr float
EPSILON
= 1e-6;
member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_session.h
375
const float
EPSILON
= 0.000001;
in FloatIsEqual()
local
Completed in 19 milliseconds