Searched refs:fcode0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c9268 enum built_in_function fcode0 = builtin_mathfn_code (arg0);
9272 if (fcode0 == fcode1 && BUILTIN_ROOT_P (fcode0))
9279 if (BUILTIN_SQRT_P (fcode0)
9292 if (fcode0 == fcode1 && BUILTIN_EXPONENT_P (fcode0))
9303 if ((fcode0 == BUILT_IN_POW && fcode1 == BUILT_IN_POW)
9304 || (fcode0 == BUILT_IN_POWF && fcode1 == BUILT_IN_POWF)
9305 || (fcode0 == BUILT_IN_POWL && fcode1 == BUILT_IN_POWL))
9338 if (((fcode0
9233 enum built_in_function fcode0 = builtin_mathfn_code (arg0); local
9906 enum built_in_function fcode0 = builtin_mathfn_code (arg0); local
[all...]

Completed in 174 milliseconds