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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c9267 enum built_in_function fcode1 = builtin_mathfn_code (arg1);
9270 if (fcode0 == fcode1 && BUILTIN_ROOT_P (fcode0))
9290 if (fcode0 == fcode1 && BUILTIN_EXPONENT_P (fcode0))
9301 if ((fcode0 == BUILT_IN_POW && fcode1 == BUILT_IN_POW)
9302 || (fcode0 == BUILT_IN_POWF && fcode1 == BUILT_IN_POWF)
9303 || (fcode0 == BUILT_IN_POWL && fcode1 == BUILT_IN_POWL))
9336 if (((fcode0 == BUILT_IN_TAN && fcode1 == BUILT_IN_COS)
9337 || (fcode0 == BUILT_IN_TANF && fcode1 == BUILT_IN_COSF)
9338 || (fcode0 == BUILT_IN_TANL && fcode1 == BUILT_IN_COSL)
9339 || (fcode0 == BUILT_IN_COS && fcode1
9232 enum built_in_function fcode1 = builtin_mathfn_code (arg1); local
9905 enum built_in_function fcode1 = builtin_mathfn_code (arg1); local
[all...]

Completed in 105 milliseconds