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_as_int
(Results
1 - 7
of
7
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_vecmathlib.h
215
vint ia =
float_as_int
(a);
in change_sign()
216
vint ib =
float_as_int
(b);
in change_sign()
242
vmask xmask = vmask(
float_as_int
(x).m);
in atan2()
360
vint4 i =
float_as_int
(x);
in log2()
407
a =
float_as_int
(int_to_float(a));
in clz()
453
a =
float_as_int
(int_to_float(a));
507
vint4 ai =
float_as_int
(a);
H
A
D
astcenc_mathlib.h
343
static inline int
float_as_int
(float v)
in float_as_int()
function
H
A
D
astcenc_weight_align.cpp
109
vint isample =
float_as_int
(sample) & vint((SINCOS_STEPS - 1));
in compute_angular_offsets()
H
A
D
astcenc_vecmathlib_avx2_8.h
1031
ASTCENC_SIMD_INLINE vint8
float_as_int
(vfloat8 a)
in float_as_int()
function
H
A
D
astcenc_vecmathlib_neon_4.h
952
ASTCENC_SIMD_INLINE vint4
float_as_int
(vfloat4 a)
in float_as_int()
function
H
A
D
astcenc_vecmathlib_sse_4.h
1040
ASTCENC_SIMD_INLINE vint4
float_as_int
(vfloat4 a)
in float_as_int()
function
H
A
D
astcenc_vecmathlib_none_4.h
1055
ASTCENC_SIMD_INLINE vint4
float_as_int
(vfloat4 a)
in float_as_int()
function
Completed in 9 milliseconds