/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | reduce_int8.c | 140 *out_ptr++ = MSMAX(MSMIN(mean, INT8_MAX), INT8_MIN); in ReduceMeanHW() 243 *inner_dst = MSMAX(MSMIN(mean, INT8_MAX), INT8_MIN); in ReduceMeanLastAxis() 311 if (sum > INT8_MAX) { in ReduceSumLastAxis() 312 *inner_dst = INT8_MAX; in ReduceSumLastAxis() 347 if (tmp > INT8_MAX) { in ReduceMaxLastAxis() 348 *inner_dst = INT8_MAX; in ReduceMaxLastAxis() 395 int32_t tmp = INT8_MAX; in ReduceMinLastAxis() 408 if (tmp > INT8_MAX) { in ReduceMinLastAxis() 409 *inner_dst = INT8_MAX; in ReduceMinLastAxis() 432 int32_t tmp = INT8_MAX; in ReduceMinInt8() [all …]
|
D | resize_int8.c | 224 out_value = out_value > INT8_MAX ? INT8_MAX : out_value; in ResizeNearestNeighborInt8()
|
D | slice_int8.c | 81 output_val = MSMAX(INT8_MIN, MSMIN(output_val, INT8_MAX)); in SliceInt8()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 83 #define INT8_MAX 127 macro 115 #ifndef INT8_MAX 116 #define INT8_MAX 127 macro
|
/third_party/musl/include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 43 #define INT8_MAX (0x7f) macro 61 #define INT_FAST8_MAX INT8_MAX 64 #define INT_LEAST8_MAX INT8_MAX
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 133 #define INT8_MAX _I8_MAX macro 147 #define INT_LEAST8_MAX INT8_MAX 161 #define INT_FAST8_MAX INT8_MAX
|
/third_party/openssl/include/internal/ |
D | numbers.h | 39 # ifndef INT8_MAX 41 # define INT8_MAX __MAXINT__(int8_t) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 161 #ifndef INT8_MAX 163 # define INT8_MAX ((int8_t)(127)) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | umachine.h | 198 #ifndef INT8_MAX 200 # define INT8_MAX ((int8_t)(127)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 198 #ifndef INT8_MAX 200 # define INT8_MAX ((int8_t)(127)) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | umachine.h | 198 #ifndef INT8_MAX 200 # define INT8_MAX ((int8_t)(127)) macro
|
/third_party/mesa3d/src/util/tests/ |
D | int_min_max.cpp | 56 EXPECT_EQ(INT8_MAX, u_intN_max(8)); in TEST()
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | reshape_int8_coder.cc | 49 INT8_MAX}; in DoCode()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | basictypes.h | 38 const int8 kint8max = INT8_MAX;
|
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/ |
D | dequant_int8_to_fp32_wrapper.c | 67 if (quant_data > INT8_MAX || quant_data < INT8_MIN) { in DequantDataPerTensor()
|
/third_party/libphonenumber/tools/cpp/src/base/ |
D | basictypes.h | 36 const int8 kint8max = INT8_MAX;
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse_lex.h | 294 #ifndef INT8_MAX 295 #define INT8_MAX (127) macro
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 40 C(INT8_MAX) in f()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | scale_int8.cc | 207 scale_param_->output_activation_max_ = INT8_MAX; in InitQuantArgs() 215 scale_param_->output_activation_max_ = INT8_MAX; in InitQuantArgs()
|
/third_party/alsa-utils/bat/ |
D | signal.c | 120 max = INT8_MAX; in adjust_waveform()
|