Home
last modified time | relevance | path

Searched refs:has_float (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_float.rs13 /// We use the monotone constraint function `has_float`,
30 has_float: HashSet<ItemId>,
33 // `has_float` set, then each of the ids in Vec<ItemId> need to be
66 trace!("inserting {:?} into the has_float set", id); in insert()
68 let was_not_already_in_set = self.has_float.insert(id); in insert()
86 let has_float = HashSet::default(); in new()
91 has_float, in new()
103 if self.has_float.contains(&id) { in constrain()
141 if self.has_float.contains(&t.into()) { in constrain()
151 if self.has_float in constrain()
[all...]
H A Dmod.rs51 mod has_float; modules
52 pub use self::has_float::HasFloat;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_angle_format_table.py244 has_float = "_FLOAT" in format_id
255 if has_float:
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs477 has_float: Option<HashSet<ItemId>>,
595 has_float: None,
2735 assert!(self.has_float.is_none()); in compute_has_float()
2737 self.has_float = Some(analyze::<HasFloat>(self)); in compute_has_float()
2750 self.has_float.as_ref().unwrap().contains(&id.into()) in lookup_has_float()
H A Ditem.rs91 fn has_float(&self, ctx: &BindgenContext) -> bool; in has_float() functions
1205 fn has_float(&self, ctx: &BindgenContext) -> bool { in has_float() functions
1215 fn has_float(&self, ctx: &BindgenContext) -> bool { in has_float() functions
/third_party/libbpf/src/
H A Dlibbpf.c2808 bool has_float = kernel_supports(obj, FEAT_BTF_FLOAT); local
2814 return !has_func || !has_datasec || !has_func_global || !has_float ||
2822 bool has_float = kernel_supports(obj, FEAT_BTF_FLOAT); local
2879 } else if (!has_float && btf_is_float(t)) {

Completed in 26 milliseconds