Searched defs:float_width (Results 1 – 6 of 6) sorted by relevance
287 fn float_width(i: &[u8]) -> nom::IResult<&[u8], u8> { in float_width() function
180 fn float_width(&self, typ: Type<'gcc>) -> usize { in float_width() method
1475 let float_width = self.cx.float_width(float_ty); in fptoint_sat() localVariable
36 fn float_width(&self, ty: Self::Type) -> usize; in float_width() method
217 fn float_width(&self, ty: &'ll Type) -> usize { in float_width() method
769 let float_width = self.cx.float_width(src_ty); in fptoui() localVariable791 let float_width = self.cx.float_width(src_ty); in fptosi() localVariable1507 let float_width = self.cx.float_width(float_ty); in fptoint_sat() localVariable