| /src/external/apache2/llvm/dist/llvm/utils/ |
| shuffle_select_fuzz_tester.py | 91 def __init__(self, is_float, elt_width, elt_num): 92 self.is_float = is_float # Boolean 97 if self.is_float: 108 return Type(self.is_float, self.elt_width, 1) 207 if ty.is_float: 222 is_float = False 225 is_float = False 228 is_float = False 231 is_float = Fals [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_dpp.c | 280 bool is_float) 284 if (is_float) { 306 bool is_float; local 317 is_float = false; 333 is_float = true; 340 dpp1_set_degamma_format_float(dpp_base, is_float);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-elisp.c | 222 is_float (const char *p) function 316 /* Add a NUL byte at the end, for is_integer and is_float. */ 320 if (is_integer (tp->chars) || is_float (tp->chars))
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.h | 561 virtual bool is_float () const = 0; 576 return is_int () || is_float () || is_bool (); 633 bool is_float () const FINAL OVERRIDE; 668 bool is_float () const FINAL OVERRIDE { return false; } 697 bool is_float () const FINAL OVERRIDE { return m_other_type->is_float (); } 829 bool is_float () const FINAL OVERRIDE { return false; } 864 bool is_float () const FINAL OVERRIDE { return false; } 978 bool is_float () const FINAL OVERRIDE { return false; }
|
| libgccjit.cc | 2383 bool src_is_float = src_type->is_float (); 2384 bool dst_is_float = dst_type->is_float (); 3969 (type->is_int () || type->is_float (), ctxt, NULL,
|
| jit-recording.cc | 2575 /* Implementation of pure virtual hook recording::type::is_float for 2579 recording::memento_of_get_type::is_float () const function in class:gcc::jit::recording::memento_of_get_type
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 5976 int is_float = 0, num; 5983 is_float = 32; 6004 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT) 6006 return alpha_register_table[num + is_float]; 5963 int is_float = 0, num; local
|
| tc-hppa.c | 1998 IS_FLOAT indicates that a PA-89 FP register number should be 1999 parsed; A `l' or `r' suffix is checked for if but 2 of IS_FLOAT is 2006 pa_parse_number (char **s, int is_float) 2056 if (is_float) 2059 if (! (is_float & 2))
|
| tc-csky.c | 2949 is_reg_lshift_illegal (char **oper, int is_float) 2987 if (is_float)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 5976 int is_float = 0, num; 5983 is_float = 32; 6004 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT) 6006 return alpha_register_table[num + is_float]; 5963 int is_float = 0, num; local
|
| tc-hppa.c | 1998 IS_FLOAT indicates that a PA-89 FP register number should be 1999 parsed; A `l' or `r' suffix is checked for if but 2 of IS_FLOAT is 2006 pa_parse_number (char **s, int is_float) 2056 if (is_float) 2059 if (! (is_float & 2))
|
| tc-csky.c | 2949 is_reg_lshift_illegal (char **oper, int is_float) 2987 if (is_float)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 16288 bool is_float = FLOAT_TYPE_P (TREE_TYPE (gimple_get_lhs (stmt_info->stmt))); 16291 if (is_float) 16300 if (is_float)
|