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:asuint
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/musl/src/math/
H
A
D
exp2f.c
30
return
asuint
(x) >> 20;
in top12()
43
if (
asuint
(x) ==
asuint
(-INFINITY))
in exp2f()
H
A
D
expf.c
30
return
asuint
(x) >> 20;
in top12()
43
if (
asuint
(x) ==
asuint
(-INFINITY))
in expf()
H
A
D
logf.c
33
ix =
asuint
(x);
in logf()
46
ix =
asuint
(x * 0x1p23f);
in logf()
H
A
D
powf.c
130
ix =
asuint
(x);
in powf()
131
iy =
asuint
(y);
in powf()
169
ix =
asuint
(x * 0x1p23f);
in powf()
H
A
D
sqrtf.c
19
ix =
asuint
(x);
in sqrtf()
29
ix =
asuint
(x * 0x1p23f);
in sqrtf()
H
A
D
log2f.c
32
ix =
asuint
(x);
in log2f()
45
ix =
asuint
(x * 0x1p23f);
in log2f()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
exp2f.c
30
return
asuint
(x) >> 20;
in top12()
43
if (
asuint
(x) ==
asuint
(-INFINITY))
in exp2f()
H
A
D
expf.c
30
return
asuint
(x) >> 20;
in top12()
43
if (
asuint
(x) ==
asuint
(-INFINITY))
in expf()
H
A
D
logf.c
33
ix =
asuint
(x);
in logf()
46
ix =
asuint
(x * 0x1p23f);
in logf()
H
A
D
powf.c
130
ix =
asuint
(x);
in powf()
131
iy =
asuint
(y);
in powf()
169
ix =
asuint
(x * 0x1p23f);
in powf()
H
A
D
log2f.c
32
ix =
asuint
(x);
in log2f()
45
ix =
asuint
(x * 0x1p23f);
in log2f()
H
A
D
sqrtf.c
19
ix =
asuint
(x);
in sqrtf()
29
ix =
asuint
(x * 0x1p23f);
in sqrtf()
/third_party/optimized-routines/math/
H
A
D
expf.c
30
return
asuint
(x) >> 20;
in top12()
46
if (
asuint
(x) ==
asuint
(-INFINITY))
in expf()
H
A
D
exp2f.c
30
return
asuint
(x) >> 20;
in top12()
46
if (
asuint
(x) ==
asuint
(-INFINITY))
in exp2f()
H
A
D
erff.c
20
return
asuint
(x) >> 20;
in top12()
33
uint32_t ix =
asuint
(x);
in erff()
H
A
D
log2f.c
33
ix =
asuint
(x);
in log2f()
49
ix =
asuint
(x * 0x1p23f);
in log2f()
H
A
D
logf.c
34
ix =
asuint
(x);
in logf()
50
ix =
asuint
(x * 0x1p23f);
in logf()
H
A
D
powf.c
137
ix =
asuint
(x);
in powf()
138
iy =
asuint
(y);
in powf()
186
ix =
asuint
(x * 0x1p23f);
in powf()
H
A
D
math_config.h
124
asuint
(float f)
in asuint()
function
173
uint32_t ix =
asuint
(x);
in issignalingf_inline()
/third_party/optimized-routines/math/test/
H
A
D
ulp.h
46
if (RT(
asuint
) (got) == RT(
asuint
) (want))
92
return RT(
asuint
) (ygot) == RT(
asuint
) (ywant)
98
return RT(
asuint
) (ygot) == RT(
asuint
) (ywant);
275
if (RT(
asuint
) (ygot) != RT(
asuint
) (ygot2))
in cmp()
H
A
D
ulp.c
54
asuint
(float f)
in asuint()
function
409
int e =
asuint
(x) >> 23 & 0xff;
in ulpscale_f()
521
uint32_t ix =
asuint
(x);
in issignaling_f()
600
#define asuint_f
asuint
700
| (singleprec ?
asuint
(strtof (s, 0)) : asuint64 (strtod (s, 0)));
in getnum()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
libm.h
191
#define
asuint
(f) ((union{float _f; uint32_t _i;}){f})._i
macro
226
(w) =
asuint
(d); \
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
libm.h
191
#define
asuint
(f) ((union{float _f; uint32_t _i;}){f})._i
macro
226
(w) =
asuint
(d); \
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
libm.h
190
#define
asuint
(f) ((union{float _f; uint32_t _i;}){f})._i
macro
225
(w) =
asuint
(d); \
/third_party/musl/src/internal/
H
A
D
libm.h
190
#define
asuint
(f) ((union{float _f; uint32_t _i;}){f})._i
macro
225
(w) =
asuint
(d); \
Completed in 9 milliseconds
1
2