Home
last modified time | relevance | path

Searched defs:to_unsigned (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Ddeformable_offsets_gpu_kernel.cc78 const auto to_unsigned = [](const int64_t &value) { return LongToUint(value); }; in CheckParam() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs271 fn to_unsigned(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc>; in to_unsigned() method
319 fn to_unsigned(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> { in to_unsigned() method
/third_party/alsa-lib/test/
Dpcm.c51 int to_unsigned = snd_pcm_format_unsigned(format) == 1; in generate_sine() local
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs462 pub fn to_unsigned(self) -> UintTy { in to_unsigned() method