OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:build_real
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
2368
build_real
(tree type, REAL_VALUE_TYPE d)
2412
/* Like
build_real
, but first truncate D to the type. */
2417
return
build_real
(type, real_value_truncate (TYPE_MODE (type), d));
2446
v =
build_real
(type, real_value_from_int_cst (type, i));
2465
return
build_real
(type, d);
2526
return build_complex (type,
build_real
(TREE_TYPE (type), dconstinf),
2527
build_real
(TREE_TYPE (type), rzero));
2559
return
build_real
(type, dconst1);
2612
return
build_real
(type, dconstm1);
2653
return
build_real
(type, dconst0)
2365
build_real
(tree type, REAL_VALUE_TYPE d)
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
2384
build_real
(tree type, REAL_VALUE_TYPE d)
2423
/* Like
build_real
, but first truncate D to the type. */
2428
return
build_real
(type, real_value_truncate (TYPE_MODE (type), d));
2457
v =
build_real
(type, real_value_from_int_cst (type, i));
2476
return
build_real
(type, d);
2538
return build_complex (type,
build_real
(TREE_TYPE (type), rinf),
2539
build_real
(TREE_TYPE (type), rzero));
2571
return
build_real
(type, dconst1);
2624
return
build_real
(type, dconstm1);
2665
return
build_real
(type, dconst0)
2381
build_real
(tree type, REAL_VALUE_TYPE d)
function
[
all
...]
Completed in 70 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026