OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo_float
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
ppc64-complex-parms.c
8
float
foo_float
(_Complex float x) {
function
12
// CHECK: define float @
foo_float
(float {{[%A-Za-z0-9.]+}}, float {{[%A-Za-z0-9.]+}}) [[NUW:#[0-9]+]] {
57
foo_float
(2.0f - 2.5fi);
70
// CHECK: %{{[A-Za-z0-9.]+}} = call float @
foo_float
(float %[[VAR5]], float %[[VAR7]])
ppc64-complex-return.c
8
_Complex float
foo_float
(_Complex float x) {
function
12
// CHECK: define { float, float } @
foo_float
(float {{[%A-Za-z0-9.]+}}, float {{[%A-Za-z0-9.]+}}) [[NUW:#[0-9]+]] {
57
return crealf(
foo_float
(2.0f - 2.5fi));
61
// CHECK: [[VAR1:[%A-Za-z0-9.]+]] = call { float, float } @
foo_float
Completed in 88 milliseconds