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:Determinant
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
graphic_math.h
387
T
Determinant
() const;
522
T Matrix3<T>::
Determinant
() const
in Determinant()
function in OHOS::Matrix3
533
T det = this->
Determinant
();
in Inverse()
658
T
Determinant
() const;
814
T Matrix4<T>::
Determinant
() const
in Determinant()
function in OHOS::Matrix4
818
tmpData[i] = ConomialMatrix(0, i).
Determinant
() * data_[i];
in Determinant()
827
T det = this->
Determinant
();
in Inverse()
843
tmpData[row * ORDER_MATRIX_4 + col] = ConomialMatrix(row, col).
Determinant
() * negative * invDet;
in Inverse()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix4.h
94
double
Determinant
() const;
H
A
D
matrix4.cpp
360
double Matrix4::
Determinant
() const
in Determinant()
function in OHOS::Ace::Matrix4
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_matrix3.h
67
T
Determinant
() const;
159
T det =
Determinant
();
in Inverse()
403
T Matrix3<T>::
Determinant
() const
in Determinant()
function in OHOS::Rosen::Matrix3
/foundation/multimodalinput/input/util/common/include/
H
A
D
mmi_matrix3.h
69
T
Determinant
() const;
173
T det =
Determinant
();
in Inverse()
417
T Matrix3<T>::
Determinant
() const
in Determinant()
function in OHOS::MMI::Matrix3
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
matrix4_test.cpp
427
EXPECT_DOUBLE_EQ(matrix4Obj2.
Determinant
(), DEFAULT_DOUBLE1);
in HWTEST_F()
434
EXPECT_DOUBLE_EQ(matrix4Obj3.
Determinant
(), DEFAULT_DOUBLE0);
in HWTEST_F()
/foundation/graphic/graphic_utils_lite/test/
H
A
D
graphic_math_unit_test.cpp
566
* @tc.desc: Verify
Determinant
operator function, equal.
577
EXPECT_EQ(matrix2->
Determinant
(), 0);
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
scene_util.cpp
107
isCameraNegative = Math::
Determinant
(cameraComponent.customProjectionMatrix) < 0.0f;
in CalculateProjectionMatrix()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H
A
D
matrix_util.h
437
static inline constexpr float
Determinant
(const Mat4X4& mat4X4)
in Determinant()
function
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_system.cpp
1501
const bool isMeshNegative = Math::
Determinant
(mpd.world) < 0.0f;
in ProcessMesh()
Completed in 17 milliseconds