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_u32
(Results
1 - 10
of
10
) sorted by relevance
/third_party/optimized-routines/math/
H
A
D
v_logf.c
26
#define Min
v_u32
(0x00800000)
27
#define Max
v_u32
(0x7f800000)
28
#define Mask
v_u32
(0x007fffff)
29
#define Off
v_u32
(0x3f2aaaab) /* 0.666667 */
H
A
D
v_expf.c
36
v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) &
v_u32
(0x82000000);
in specialcase()
37
v_f32_t s1 = v_as_f32_u32 (
v_u32
(0x7f000000) + b);
in specialcase()
69
scale = v_as_f32_u32 (e +
v_u32
(0x3f800000));
in expf()
H
A
D
v_exp2f.c
33
v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) &
v_u32
(0x82000000);
in specialcase()
34
v_f32_t s1 = v_as_f32_u32 (
v_u32
(0x7f000000) + b);
in specialcase()
64
scale = v_as_f32_u32 (e +
v_u32
(0x3f800000));
in exp2f()
H
A
D
v_exp2f_1u.c
33
v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) &
v_u32
(0x83000000);
in specialcase()
34
v_f32_t s1 = v_as_f32_u32 (
v_u32
(0x7f000000) + b);
in specialcase()
62
scale = v_as_f32_u32 (e +
v_u32
(0x3f800000));
in exp2f_1u()
H
A
D
v_expf_1u.c
36
v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) &
v_u32
(0x83000000);
in specialcase()
37
v_f32_t s1 = v_as_f32_u32 (
v_u32
(0x7f000000) + b);
in specialcase()
67
scale = v_as_f32_u32 (e +
v_u32
(0x3f800000));
in expf_1u()
H
A
D
v_powf.c
12
#define Min
v_u32
(0x00800000)
13
#define Max
v_u32
(0x7f800000)
23
#define OFF
v_u32
(0x3f330000)
27
#define OFF
v_u32
(0x3f35d000)
H
A
D
v_cosf.c
29
#define AbsMask
v_u32
(0x7fffffff)
H
A
D
v_sinf.c
29
#define AbsMask
v_u32
(0x7fffffff)
H
A
D
v_math.h
120
v_u32
(u32_t x)
in v_u32()
function
388
v_u32
(u32_t x)
in v_u32()
function
/third_party/node/deps/v8/tools/
H
A
D
gdb-v8-support.py
117
v_u32
= self.val.cast(t_u32)
118
return decode_v8_value(int(
v_u32
), 32)
Completed in 5 milliseconds