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:clamp1f
(Results
1 - 4
of
4
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenccli_image.cpp
369
dst[4 * x ] = static_cast<uint8_t>(astc::flt2int_rtn(astc::
clamp1f
(data32[(4 * dim_x * ymod) + (4 * x )]) * 255.0f));
in unorm8x4_array_from_astc_img()
370
dst[4 * x + 1] = static_cast<uint8_t>(astc::flt2int_rtn(astc::
clamp1f
(data32[(4 * dim_x * ymod) + (4 * x + 1)]) * 255.0f));
in unorm8x4_array_from_astc_img()
371
dst[4 * x + 2] = static_cast<uint8_t>(astc::flt2int_rtn(astc::
clamp1f
(data32[(4 * dim_x * ymod) + (4 * x + 2)]) * 255.0f));
in unorm8x4_array_from_astc_img()
372
dst[4 * x + 3] = static_cast<uint8_t>(astc::flt2int_rtn(astc::
clamp1f
(data32[(4 * dim_x * ymod) + (4 * x + 3)]) * 255.0f));
in unorm8x4_array_from_astc_img()
H
A
D
astcenc_mathlib.h
280
static inline float
clamp1f
(float v)
in clamp1f()
function
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
186
value = astc::
clamp1f
(value);
in compute_ideal_colors_and_weights_1_comp()
318
idx = astc::
clamp1f
(idx);
512
idx = astc::
clamp1f
(idx);
637
idx = astc::
clamp1f
(idx);
1339
scalediv = astc::
clamp1f
(scalediv);
1586
scalediv = astc::
clamp1f
(scalediv);
H
A
D
astcenc_color_quantize.cpp
752
float scalea = astc::
clamp1f
(color.lane<3>() * (oldcolorsum + 1e-10f) / (newcolorsum + 1e-10f));
in quantize_rgbs()
Completed in 6 milliseconds