Home
last modified time | relevance | path

Searched defs:float_width (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs287 fn float_width(i: &[u8]) -> nom::IResult<&[u8], u8> { in float_width() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs180 fn float_width(&self, typ: Type<'gcc>) -> usize { in float_width() method
Dbuilder.rs1475 let float_width = self.cx.float_width(float_ty); in fptoint_sat() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs36 fn float_width(&self, ty: Self::Type) -> usize; in float_width() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs217 fn float_width(&self, ty: &'ll Type) -> usize { in float_width() method
Dbuilder.rs769 let float_width = self.cx.float_width(src_ty); in fptoui() localVariable
791 let float_width = self.cx.float_width(src_ty); in fptosi() localVariable
1507 let float_width = self.cx.float_width(float_ty); in fptoint_sat() localVariable