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_u64_f64
(Results
1 - 5
of
5
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
v_sin.c
54
r = v_as_f64_u64 (
v_as_u64_f64
(x) & AbsMask);
in sin()
55
sign =
v_as_u64_f64
(x) & ~AbsMask;
in sin()
56
cmp = v_cond_u64 (
v_as_u64_f64
(r) >=
v_as_u64_f64
(RangeVal));
in sin()
60
odd =
v_as_u64_f64
(n) << 63;
in sin()
79
y = v_as_f64_u64 (
v_as_u64_f64
(y) ^ sign ^ odd);
in sin()
H
A
D
v_cos.c
55
r = v_as_f64_u64 (
v_as_u64_f64
(x) & AbsMask);
in cos()
56
cmp = v_cond_u64 (
v_as_u64_f64
(r) >=
v_as_u64_f64
(RangeVal));
in cos()
60
odd =
v_as_u64_f64
(n) << 63;
in cos()
80
y = v_as_f64_u64 (
v_as_u64_f64
(y) ^ odd);
in cos()
H
A
D
v_exp.c
50
v_f64_t s2 = v_as_f64_u64 (
v_as_u64_f64
(s) - v_u64 (0x3010000000000000) + b);
in specialcase()
54
return v_as_f64_u64 ((cmp &
v_as_u64_f64
(r1)) | (~cmp &
v_as_u64_f64
(r0)));
in specialcase()
68
u =
v_as_u64_f64
(z);
in exp()
H
A
D
v_log.c
71
ix =
v_as_u64_f64
(x);
in log()
H
A
D
v_math.h
327
v_as_u64_f64
(v_f64_t x)
in v_as_u64_f64()
function
600
v_as_u64_f64
(v_f64_t x)
in v_as_u64_f64()
function
Completed in 3 milliseconds