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:asin
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H
A
D
mathf.h
153
/**
asin
wrapper for float */
154
inline float
asin
(float value)
in asin()
function
H
A
D
quaternion_util.h
166
const float pitch = (fabs(sinp) >= 1.f) ? copysign(Math::PI / 2.0f, sinp) :
asin
(sinp);
in ToEulerRad()
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H
A
D
rosen_render_data_panel.cpp
811
0.0, sweepDegree_ + 2 * PRECISION_CORRECTION + 180.0 / M_PI * std::
asin
(thickness / ((diameter) / 2)), 0,
in PaintLoadingProgress()
835
sweepDegree_ + 2 * PRECISION_CORRECTION + 180.0 / M_PI * std::
asin
(thickness / ((diameter) / 2)), nullptr));
in PaintLoadingProgress()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H
A
D
data_panel_modifier.cpp
227
float radian =
asin
(sine);
in GetPaintPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_layout_algorithm.cpp
125
auto alpha = std::
asin
(radius.ConvertToPx() / side);
in GetEndP2P4()
140
auto alpha = std::
asin
(radius.ConvertToPx() / side);
in GetP2()
Completed in 9 milliseconds