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:toint
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
rintf.c
12
static const float_t
toint
= 1/EPS;
variable
24
y = x -
toint
+
toint
;
in rintf()
26
y = x +
toint
-
toint
;
in rintf()
H
A
D
rint.c
10
static const double_t
toint
= 1/EPS;
variable
22
y = x -
toint
+
toint
;
in rint()
24
y = x +
toint
-
toint
;
in rint()
H
A
D
rintl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
;
in rintl()
24
y = x +
toint
-
toint
;
in rintl()
H
A
D
floor.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in floor()
22
y = x +
toint
-
toint
- x;
in floor()
H
A
D
floorl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
- x;
in floorl()
24
y = x +
toint
-
toint
- x;
in floorl()
H
A
D
ceil.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in ceil()
22
y = x +
toint
-
toint
- x;
in ceil()
H
A
D
ceill.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
- x;
in ceill()
24
y = x +
toint
-
toint
- x;
in ceill()
H
A
D
round.c
8
static const double_t
toint
= 1/EPS;
variable
22
FORCE_EVAL(x +
toint
);
in round()
25
y = x +
toint
-
toint
- x;
in round()
H
A
D
roundf.c
10
static const float_t
toint
= 1/EPS;
variable
23
FORCE_EVAL(x +
toint
);
in roundf()
26
y = x +
toint
-
toint
- x;
in roundf()
H
A
D
roundl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
23
FORCE_EVAL(x +
toint
);
in roundl()
26
y = x +
toint
-
toint
- x;
in roundl()
/third_party/musl/porting/liteos_m/kernel/src/math/
H
A
D
floor.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in floor()
22
y = x +
toint
-
toint
- x;
in floor()
H
A
D
round.c
8
static const double_t
toint
= 1/EPS;
variable
22
FORCE_EVAL(x +
toint
);
in round()
25
y = x +
toint
-
toint
- x;
in round()
/third_party/musl/src/math/
H
A
D
ceil.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in ceil()
22
y = x +
toint
-
toint
- x;
in ceil()
H
A
D
floor.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in floor()
22
y = x +
toint
-
toint
- x;
in floor()
H
A
D
floorl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
- x;
in floorl()
24
y = x +
toint
-
toint
- x;
in floorl()
H
A
D
ceill.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
- x;
in ceill()
24
y = x +
toint
-
toint
- x;
in ceill()
H
A
D
rintf.c
12
static const float_t
toint
= 1/EPS;
variable
24
y = x -
toint
+
toint
;
in rintf()
26
y = x +
toint
-
toint
;
in rintf()
H
A
D
rint.c
10
static const double_t
toint
= 1/EPS;
variable
22
y = x -
toint
+
toint
;
in rint()
24
y = x +
toint
-
toint
;
in rint()
H
A
D
rintl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
22
y = x -
toint
+
toint
;
in rintl()
24
y = x +
toint
-
toint
;
in rintl()
H
A
D
roundf.c
10
static const float_t
toint
= 1/EPS;
variable
23
FORCE_EVAL(x +
toint
);
in roundf()
26
y = x +
toint
-
toint
- x;
in roundf()
H
A
D
round.c
8
static const double_t
toint
= 1/EPS;
variable
22
FORCE_EVAL(x +
toint
);
in round()
25
y = x +
toint
-
toint
- x;
in round()
H
A
D
roundl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
23
FORCE_EVAL(x +
toint
);
in roundl()
26
y = x +
toint
-
toint
- x;
in roundl()
H
A
D
truncl.c
10
static const long double
toint
= 1/LDBL_EPSILON;
variable
28
y = x +
toint
-
toint
- x;
in truncl()
/third_party/musl/porting/uniproton/kernel/src/math/
H
A
D
floor.c
8
static const double_t
toint
= 1/EPS;
variable
20
y = x -
toint
+
toint
- x;
in floor()
22
y = x +
toint
-
toint
- x;
in floor()
H
A
D
round.c
8
static const double_t
toint
= 1/EPS;
variable
22
FORCE_EVAL(x +
toint
);
in round()
25
y = x +
toint
-
toint
- x;
in round()
Completed in 5 milliseconds
1
2