Searched defs:is_float (Results 1 – 3 of 3) sorted by relevance
92 def __init__(self, is_float, elt_width, elt_num): argument [all...]
531 template<> struct is_float<float> { typedef void type; }; argument