Home
last modified time | relevance | path

Searched defs:maxnum (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dindex_put.cc116 int64_t maxnum = indices_data->NumElements(); in IndexPutParmCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dindex_put_cpu_kernel.cc121 int64_t maxnum = 0; in CheckParams() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1118 inline APFloat maxnum(const APFloat &A, const APFloat &B) { in maxnum() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1258 inline APFloat maxnum(const APFloat &A, const APFloat &B) { in maxnum() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs1289 pub fn maxnum(&mut self, lhs: &'ll Value, rhs: &'ll Value) -> &'ll Value { in maxnum() method