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:float_to_int
(Results
1 - 9
of
9
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_vecmathlib.h
330
vint4 ipart =
float_to_int
(x - 0.5f);
in exp2()
435
return
float_to_int
(f);
in two_to_the_n()
H
A
D
astcenc_weight_align.cpp
228
vint span =
float_to_int
(maxidx - minidx + vfloat(1));
in compute_lowest_and_highest_weight()
304
vint span =
float_to_int
(maxidx - minidx + vfloat(1));
in compute_lowest_and_highest_weight()
H
A
D
astcenc_image.cpp
255
data_enc_lns = float16_to_float(lns_to_sf16(
float_to_int
(data_enc)));
in load_image_block()
H
A
D
astcenc_vecmathlib_avx2_8.h
1001
ASTCENC_SIMD_INLINE vint8
float_to_int
(vfloat8 a)
in float_to_int()
function
H
A
D
astcenc_vecmathlib_neon_4.h
877
ASTCENC_SIMD_INLINE vint4
float_to_int
(vfloat4 a)
in float_to_int()
function
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
1091
vint weightl =
float_to_int
(ix1);
1122
vint weightl =
float_to_int
(ix1);
H
A
D
astcenc_vecmathlib_sse_4.h
948
ASTCENC_SIMD_INLINE vint4
float_to_int
(vfloat4 a)
in float_to_int()
function
H
A
D
astcenc_vecmathlib_none_4.h
977
ASTCENC_SIMD_INLINE vint4
float_to_int
(vfloat4 a)
in float_to_int()
function
/third_party/astc-encoder/Source/UnitTest/
H
A
D
test_simd.cpp
1059
/** @brief Test vfloat4
float_to_int
. */
1060
TEST(vfloat4,
float_to_int
)
in TEST()
1063
vint4 r =
float_to_int
(a);
in TEST()
2714
/** @brief Test vfloat8
float_to_int
. */
2715
TEST(vfloat8,
float_to_int
)
in TEST()
2718
vint8 r =
float_to_int
(a);
in TEST()
Completed in 15 milliseconds