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 - 1
of
1
) sorted by relevancy
/src/lib/libm/src/
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 14 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025