Lines Matching refs:fcode
143 enum built_in_function fcode = builtin_mathfn_code (expr); in convert_to_real() local
153 switch (fcode) in convert_to_real()
212 tree fn = mathfn_built_in (newtype, fcode); in convert_to_real()
228 && (((fcode == BUILT_IN_FLOORL in convert_to_real()
229 || fcode == BUILT_IN_CEILL in convert_to_real()
230 || fcode == BUILT_IN_ROUNDL in convert_to_real()
231 || fcode == BUILT_IN_RINTL in convert_to_real()
232 || fcode == BUILT_IN_TRUNCL in convert_to_real()
233 || fcode == BUILT_IN_NEARBYINTL) in convert_to_real()
236 || ((fcode == BUILT_IN_FLOOR in convert_to_real()
237 || fcode == BUILT_IN_CEIL in convert_to_real()
238 || fcode == BUILT_IN_ROUND in convert_to_real()
239 || fcode == BUILT_IN_RINT in convert_to_real()
240 || fcode == BUILT_IN_TRUNC in convert_to_real()
241 || fcode == BUILT_IN_NEARBYINT) in convert_to_real()
244 tree fn = mathfn_built_in (type, fcode); in convert_to_real()
429 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer() local
432 switch (fcode) in convert_to_integer()
528 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer() local
531 switch (fcode) in convert_to_integer()