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:reds
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/tests/
H
A
D
SRGBTest.cpp
16
uint32_t
reds
[256];
in DEF_TEST()
local
18
reds
[i] = i;
in DEF_TEST()
21
SkRasterPipeline_MemoryCtx ptr = {
reds
, 0 };
in DEF_TEST()
39
if (
reds
[i] != (uint32_t)i) {
in DEF_TEST()
40
ERRORF(r, "%d doesn't round trip, %d", i,
reds
[i]);
in DEF_TEST()
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuCompressedTexture.cpp
1717
float
reds
[8];
in decompressBc4()
local
1739
reds
[0] = hasSign ? int8ToFloat(red0s) : uint8ToFloat(red0);
in decompressBc4()
1740
reds
[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1);
in decompressBc4()
1742
if (
reds
[0] >
reds
[1])
in decompressBc4()
1745
reds
[i + 2] = (
reds
[0] * (6.0f - (float)i) +
reds
[1] * (1.0f + (float)i)) / 7.0f;
in decompressBc4()
1750
reds
[i + 2] = (
reds
[
in decompressBc4()
[all...]
Completed in 4 milliseconds