Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/msun/ld128/
De_powl.c150 long double s2, s_h, s_l, t_h, t_l; in powl() local
/third_party/jerryscript/jerry-libm/
Dpow.c306 double_accessor s_h, t_h; in pow() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_pool_with_argmax_cpu_kernel.cc165 const int s_h = this->stride_height_; in LaunchKernel() local
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs239 let mut s_h: f32; in powf() localVariable
842 let s_h = with_set_low_word(ss, 0); in powd() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dop_node.cc671 auto s_h = strides[0]; in InferShape() local