Searched defs:wide_type (Results 1 – 3 of 3) sorted by relevance
114 struct lp_type wide_type = lp_wider_type(type); in lp_build_mul_norm_expand() local264 struct lp_type wide_type = lp_wider_type(bld->type); in lp_build_blend() local
917 struct lp_type wide_type, in lp_build_mul_norm()995 struct lp_type wide_type = lp_wider_type(type); in lp_build_mul() local1196 LLVMTypeRef wide_type, narrow_type; in lp_build_mul_32_lohi() local1469 struct lp_type wide_type; in lp_build_lerp() local
60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type; typedef