P99
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
c
d
e
f
i
l
m
n
r
s
t
w
Functions
c
e
f
i
n
r
Variables
Typedefs
Related Functions
Files
File List
Globals
All
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
i
j
l
m
n
p
r
s
t
u
v
w
Variables
Typedefs
_
b
c
d
e
f
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Macros
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Generic identification of families of types or values
P99_DECLARE_INLINE_EXPRESSION
P99_DECLARE_INLINE_EXPRESSIONS
P99_GEN_ABS
P99_GEN_EXPR
P99_GEN_MAX
P99_GEN_MIN
P99_GEN_SIN
P99_SIZE_CHOICE
P99_SIZE_INDICATOR
P99_TYPE_CHOICE
◆
P99_GEN_MIN
#define P99_GEN_MIN
(
A,
B
)
Value:
P99_GEN_EXPR
(minimum, ((A) <= (B)) ? (A) : (B), \
P99_STD_REAL_EXTS
\
) \
((A), (B))
Definition at line
1008
of file
p99_generic.h
.
P99_GEN_EXPR
#define P99_GEN_EXPR(BASE, EXPR,...)
Produce a type generic expression that can be used as if it were an inline function.
Definition:
p99_generic.h:1000
P99_STD_REAL_EXTS
#define P99_STD_REAL_EXTS
Definition:
p99_type.h:294
Generated by
1.8.17