Searched defs:jdouble (Results 1 – 7 of 7) sorted by relevance
122 pub fn d(self) -> Result<jdouble> { in d()272 impl<'a> TryFrom<JValue<'a>> for jdouble { implementation
153 pub fn d(self) -> Result<jdouble> { in d()336 impl<O> TryFrom<JValueGen<O>> for jdouble { implementation
117 impl TypeArray for jdouble {} implementation
1534 buf: &mut [jdouble], in get_double_array_region()1689 buf: &[jdouble], in set_double_array_region()2249 ) -> Result<AutoArray<'a, jdouble>> { in get_double_array_elements() argument
2026 buf: &mut [jdouble], in get_double_array_region()2186 buf: &[jdouble], in set_double_array_region()
17 pub type jdouble = f64; typedef
61 typedef double jdouble; typedef