Searched defs:is_double (Results 1 – 9 of 9) sorted by relevance
82 template<typename T> struct is_double { static const bool value = false; }; struct83 template<> struct is_double<cl_double> { static const bool value = true; }; argument84 template<> struct is_double<cl_double2> { static const bool value = true; }; argument
220 bool is_double = false; in NextToken() local
156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
204 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber() local
1136 constexpr bool is_double = sizeof(Float) == sizeof(uint64_t); in assign() local
624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()648 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
625 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()649 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
887 bool is_double() const in is_double() function
2448 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local