Home
last modified time | relevance | path

Searched defs:new_float (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/alisp/
Dalisp.c397 static struct alisp_object * new_float(struct alisp_instance *instance, double value) in new_float() function
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs2034 pub fn new_float(tcx: TyCtxt<'tcx>, f: ty::FloatTy) -> Ty<'tcx> { in new_float() method