HomeSort by: relevance | last modified time | path
    Searched refs:is_float (Results 1 - 20 of 20) sorted by relevancy

  /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/external/gpl3/gdb/dist/sim/frv/
traps.c 425 SI immediate_disp, QI data_size, BI is_float
510 if (is_float)
526 if (is_float)
678 SIM_CPU *current_cpu, PCADDR address, SI regno, int size, int is_float
714 if (is_float)
791 clear_nesr_neear (SIM_CPU *current_cpu, SI target_index, BI is_float)
808 if (GET_NESR_FR (nesr) == is_float)
847 SIM_CPU *current_cpu, int *hi_available, int *lo_available, int is_float
850 if (is_float)
857 frvbf_clear_ne_flags (SIM_CPU *current_cpu, SI target_index, BI is_float)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
traps.c 425 SI immediate_disp, QI data_size, BI is_float
510 if (is_float)
526 if (is_float)
678 SIM_CPU *current_cpu, PCADDR address, SI regno, int size, int is_float
714 if (is_float)
791 clear_nesr_neear (SIM_CPU *current_cpu, SI target_index, BI is_float)
808 if (GET_NESR_FR (nesr) == is_float)
847 SIM_CPU *current_cpu, int *hi_available, int *lo_available, int is_float
850 if (is_float)
857 frvbf_clear_ne_flags (SIM_CPU *current_cpu, SI target_index, BI is_float)
    [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/dist/gcc/jit/
jit-recording.h 575 virtual bool is_float () const = 0;
592 return is_int () || is_float () || is_bool ();
649 bool is_float () const final override;
684 bool is_float () const final override { return false; }
713 bool is_float () const final override { return m_other_type->is_float (); }
891 bool is_float () const final override { return false; }
926 bool is_float () const final override { return false; }
1040 bool is_float () const final override { return false; }
1790 if (element_type->is_float ())
    [all...]
libgccjit.cc 563 (type->is_int () || type->is_float () || type->is_pointer (), -1, NULL, NULL,
2416 bool src_is_float = src_type->is_float ();
2417 bool dst_is_float = dst_type->is_float ();
4069 (type->is_int () || type->is_float (), ctxt, NULL,
jit-recording.cc 2601 /* Implementation of pure virtual hook recording::type::is_float for
2605 recording::memento_of_get_type::is_float () const function in class:gcc::jit::recording::memento_of_get_type
  /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)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 16720 bool is_float = FLOAT_TYPE_P (TREE_TYPE (gimple_get_lhs (stmt_info->stmt)));
16723 if (is_float)
16732 if (is_float)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5351 bool is_float = FLOAT_TYPE_P (TREE_TYPE (lhs));
5352 unsigned int basic_cost = is_float ? 2 : 1;
5341 bool is_float = FLOAT_TYPE_P (TREE_TYPE (lhs)); local

Completed in 283 milliseconds