OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTYPE_MAX
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/src/
s_llround.c
8
#define
DTYPE_MAX
LONGLONG_MAX
s_llroundf.c
8
#define
DTYPE_MAX
LONGLONG_MAX
s_llroundl.c
8
#define
DTYPE_MAX
LONGLONG_MAX
s_lround.c
38
#define
DTYPE_MAX
LONG_MAX
51
static const type
dtype_max
=
DTYPE_MAX
+ 0.5;
variable
52
#define INRANGE(x) (
dtype_max
-
DTYPE_MAX
!= 0.5 || \
53
((x) > dtype_min && (x) <
dtype_max
))
64
return (
DTYPE_MAX
);
s_lroundf.c
8
#define
DTYPE_MAX
LONG_MAX
s_lroundl.c
8
#define
DTYPE_MAX
LONG_MAX
Completed in 140 milliseconds