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 - 3
of
3
) 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
);
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
);
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 69 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025