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:ymod
(Results
1 - 6
of
6
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenccli_image.cpp
250
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
in floatx4_array_from_astc_img()
local
255
dst[4 * x ] = data8[(4 * dim_x *
ymod
) + (4 * x )] * (1.0f / 255.0f);
in floatx4_array_from_astc_img()
256
dst[4 * x + 1] = data8[(4 * dim_x *
ymod
) + (4 * x + 1)] * (1.0f / 255.0f);
in floatx4_array_from_astc_img()
257
dst[4 * x + 2] = data8[(4 * dim_x *
ymod
) + (4 * x + 2)] * (1.0f / 255.0f);
in floatx4_array_from_astc_img()
258
dst[4 * x + 3] = data8[(4 * dim_x *
ymod
) + (4 * x + 3)] * (1.0f / 255.0f);
in floatx4_array_from_astc_img()
267
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
in floatx4_array_from_astc_img()
local
273
data16[(4 * dim_x *
ymod
) + (4 * x )],
in floatx4_array_from_astc_img()
274
data16[(4 * dim_x *
ymod
) + (4 * x + 1)],
in floatx4_array_from_astc_img()
275
data16[(4 * dim_x *
ymod
) + (4 * x + 2)],
in floatx4_array_from_astc_img()
276
data16[(4 * dim_x *
ymod
)
in floatx4_array_from_astc_img()
290
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
floatx4_array_from_astc_img()
local
320
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
unorm8x4_array_from_astc_img()
local
337
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
unorm8x4_array_from_astc_img()
local
364
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
unorm8x4_array_from_astc_img()
local
[all...]
H
A
D
astcenccli_image_load_store.cpp
1239
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
in load_ktx_uncompressed_image()
local
1240
unsigned int ydst =
ymod
;
in load_ktx_uncompressed_image()
2014
unsigned int
ymod
= y_flip ? dim_y - y - 1 : y;
in load_dds_uncompressed_image()
local
2015
unsigned int ydst =
ymod
;
in load_dds_uncompressed_image()
/third_party/cups-filters/cupsfilters/
H
A
D
image-zoom.c
130
z->
ymod
= z->height % z->ysize;
in _cupsImageZoomNew()
157
z->
ymod
= z->height % z->ysize;
in _cupsImageZoomNew()
H
A
D
image-private.h
127
ymod
; /* ... */
member
/third_party/python/Lib/test/
H
A
D
list_tests.py
458
xmod,
ymod
= x%3, y%7
459
if xmod ==
ymod
:
461
elif xmod <
ymod
:
463
else: # xmod >
ymod
/third_party/cups-filters/filter/
H
A
D
imagetoraster.c
1569
yerr0 += z->
ymod
;
in main()
1570
yerr1 -= z->
ymod
;
in main()
Completed in 11 milliseconds