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:v_as_f32_u32
(Results
1 - 8
of
8
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
v_expf.c
37
v_f32_t s1 =
v_as_f32_u32
(v_u32 (0x7f000000) + b);
in specialcase()
38
v_f32_t s2 =
v_as_f32_u32
(e - b);
in specialcase()
44
return
v_as_f32_u32
((cmp2 & r2) | (~cmp2 & cmp1 & r1) | (~cmp1 & r0));
in specialcase()
69
scale =
v_as_f32_u32
(e + v_u32 (0x3f800000));
in expf()
H
A
D
v_exp2f.c
34
v_f32_t s1 =
v_as_f32_u32
(v_u32 (0x7f000000) + b);
in specialcase()
35
v_f32_t s2 =
v_as_f32_u32
(e - b);
in specialcase()
41
return
v_as_f32_u32
((cmp2 & r2) | (~cmp2 & cmp1 & r1) | (~cmp1 & r0));
in specialcase()
64
scale =
v_as_f32_u32
(e + v_u32 (0x3f800000));
in exp2f()
H
A
D
v_exp2f_1u.c
34
v_f32_t s1 =
v_as_f32_u32
(v_u32 (0x7f000000) + b);
in specialcase()
35
v_f32_t s2 =
v_as_f32_u32
(e - b);
in specialcase()
39
return
v_as_f32_u32
((cmp & v_as_u32_f32 (r1)) | (~cmp & v_as_u32_f32 (r0)));
in specialcase()
62
scale =
v_as_f32_u32
(e + v_u32 (0x3f800000));
in exp2f_1u()
H
A
D
v_expf_1u.c
37
v_f32_t s1 =
v_as_f32_u32
(v_u32 (0x7f000000) + b);
in specialcase()
38
v_f32_t s2 =
v_as_f32_u32
(e - b);
in specialcase()
42
return
v_as_f32_u32
((cmp & v_as_u32_f32 (r1)) | (~cmp & v_as_u32_f32 (r0)));
in specialcase()
67
scale =
v_as_f32_u32
(e + v_u32 (0x3f800000));
in expf_1u()
H
A
D
v_cosf.c
47
r =
v_as_f32_u32
(v_as_u32_f32 (x) & AbsMask);
in cosf()
69
y =
v_as_f32_u32
(v_as_u32_f32 (y) ^ odd);
in cosf()
H
A
D
v_sinf.c
46
r =
v_as_f32_u32
(v_as_u32_f32 (x) & AbsMask);
in sinf()
68
y =
v_as_f32_u32
(v_as_u32_f32 (y) ^ sign ^ odd);
in sinf()
H
A
D
v_logf.c
54
r =
v_as_f32_u32
(u) - v_f32 (1.0f);
in logf()
H
A
D
v_math.h
213
v_as_f32_u32
(v_u32_t x)
in v_as_f32_u32()
function
482
v_as_f32_u32
(v_u32_t x)
in v_as_f32_u32()
function
Completed in 3 milliseconds