OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foo_float
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/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);
/external/clang/test/CodeGen/
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
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]])
Completed in 348 milliseconds