OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DTYPE_MAX
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/src/
s_llround.c
12
#define
DTYPE_MAX
LLONG_MAX
s_llroundf.c
12
#define
DTYPE_MAX
LLONG_MAX
s_llroundl.c
12
#define
DTYPE_MAX
LLONG_MAX
s_lroundf.c
12
#define
DTYPE_MAX
LONG_MAX
s_lroundl.c
12
#define
DTYPE_MAX
LONG_MAX
s_lround.c
44
#define
DTYPE_MAX
LONG_MAX
57
static const stype
dtype_max
=
DTYPE_MAX
+ 0.5;
variable in typeref:typename:const stype
58
#define INRANGE(x) (
dtype_max
-
DTYPE_MAX
!= 0.5 || \
59
((x) > dtype_min && (x) <
dtype_max
))
70
return (
DTYPE_MAX
);
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025