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:rnd_cct
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-commands.c
192
round_cct(double org_cct[], int
rnd_cct
[])
in round_cct()
argument
200
rnd_cct
[i] = (int) floor(mult_cct[i] + 0.5);
in round_cct()
208
if ((
rnd_cct
[k] == 11) &&
in round_cct()
209
(
rnd_cct
[k] ==
rnd_cct
[k + 1]) &&
in round_cct()
210
(
rnd_cct
[k] ==
rnd_cct
[k + 2])) {
in round_cct()
212
rnd_cct
[k + i]--;
in round_cct()
213
mult_cct[k + i] =
rnd_cct
[k + i];
in round_cct()
222
sum[i] +=
rnd_cct
[
in round_cct()
[all...]
H
A
D
epsonds.c
2749
void ESCIRoundColorCorrectionMatrix(int mult, double org_cct[], int
rnd_cct
[])
in ESCIRoundColorCorrectionMatrix()
argument
2762
rnd_cct
[i] = (int)floor(org_cct[i] * mult + 0.5);
in ESCIRoundColorCorrectionMatrix()
2769
if ( (
rnd_cct
[i*3]==11) &&
in ESCIRoundColorCorrectionMatrix()
2770
(
rnd_cct
[i*3]==
rnd_cct
[i*3+1]) &&
in ESCIRoundColorCorrectionMatrix()
2771
(
rnd_cct
[i*3]==
rnd_cct
[i*3+2]) ) {
in ESCIRoundColorCorrectionMatrix()
2772
rnd_cct
[i*3+i] --;
in ESCIRoundColorCorrectionMatrix()
2773
mult_cct[i*3+i] =
rnd_cct
[i*3+i];
in ESCIRoundColorCorrectionMatrix()
2780
sum[i] +=
rnd_cct
[
in ESCIRoundColorCorrectionMatrix()
[all...]
Completed in 5 milliseconds