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:FLOAT_PI
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
scalar.h
28
static const scalar
FLOAT_PI
= 3.14159265f;
member
51
return radians * (180 /
FLOAT_PI
);
in ConvertRadiansToDegrees()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
matrix.h
46
static constexpr float
FLOAT_PI
= 3.14159265f;
member
56
return degrees * (
FLOAT_PI
/ RADIAN_FACTOR);
in DegreesToRadians()
62
return radians * (RADIAN_FACTOR /
FLOAT_PI
);
in RadiansToDegrees()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_spring_model.cpp
55
double naturalAngularVelocity = 2 *
FLOAT_PI
/ response_;
in CalculateSpringParameters()
98
double naturalAngularVelocity = 2 *
FLOAT_PI
/ response_;
in EstimateDuration()
207
double naturalAngularVelocity = 2.0 *
FLOAT_PI
/ response_;
240
double naturalAngularVelocity = 2.0 *
FLOAT_PI
/ response_;
275
double naturalAngularVelocity = 2.0 *
FLOAT_PI
/ response_;
H
A
D
rs_animation_rate_decider.cpp
155
// let w = propertyValue => w *= H *
FLOAT_PI
/ 360
in ProcessFloat()
157
propertyValue *= height *
FLOAT_PI
/ 360;
in ProcessFloat()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H
A
D
add_arc.cpp
33
#define
FLOAT_PI
3.14159265f
macro
76
const float rad = (deg) * (
FLOAT_PI
/ 180);
in OnTestFunction()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_spring_model.h
34
constexpr float
FLOAT_PI
= 3.14159265f;
member
116
double naturalAngularVelocity = 2 *
FLOAT_PI
/ response_;
in EstimateDuration()
156
double naturalAngularVelocity = 2 *
FLOAT_PI
/ response_;
in CalculateSpringParameters()
Completed in 3 milliseconds