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:reciprocal
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
trans_affine.h
149
* @brief Computes the
reciprocal
of a determinant
155
float
reciprocal
= data_[0] * data_[4] - data_[3] * data_[1];
in DeterminantReciprocal()
local
156
if (
reciprocal
== 0) {
in DeterminantReciprocal()
159
return 1.0f /
reciprocal
;
in DeterminantReciprocal()
234
float
reciprocal
= DeterminantReciprocal();
in InverseTransform()
local
235
float a = (*x - data_[2]) *
reciprocal
;
in InverseTransform()
236
float b = (*y - data_[5]) *
reciprocal
;
in InverseTransform()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_neon_utils.h
74
float32x4_t
reciprocal
= vrecpeq_f32(b);
in NeonDiv()
local
75
reciprocal
= vmulq_f32(vrecpsq_f32(b,
reciprocal
),
reciprocal
);
in NeonDiv()
76
reciprocal
= vmulq_f32(vrecpsq_f32(b,
reciprocal
),
reciprocal
);
in NeonDiv()
77
return vmulq_f32(a,
reciprocal
);
in NeonDiv()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H
A
D
lite_graph_to_hdi_model_v2_1.cpp
1117
Reciprocal
reciprocal
{};
in ConvertReciprocal()
1120
(void)ReciprocalBlockMarshalling(data,
reciprocal
);
in ConvertReciprocal()
Completed in 5 milliseconds