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:denom
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
matrix.h
81
static inline float FDivide(const float number, const float
denom
)
in FDivide()
argument
83
if (std::fabs(
denom
- 0) < MATRIX_EPSILON) {
in FDivide()
86
return number /
denom
;
in FDivide()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/
H
A
D
jpeg_decoder_yuv.h
70
uint32_t
denom
;
member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H
A
D
jpeg_decoder_yuv.cpp
127
factor.
denom
= sf[i].
denom
;
in GetScaledFactor()
161
dinfo.scale_denom = static_cast<unsigned int>(factor.
denom
) ;
in JpegCalculateOutputSize()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
289
unsigned int
denom
= 8;
in GetScaledFraction()
local
304
dInfo.scale_denom =
denom
;
in GetScaledFraction()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
callbacks.c
435
if (g_macTimeBaseInfo.
denom
== 0) {
in FillpSysArchTimeToLonglong()
438
FILLP_LLONG l_time = (((*time) * g_macTimeBaseInfo.numer) / (g_macTimeBaseInfo.
denom
* FILLP_CONST_1K));
in FillpSysArchTimeToLonglong()
Completed in 7 milliseconds