OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo_float
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
ppc64-complex-parms.c
7
float
foo_float
(_Complex float x) {
function
11
// CHECK: define float @
foo_float
(float {{[%A-Za-z0-9.]+}}, float {{[%A-Za-z0-9.]+}}) [[NUW:#[0-9]+]] {
56
foo_float
(2.0f - 2.5fi);
69
// 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
/external/v8/test/mjsunit/lithium/
StoreKeyedExternal.js
45
function
foo_float
(a, i, v) {
function
90
foo_float
(A1_float, 1, 3.4);
91
foo_float
(A2_float, 1, 3.4);
92
%OptimizeFunctionOnNextCall(
foo_float
);
93
foo_float
(A3_float, 1, 3.4);
Completed in 94 milliseconds