OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTYPE_MIN
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c
7
#define
DTYPE_MIN
LLONG_MIN
s_llroundf.c
7
#define
DTYPE_MIN
LLONG_MIN
s_llroundl.c
7
#define
DTYPE_MIN
LLONG_MIN
s_lroundf.c
7
#define
DTYPE_MIN
LONG_MIN
s_lroundl.c
7
#define
DTYPE_MIN
LONG_MIN
s_lround.c
37
#define
DTYPE_MIN
LONG_MIN
50
static const type
dtype_min
=
DTYPE_MIN
- 0.5;
variable
53
((x) >
dtype_min
&& (x) < dtype_max))
Completed in 7851 milliseconds