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_u64
(Results
1 - 6
of
6
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
v_exp.c
37
#define IndexMask
v_u64
(N - 1)
48
v_u64_t b = v_cond_u64 (n <= v_f64 (0.0)) &
v_u64
(0x6000000000000000);
in specialcase()
49
v_f64_t s1 = v_as_f64_u64 (
v_u64
(0x7000000000000000) - b);
in specialcase()
50
v_f64_t s2 = v_as_f64_u64 (v_as_u64_f64 (s) -
v_u64
(0x3010000000000000) + b);
in specialcase()
H
A
D
v_log.c
31
#define OFF
v_u64
(0x3fe6900900000000)
73
cmp = v_cond_u64 (top -
v_u64
(0x0010) >=
v_u64
(0x7ff0 - 0x0010));
in log()
81
iz = ix - (tmp &
v_u64
(0xfffULL << 52));
in log()
H
A
D
v_cos.c
39
#define AbsMask
v_u64
(0x7fffffffffffffff)
H
A
D
v_sin.c
38
#define AbsMask
v_u64
(0x7fffffffffffffff)
H
A
D
v_math.h
263
v_u64
(u64_t x)
in v_u64()
function
535
v_u64
(u64_t x)
in v_u64()
function
/third_party/node/deps/v8/tools/
H
A
D
gdb-v8-support.py
120
v_u64
= self.val.cast(t_u64)
121
return decode_v8_value(int(
v_u64
), 64)
Completed in 4 milliseconds