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:GetSqrLength
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_vector2.h
62
T
GetSqrLength
() const;
256
return sqrt(
GetSqrLength
());
in GetLength()
260
T Vector2<T>::
GetSqrLength
() const
in GetSqrLength()
function in OHOS::Rosen::Vector2
H
A
D
rs_vector3.h
44
T
GetSqrLength
() const;
132
T Vector3<T>::
GetSqrLength
() const
in GetSqrLength()
function in OHOS::Rosen::Vector3
143
return sqrt(
GetSqrLength
());
in GetLength()
H
A
D
rs_vector4.h
49
T
GetSqrLength
() const;
209
T Vector4<T>::
GetSqrLength
() const
in GetSqrLength()
function in OHOS::Rosen::Vector4
221
return sqrt(
GetSqrLength
());
in GetLength()
/foundation/multimodalinput/input/util/common/include/
H
A
D
mmi_vector2.h
62
T
GetSqrLength
() const;
245
return sqrt(
GetSqrLength
());
in GetLength()
249
T Vector2<T>::
GetSqrLength
() const
in GetSqrLength()
function in OHOS::MMI::Vector2
H
A
D
mmi_vector3.h
43
T
GetSqrLength
() const;
131
T Vector3<T>::
GetSqrLength
() const
in GetSqrLength()
function in OHOS::MMI::Vector3
142
return sqrt(
GetSqrLength
());
in GetLength()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H
A
D
rs_vector3_test.cpp
80
* @tc.desc: test results of
GetSqrLength
87
float res = vector.
GetSqrLength
();
in HWTEST_F()
H
A
D
rs_vector4_test.cpp
66
* @tc.desc: test results of
GetSqrLength
73
float sum = vector.
GetSqrLength
();
in HWTEST_F()
Completed in 9 milliseconds