Searched defs:CEIL (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 106 CEIL = 1, enumerator 124 … NearestMode : int64_t { NORMAL = 0, ROUND_HALF_DOWN = 1, ROUND_HALF_UP = 2, FLOOR = 3, CEIL = 4 }; enumerator
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 127 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC), enumerator
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 346 constexpr char CEIL[] = "Ceil"; variable
|
/third_party/mindspore/third_party/proto/caffe/ |
D | caffe.proto | 947 CEIL = 0; enumerator
|
/third_party/skia/src/core/ |
D | SkVM.h | 194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
|