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:hmin_s
(Results
1 - 6
of
6
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_vecmathlib_common_4.h
251
ASTCENC_SIMD_INLINE float
hmin_s
(vfloat4 a)
in hmin_s()
function
262
return
hmin_s
(a);
in hmin_rgb_s()
H
A
D
astcenc_averages_and_directions.cpp
834
float uncor_linelen = hmax_s(uncor_hiparamv) -
hmin_s
(uncor_loparamv);
in compute_error_squared_rgba()
940
float uncor_linelen = hmax_s(uncor_hiparamv) -
hmin_s
(uncor_loparamv);
H
A
D
astcenc_compress_symbolic.cpp
631
float min_wt_cutoff =
hmin_s
(min_ep);
in compress_symbolic_block_for_partition_1plane()
1005
float min_wt_cutoff1 =
hmin_s
(min_ep1);
in compress_symbolic_block_for_partition_2planes()
1008
float min_wt_cutoff2 =
hmin_s
(select(err_max, min_ep2, err_mask));
in compress_symbolic_block_for_partition_2planes()
H
A
D
astcenc_vecmathlib_avx2_8.h
858
ASTCENC_SIMD_INLINE float
hmin_s
(vfloat8 a)
in hmin_s()
function
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
473
lowparam =
hmin_s
(vfloat4(lowparam_vec));
/third_party/astc-encoder/Source/UnitTest/
H
A
D
test_simd.cpp
786
/** @brief Test vfloat4
hmin_s
. */
787
TEST(vfloat4,
hmin_s
)
in TEST()
790
float r1 =
hmin_s
(a1);
in TEST()
794
float r2 =
hmin_s
(a2);
in TEST()
2527
/** @brief Test vfloat8
hmin_s
. */
2528
TEST(vfloat8,
hmin_s
)
in TEST()
2531
float r1 =
hmin_s
(a1);
in TEST()
2535
float r2 =
hmin_s
(a2);
in TEST()
Completed in 13 milliseconds