OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbrtfn
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
2018
tree type, sqrtfn,
cbrtfn
, sqrt_arg0, result, cbrt_x, powi_cbrt_x;
local
2074
cbrtfn
= mathfn_built_in (type, BUILT_IN_CBRT);
2078
&&
cbrtfn
2081
return build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
2090
&&
cbrtfn
2100
return build_and_insert_call (gsi, loc,
cbrtfn
, sqrt_arg0);
2146
&&
cbrtfn
2169
cbrt_x = build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
tree-ssa-math-opts.cc
2018
tree type, sqrtfn,
cbrtfn
, sqrt_arg0, result, cbrt_x, powi_cbrt_x;
local
2074
cbrtfn
= mathfn_built_in (type, BUILT_IN_CBRT);
2078
&&
cbrtfn
2081
return build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
2090
&&
cbrtfn
2100
return build_and_insert_call (gsi, loc,
cbrtfn
, sqrt_arg0);
2146
&&
cbrtfn
2169
cbrt_x = build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
2014
tree type, sqrtfn,
cbrtfn
, sqrt_arg0, result, cbrt_x, powi_cbrt_x;
local
2070
cbrtfn
= mathfn_built_in (type, BUILT_IN_CBRT);
2074
&&
cbrtfn
2077
return build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
2086
&&
cbrtfn
2096
return build_and_insert_call (gsi, loc,
cbrtfn
, sqrt_arg0);
2142
&&
cbrtfn
2165
cbrt_x = build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
tree-ssa-math-opts.cc
2014
tree type, sqrtfn,
cbrtfn
, sqrt_arg0, result, cbrt_x, powi_cbrt_x;
local
2070
cbrtfn
= mathfn_built_in (type, BUILT_IN_CBRT);
2074
&&
cbrtfn
2077
return build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
2086
&&
cbrtfn
2096
return build_and_insert_call (gsi, loc,
cbrtfn
, sqrt_arg0);
2142
&&
cbrtfn
2165
cbrt_x = build_and_insert_call (gsi, loc,
cbrtfn
, arg0);
Completed in 107 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026