OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIXED_VALUE_TYPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
fixed-value.h
29
#define
FIXED_VALUE_TYPE
struct fixed_value
36
extern
FIXED_VALUE_TYPE
fconst0[MAX_FCONST0];
37
extern
FIXED_VALUE_TYPE
fconst1[MAX_FCONST1];
46
extern rtx const_fixed_from_fixed_value (
FIXED_VALUE_TYPE
, machine_mode);
50
extern
FIXED_VALUE_TYPE
fixed_from_double_int (double_int, scalar_mode);
64
extern void fixed_from_string (
FIXED_VALUE_TYPE
*, const char *,
67
/* In tree.cc: wrap up a
FIXED_VALUE_TYPE
in a tree node. */
68
extern tree build_fixed (tree,
FIXED_VALUE_TYPE
);
71
extern bool fixed_convert (
FIXED_VALUE_TYPE
*, scalar_mode,
72
const
FIXED_VALUE_TYPE
*, bool)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
fixed-value.h
29
#define
FIXED_VALUE_TYPE
struct fixed_value
36
extern
FIXED_VALUE_TYPE
fconst0[MAX_FCONST0];
37
extern
FIXED_VALUE_TYPE
fconst1[MAX_FCONST1];
46
extern rtx const_fixed_from_fixed_value (
FIXED_VALUE_TYPE
, machine_mode);
50
extern
FIXED_VALUE_TYPE
fixed_from_double_int (double_int, scalar_mode);
64
extern void fixed_from_string (
FIXED_VALUE_TYPE
*, const char *,
67
/* In tree.cc: wrap up a
FIXED_VALUE_TYPE
in a tree node. */
68
extern tree build_fixed (tree,
FIXED_VALUE_TYPE
);
71
extern bool fixed_convert (
FIXED_VALUE_TYPE
*, scalar_mode,
72
const
FIXED_VALUE_TYPE
*, bool)
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026