| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| read.c | 241 int is_inf, plus = 1; local 251 is_inf = *s == 'i'; 256 if (is_inf) 263 if (is_inf) 271 if (is_inf) 282 if (is_inf) 292 if (is_inf) 302 if (is_inf)
|
| list_read.c | 1666 int is_inf; local 1938 is_inf = 0; 1976 is_inf = 1; 2027 if (is_inf)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| read.c | 235 int is_inf, plus = 1; local 245 is_inf = *s == 'i'; 250 if (is_inf) 257 if (is_inf) 265 if (is_inf) 279 if (is_inf) 289 if (is_inf)
|
| list_read.c | 1626 int is_inf; local 1883 is_inf = 0; 1921 is_inf = 1; 1972 if (is_inf)
|
| /src/external/historical/nawk/dist/ |
| lib.c | 875 bool is_inf = false; local 891 is_inf = (strncasecmp(s+1, "inf", 3) == 0); 892 if ((is_nan || is_inf)
|
| /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| libf7.h | 49 -- f7_t.is_inf (+Inf or -Inf) 133 uint8_t is_inf :1; member in struct:f7_t::__anon14230::__anon14231
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| libf7.h | 48 -- f7_t.is_inf (+Inf or -Inf) 126 uint8_t is_inf :1; member in struct:f7_t::__anon16643::__anon16644
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| powerpc.igen | 1324 int::function::is_inf:uint64_t frs, int single 1379 && (is_inf(fra, single) && is_inf(frb, single)) 1387 && (is_inf(fra, single) && is_inf(frb, single))) { 1397 && (is_zero(fra) && is_inf(frb, single))) { 1416 && (is_inf(fra, single) || is_NaN(fra, single) || is_large(fra, single)))
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| powerpc.igen | 1324 int::function::is_inf:uint64_t frs, int single 1379 && (is_inf(fra, single) && is_inf(frb, single)) 1387 && (is_inf(fra, single) && is_inf(frb, single))) { 1397 && (is_zero(fra) && is_inf(frb, single))) { 1416 && (is_inf(fra, single) || is_NaN(fra, single) || is_large(fra, single)))
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| PatternMatch.h | 651 struct is_inf { struct in namespace:llvm::PatternMatch 656 inline cstfp_pred_ty<is_inf> m_Inf() { 657 return cstfp_pred_ty<is_inf>();
|