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_u32_f32
(Results
1 - 9
of
9
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
v_sinf.c
46
r = v_as_f32_u32 (
v_as_u32_f32
(x) & AbsMask);
in sinf()
47
sign =
v_as_u32_f32
(x) & ~AbsMask;
in sinf()
48
cmp = v_cond_u32 (
v_as_u32_f32
(r) >=
v_as_u32_f32
(RangeVal));
in sinf()
52
odd =
v_as_u32_f32
(n) << 31;
in sinf()
68
y = v_as_f32_u32 (
v_as_u32_f32
(y) ^ sign ^ odd);
in sinf()
H
A
D
v_cosf.c
47
r = v_as_f32_u32 (
v_as_u32_f32
(x) & AbsMask);
in cosf()
48
cmp = v_cond_u32 (
v_as_u32_f32
(r) >=
v_as_u32_f32
(RangeVal));
in cosf()
52
odd =
v_as_u32_f32
(n) << 31;
in cosf()
69
y = v_as_f32_u32 (
v_as_u32_f32
(y) ^ odd);
in cosf()
H
A
D
v_expf.c
40
v_u32_t r2 =
v_as_u32_f32
(s1 * s1);
in specialcase()
41
v_u32_t r1 =
v_as_u32_f32
(v_fma_f32 (poly, s2, s2) * s1);
in specialcase()
43
v_u32_t r0 =
v_as_u32_f32
(v_fma_f32 (poly, scale, scale));
in specialcase()
61
e =
v_as_u32_f32
(z) << 23;
in expf()
H
A
D
v_exp2f.c
37
v_u32_t r2 =
v_as_u32_f32
(s1 * s1);
in specialcase()
38
v_u32_t r1 =
v_as_u32_f32
(v_fma_f32 (poly, s2, s2) * s1);
in specialcase()
40
v_u32_t r0 =
v_as_u32_f32
(v_fma_f32 (poly, scale, scale));
in specialcase()
58
e =
v_as_u32_f32
(z) << 23;
in exp2f()
H
A
D
v_exp2f_1u.c
39
return v_as_f32_u32 ((cmp &
v_as_u32_f32
(r1)) | (~cmp &
v_as_u32_f32
(r0)));
in specialcase()
56
e =
v_as_u32_f32
(z) << 23;
in exp2f_1u()
H
A
D
v_expf_1u.c
42
return v_as_f32_u32 ((cmp &
v_as_u32_f32
(r1)) | (~cmp &
v_as_u32_f32
(r0)));
in specialcase()
59
e =
v_as_u32_f32
(z) << 23;
in expf_1u()
H
A
D
v_logf.c
46
u =
v_as_u32_f32
(x);
in logf()
H
A
D
v_math.h
207
v_as_u32_f32
(v_f32_t x)
in v_as_u32_f32()
function
476
v_as_u32_f32
(v_f32_t x)
in v_as_u32_f32()
function
H
A
D
v_powf.c
154
u =
v_as_u32_f32
(x);
in powf()
Completed in 4 milliseconds