Searched refs:double_check (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 672 double_check (gfc_expr *d, int n) in double_check() function 1417 if (!double_check (x, 0) || !double_check (y, 1)) in gfc_check_x_yd() 2556 if (!double_check (y, 0) || !double_check (x, 1)) in gfc_check_datan2() 2947 if (!double_check (a, 0)) in gfc_check_fn_d() 3162 if (!double_check (a, 0)) in gfc_check_idnint()
|
H A D | ChangeLog-2005 | 1088 kind_check, double_check, logical_array_check, array_check,
|
H A D | ChangeLog-2010 | 2276 real_or_complex_check,kind_check,double_check,logical_array_check,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 672 double_check (gfc_expr *d, int n) in double_check() function 1415 if (!double_check (x, 0) || !double_check (y, 1)) in gfc_check_x_yd() 2552 if (!double_check (y, 0) || !double_check (x, 1)) in gfc_check_datan2() 2943 if (!double_check (a, 0)) in gfc_check_fn_d() 3158 if (!double_check (a, 0)) in gfc_check_idnint()
|