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_complex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
2502
build_complex
(tree type, tree real, tree imag)
2526
return
build_complex
(type, build_real (TREE_TYPE (type), dconstinf),
2539
return
build_complex
(type, scalar, scalar);
2574
return
build_complex
(type,
2592
return
build_complex
(type, scalar, scalar);
2629
return
build_complex
(type,
2669
return
build_complex
(type, zero, zero);
15531
tree c_i_0 =
build_complex
(NULL_TREE, i_0, i_0);
15532
tree c_i_1 =
build_complex
(NULL_TREE, i_1, i_0);
15533
tree c_i_m1 =
build_complex
(NULL_TREE, i_m1, i_0)
2499
build_complex
(tree type, tree real, tree imag)
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
2513
build_complex
(tree type, tree real, tree imag)
2538
return
build_complex
(type, build_real (TREE_TYPE (type), rinf),
2551
return
build_complex
(type, scalar, scalar);
2586
return
build_complex
(type,
2604
return
build_complex
(type, scalar, scalar);
2641
return
build_complex
(type,
2681
return
build_complex
(type, zero, zero);
15108
tree c_i_0 =
build_complex
(NULL_TREE, i_0, i_0);
15109
tree c_i_1 =
build_complex
(NULL_TREE, i_1, i_0);
15110
tree c_i_m1 =
build_complex
(NULL_TREE, i_m1, i_0)
2510
build_complex
(tree type, tree real, tree imag)
function
[
all
...]
Completed in 31 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026