Searched defs:to_unsigned (Results 1 – 4 of 4) sorted by relevance
78 const auto to_unsigned = [](const int64_t &value) { return LongToUint(value); }; in CheckParam() local
271 fn to_unsigned(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc>; in to_unsigned() method319 fn to_unsigned(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> { in to_unsigned() method
51 int to_unsigned = snd_pcm_format_unsigned(format) == 1; in generate_sine() local
462 pub fn to_unsigned(self) -> UintTy { in to_unsigned() method