Searched refs:is_float (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.h495 virtual bool is_float () const = 0;
503 return is_int () || is_float () || is_bool ();
549 bool is_float () const;
581 bool is_float () const { return false; } function in class:gcc::jit::recording::memento_of_get_pointer
614 bool is_float () const { return m_other_type->is_float (); } function in class:gcc::jit::recording::memento_of_get_const
643 bool is_float () const { return m_other_type->is_float (); } function in class:gcc::jit::recording::memento_of_get_volatile
674 bool is_float () const { return false; } function in class:gcc::jit::recording::array_type
705 bool is_float () cons function in class:gcc::jit::recording::function_type
793 bool is_float () const { return false; } function in class:gcc::jit::recording::compound_type
[all...]
H A Dlibgccjit.c1546 bool src_is_float = src_type->is_float ();
1547 bool dst_is_float = dst_type->is_float ();
H A Djit-recording.c2087 /* Implementation of pure virtual hook recording::type::is_float for
2091 recording::memento_of_get_type::is_float () const function in class:recording::memento_of_get_type
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c671 int is_float = 0;
688 is_float++;
713 is_float++;
719 if (is_float)
667 int is_float = 0; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-alpha.c5404 int is_float = 0, num;
5411 is_float = 32;
5432 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT)
5434 return alpha_register_table[num + is_float];
5391 int is_float = 0, num; local
H A Dtc-hppa.c4704 pa_parse_number (s, is_float)
4706 int is_float;
4756 if (is_float)
4759 if (! (is_float & 2))
/haiku-buildtools/binutils/gas/config/
H A Dtc-alpha.c6000 int is_float = 0, num;
6007 is_float = 32;
6028 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT)
6030 return alpha_register_table[num + is_float];
5987 int is_float = 0, num; local
H A Dtc-hppa.c2026 pa_parse_number (char **s, int is_float)
2076 if (is_float)
2079 if (! (is_float & 2))
2024 pa_parse_number(char **s, int is_float) argument
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2623 is_float() const function in class:Numeric_constant
H A Dexpressions.cc3809 else if (unc->is_float())
8492 else if (nc.is_float())
15458 go_assert(this->is_float());

Completed in 297 milliseconds