Searched defs:is_double (Results 1 – 8 of 8) sorted by relevance
84 template<typename T> struct is_double { static const bool value = false; }; struct85 template<> struct is_double<cl_double> { static const bool value = true; }; struct86 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
243 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
206 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber() local
627 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()651 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
2160 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
2453 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() function