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:arg1_value
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
bw_fixed.c
62
uint64_t
arg1_value
;
in bw_frc_to_fixed()
local
71
arg1_value
= abs_i64(numerator);
in bw_frc_to_fixed()
73
res_value = div64_u64_rem(
arg1_value
, arg2_value, &remainder);
in bw_frc_to_fixed()
149
uint64_t
arg1_value
= abs_i64(arg1.value);
in bw_mul()
local
152
uint64_t arg1_int = BW_FIXED_GET_INTEGER_PART(
arg1_value
);
in bw_mul()
155
uint64_t arg1_fra = GET_FRACTIONAL_PART(
arg1_value
);
in bw_mul()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
bw_fixed.c
62
uint64_t
arg1_value
;
in bw_frc_to_fixed()
local
71
arg1_value
= abs_i64(numerator);
in bw_frc_to_fixed()
73
res_value = div64_u64_rem(
arg1_value
, arg2_value, &remainder);
in bw_frc_to_fixed()
147
uint64_t
arg1_value
= abs_i64(arg1.value);
in bw_mul()
local
150
uint64_t arg1_int = BW_FIXED_GET_INTEGER_PART(
arg1_value
);
in bw_mul()
153
uint64_t arg1_fra = GET_FRACTIONAL_PART(
arg1_value
);
in bw_mul()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/
H
A
D
fixpt31_32.c
74
unsigned long long
arg1_value
= arg1_negative ? -numerator : numerator;
in dc_fixpt_from_fraction()
local
82
arg1_value
, arg2_value, &remainder);
in dc_fixpt_from_fraction()
126
unsigned long long
arg1_value
= arg1_negative ? -arg1.value : arg1.value;
in dc_fixpt_mul()
local
129
unsigned long long arg1_int = GET_INTEGER_PART(
arg1_value
);
in dc_fixpt_mul()
132
unsigned long long arg1_fra = GET_FRACTIONAL_PART(
arg1_value
);
in dc_fixpt_mul()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/
H
A
D
fixpt31_32.c
78
unsigned long long
arg1_value
= arg1_negative ? -numerator : numerator;
in dc_fixpt_from_fraction()
local
86
arg1_value
, arg2_value, &remainder);
in dc_fixpt_from_fraction()
130
unsigned long long
arg1_value
= arg1_negative ? -arg1.value : arg1.value;
in dc_fixpt_mul()
local
133
unsigned long long arg1_int = GET_INTEGER_PART(
arg1_value
);
in dc_fixpt_mul()
136
unsigned long long arg1_fra = GET_FRACTIONAL_PART(
arg1_value
);
in dc_fixpt_mul()
Completed in 2 milliseconds