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:dsc_roundf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/
H
A
D
rc_calc_fpu.c
54
static double
dsc_roundf
(double num)
in dsc_roundf()
function
115
*p++ = (bpp <= 6) ? (0) : ((((bpp >= 8) && (bpp <= 12))) ? (2) : ((bpp >= 15) ? (10) : ((((bpp > 6) && (bpp < 8))) ? (0 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (2 +
dsc_roundf
((bpp - 12) * (8 / 3.0))))));
in get_ofs_set()
116
*p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (8) : ((((bpp > 6) && (bpp < 8))) ? (-2 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (0 +
dsc_roundf
((bpp - 12) * (8 / 3.0))))));
in get_ofs_set()
117
*p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (6) : ((((bpp > 6) && (bpp < 8))) ? (-2 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (0 +
dsc_roundf
((bpp - 12) * (6 / 3.0))))));
in get_ofs_set()
118
*p++ = (bpp <= 6) ? (-4) : ((((bpp >= 8) && (bpp <= 12))) ? (-2) : ((bpp >= 15) ? (4) : ((((bpp > 6) && (bpp < 8))) ? (-4 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (-2 +
dsc_roundf
((bpp - 12) * (6 / 3.0))))));
in get_ofs_set()
119
*p++ = (bpp <= 6) ? (-6) : ((((bpp >= 8) && (bpp <= 12))) ? (-4) : ((bpp >= 15) ? (2) : ((((bpp > 6) && (bpp < 8))) ? (-6 +
dsc_roundf
((bp
in get_ofs_set()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc.c
90
static double
dsc_roundf
(double num)
in dsc_roundf()
function
115
*p++ = (bpp <= 6) ? (0) : ((((bpp >= 8) && (bpp <= 12))) ? (2) : ((bpp >= 15) ? (10) : ((((bpp > 6) && (bpp < 8))) ? (0 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (2 +
dsc_roundf
((bpp - 12) * (8 / 3.0))))));
in get_ofs_set()
116
*p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (8) : ((((bpp > 6) && (bpp < 8))) ? (-2 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (0 +
dsc_roundf
((bpp - 12) * (8 / 3.0))))));
in get_ofs_set()
117
*p++ = (bpp <= 6) ? (-2) : ((((bpp >= 8) && (bpp <= 12))) ? (0) : ((bpp >= 15) ? (6) : ((((bpp > 6) && (bpp < 8))) ? (-2 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (0 +
dsc_roundf
((bpp - 12) * (6 / 3.0))))));
in get_ofs_set()
118
*p++ = (bpp <= 6) ? (-4) : ((((bpp >= 8) && (bpp <= 12))) ? (-2) : ((bpp >= 15) ? (4) : ((((bpp > 6) && (bpp < 8))) ? (-4 +
dsc_roundf
((bpp - 6) * (2 / 2.0))) : (-2 +
dsc_roundf
((bpp - 12) * (6 / 3.0))))));
in get_ofs_set()
119
*p++ = (bpp <= 6) ? (-6) : ((((bpp >= 8) && (bpp <= 12))) ? (-4) : ((bpp >= 15) ? (2) : ((((bpp > 6) && (bpp < 8))) ? (-6 +
dsc_roundf
((bp
in get_ofs_set()
[all...]
Completed in 2 milliseconds