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:abstop
(Results
1 - 19
of
19
) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
exp.c
74
uint32_t
abstop
;
in exp()
local
78
abstop
= top12(x) & 0x7ff;
in exp()
79
if (predict_false(
abstop
- top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) {
in exp()
80
if (
abstop
- top12(0x1p-54) >= 0x80000000)
in exp()
84
if (
abstop
>= top12(1024.0)) {
in exp()
87
if (
abstop
>= top12(INFINITY))
in exp()
95
abstop
= 0;
in exp()
128
if (predict_false(
abstop
== 0))
in exp()
H
A
D
exp2.c
72
uint32_t
abstop
;
in exp2()
local
76
abstop
= top12(x) & 0x7ff;
in exp2()
77
if (predict_false(
abstop
- top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) {
in exp2()
78
if (
abstop
- top12(0x1p-54) >= 0x80000000)
in exp2()
82
if (
abstop
>= top12(1024.0)) {
in exp2()
85
if (
abstop
>= top12(INFINITY))
in exp2()
94
abstop
= 0;
in exp2()
115
if (predict_false(
abstop
== 0))
in exp2()
H
A
D
exp2f.c
35
uint32_t
abstop
;
in exp2f()
local
40
abstop
= top12(x) & 0x7ff;
in exp2f()
41
if (predict_false(
abstop
>= top12(128.0f))) {
in exp2f()
45
if (
abstop
>= top12(INFINITY))
in exp2f()
H
A
D
expf.c
35
uint32_t
abstop
;
in expf()
local
40
abstop
= top12(x) & 0x7ff;
in expf()
41
if (predict_false(
abstop
>= top12(88.0f))) {
in expf()
45
if (
abstop
>= top12(INFINITY))
in expf()
H
A
D
pow.c
168
uint32_t
abstop
;
in exp_inline()
local
173
abstop
= top12(x) & 0x7ff;
in exp_inline()
174
if (predict_false(
abstop
- top12(0x1p-54) >=
in exp_inline()
176
if (
abstop
- top12(0x1p-54) >= 0x80000000) {
in exp_inline()
182
if (
abstop
>= top12(1024.0)) {
in exp_inline()
190
abstop
= 0;
in exp_inline()
225
if (predict_false(
abstop
== 0))
in exp_inline()
H
A
D
lrint.c
56
uint32_t
abstop
= asuint64(x)>>32 & 0x7fffffff;
in lrint()
local
59
if (
abstop
< 0x41dfffff) {
in lrint()
/third_party/musl/src/math/
H
A
D
exp2.c
72
uint32_t
abstop
;
in exp2()
local
76
abstop
= top12(x) & 0x7ff;
in exp2()
77
if (predict_false(
abstop
- top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) {
in exp2()
78
if (
abstop
- top12(0x1p-54) >= 0x80000000)
in exp2()
82
if (
abstop
>= top12(1024.0)) {
in exp2()
85
if (
abstop
>= top12(INFINITY))
in exp2()
94
abstop
= 0;
in exp2()
115
if (predict_false(
abstop
== 0))
in exp2()
H
A
D
exp.c
74
uint32_t
abstop
;
in exp()
local
78
abstop
= top12(x) & 0x7ff;
in exp()
79
if (predict_false(
abstop
- top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) {
in exp()
80
if (
abstop
- top12(0x1p-54) >= 0x80000000)
in exp()
84
if (
abstop
>= top12(1024.0)) {
in exp()
87
if (
abstop
>= top12(INFINITY))
in exp()
95
abstop
= 0;
in exp()
128
if (predict_false(
abstop
== 0))
in exp()
H
A
D
exp2f.c
35
uint32_t
abstop
;
in exp2f()
local
40
abstop
= top12(x) & 0x7ff;
in exp2f()
41
if (predict_false(
abstop
>= top12(128.0f))) {
in exp2f()
45
if (
abstop
>= top12(INFINITY))
in exp2f()
H
A
D
expf.c
35
uint32_t
abstop
;
in expf()
local
40
abstop
= top12(x) & 0x7ff;
in expf()
41
if (predict_false(
abstop
>= top12(88.0f))) {
in expf()
45
if (
abstop
>= top12(INFINITY))
in expf()
H
A
D
pow.c
168
uint32_t
abstop
;
in exp_inline()
local
173
abstop
= top12(x) & 0x7ff;
in exp_inline()
174
if (predict_false(
abstop
- top12(0x1p-54) >=
in exp_inline()
176
if (
abstop
- top12(0x1p-54) >= 0x80000000) {
in exp_inline()
182
if (
abstop
>= top12(1024.0)) {
in exp_inline()
190
abstop
= 0;
in exp_inline()
225
if (predict_false(
abstop
== 0))
in exp_inline()
H
A
D
lrint.c
56
uint32_t
abstop
= asuint64(x)>>32 & 0x7fffffff;
in lrint()
local
59
if (
abstop
< 0x41dfffff) {
in lrint()
/third_party/optimized-routines/math/
H
A
D
exp2.c
78
uint32_t
abstop
;
in exp2()
local
83
abstop
= top12 (x) & 0x7ff;
in exp2()
84
if (unlikely (
abstop
- top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54)))
in exp2()
86
if (
abstop
- top12 (0x1p-54) >= 0x80000000)
in exp2()
90
if (
abstop
>= top12 (1024.0))
in exp2()
94
if (
abstop
>= top12 (INFINITY))
in exp2()
103
abstop
= 0;
in exp2()
130
if (unlikely (
abstop
== 0))
in exp2()
H
A
D
exp.c
82
uint32_t
abstop
;
in exp_inline()
local
87
abstop
= top12 (x) & 0x7ff;
in exp_inline()
88
if (unlikely (
abstop
- top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54)))
in exp_inline()
90
if (
abstop
- top12 (0x1p-54) >= 0x80000000)
in exp_inline()
94
if (
abstop
>= top12 (1024.0))
in exp_inline()
98
if (
abstop
>= top12 (INFINITY))
in exp_inline()
106
abstop
= 0;
in exp_inline()
148
if (unlikely (
abstop
== 0))
in exp_inline()
H
A
D
expf.c
36
uint32_t
abstop
;
in expf()
local
42
abstop
= top12 (x) & 0x7ff;
in expf()
43
if (unlikely (
abstop
>= top12 (88.0f)))
in expf()
48
if (
abstop
>= top12 (INFINITY))
in expf()
H
A
D
exp2f.c
36
uint32_t
abstop
;
in exp2f()
local
42
abstop
= top12 (x) & 0x7ff;
in exp2f()
43
if (unlikely (
abstop
>= top12 (128.0f)))
in exp2f()
48
if (
abstop
>= top12 (INFINITY))
in exp2f()
H
A
D
pow.c
175
uint32_t
abstop
;
in exp_inline()
local
180
abstop
= top12 (x) & 0x7ff;
in exp_inline()
181
if (unlikely (
abstop
- top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54)))
in exp_inline()
183
if (
abstop
- top12 (0x1p-54) >= 0x80000000)
in exp_inline()
190
if (
abstop
>= top12 (1024.0))
in exp_inline()
199
abstop
= 0;
in exp_inline()
240
if (unlikely (
abstop
== 0))
in exp_inline()
/third_party/musl/porting/uniproton/kernel/src/math/
H
A
D
pow.c
168
uint32_t
abstop
;
in exp_inline()
local
173
abstop
= top12(x) & 0x7ff;
in exp_inline()
174
if (predict_false(
abstop
- top12(0x1p-54) >=
in exp_inline()
176
if (
abstop
- top12(0x1p-54) >= 0x80000000) {
in exp_inline()
182
if (
abstop
>= top12(1024.0)) {
in exp_inline()
190
abstop
= 0;
in exp_inline()
225
if (predict_false(
abstop
== 0))
in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
H
A
D
pow.c
168
uint32_t
abstop
;
in exp_inline()
local
173
abstop
= top12(x) & 0x7ff;
in exp_inline()
174
if (predict_false(
abstop
- top12(0x1p-54) >=
in exp_inline()
176
if (
abstop
- top12(0x1p-54) >= 0x80000000) {
in exp_inline()
182
if (
abstop
>= top12(1024.0)) {
in exp_inline()
190
abstop
= 0;
in exp_inline()
225
if (predict_false(
abstop
== 0))
in exp_inline()
Completed in 8 milliseconds