Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Digamma_utils.h368 T domain_error = (x < 0) || (a <= 0); in IgammaSingle() local
428 T domain_error = (x < 0) || (a <= 0); in IgammaGradASingle() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Digamma_cpu_kernel.cc224 bool domain_error = (x < 0) || (a <= 0); in IgammaSingle() local
Digammagrada_cpu_kernel.cc261 bool domain_error = (x < 0) || (a <= 0); in IgammaGradASingle() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp25487 class domain_error : public logic_error class