/external/oboe/apps/OboeTester/app/src/main/cpp/util/ |
D | WaveFileWriter.cpp | 109 float temp = (INT16_MAX * value) + 0.5 - INT16_MIN; in writePCM16() 110 int32_t sample = ((int) temp) + INT16_MIN; in writePCM16() 113 } else if (sample < INT16_MIN) { in writePCM16() 114 sample = INT16_MIN; in writePCM16()
|
/external/webrtc/modules/desktop_capture/ |
D | window_finder_unittest.cc | 169 finder->GetWindowUnderPoint(DesktopVector(INT16_MAX, INT16_MIN))); in TEST() 171 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MAX))); in TEST() 173 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MIN))); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 #define INT16_MIN -32768 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 88 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 # define INT16_MIN -32768 macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 134 #define INT16_MIN ((int16_t)_I16_MIN) macro 148 #define INT_LEAST16_MIN INT16_MIN 162 #define INT_FAST16_MIN INT16_MIN
|
/external/libaom/libaom/av1/encoder/ |
D | wedge_utils.c | 59 t = clamp(t, INT16_MIN, INT16_MAX); in av1_wedge_sse_from_residuals_c() 124 d[i] = clamp(a[i] * a[i] - b[i] * b[i], INT16_MIN, INT16_MAX); in av1_wedge_compute_delta_squares_c()
|
/external/adhd/cras/src/server/ |
D | cras_mix_ops.c | 50 else if (sum < INT16_MIN) in cras_mix_add_clip_s16_le() 51 sum = INT16_MIN; in cras_mix_add_clip_s16_le() 71 else if (sum < INT16_MIN) in scale_add_clip_s16_le() 72 sum = INT16_MIN; in scale_add_clip_s16_le() 179 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le() 180 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le() 195 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le() 196 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le() 211 else if (sum < INT16_MIN) in cras_mix_add_scale_stride_s16_le() 212 sum = INT16_MIN; in cras_mix_add_scale_stride_s16_le()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 32 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_dc() 82 INT16_MIN, INT16_MAX); in vpx_quantize_dc_32x32() 154 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_b_c() 257 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c() 268 clamp(qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2, INT16_MIN, INT16_MAX); in vpx_quantize_b_32x32_c()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 21 #define INT16_MIN SHRT_MIN macro 36 #define INT_LEAST16_MIN INT16_MIN
|
/external/capstone/include/windowsce/ |
D | stdint.h | 58 #define INT16_MIN (-32767i16 - 1) macro 71 #define INT_LEAST16_MIN INT16_MIN
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 25 #ifndef INT16_MIN 26 #error INT16_MIN not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 22 #ifndef INT16_MIN 23 #error INT16_MIN not defined
|
/external/skia/src/core/ |
D | SkDraw_text.cpp | 33 lt(position.fX, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/)) || in check_glyph_position() 35 lt(position.fY, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/))); in check_glyph_position()
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 446 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 449 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 474 EXPECT_EQ(Full.smin(Some), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() 482 EXPECT_EQ(Some.smin(Wrap), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() 487 EXPECT_EQ(Wrap.smin(One), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 66 INT16_MIN = (-32767-1) variable 70 INT_LEAST16_MIN = INT16_MIN
|
/external/oboe/src/flowgraph/ |
D | SinkI16.cpp | 51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
|
/external/adhd/cras/src/tests/ |
D | linear_resampler_unittest.cc | 207 else if (sum < INT16_MIN) in cras_mix_add_scale_stride() 208 sum = INT16_MIN; in cras_mix_add_scale_stride()
|
/external/adhd/cras/src/plc/ |
D | cras_plc.c | 106 input < INT16_MIN ? INT16_MIN : (int16_t)input; in f_to_s16()
|
/external/capstone/include/ |
D | platform.h | 47 #define INT16_MIN (-32767i16 - 1) macro
|
/external/capstone/include/capstone/ |
D | platform.h | 54 #define INT16_MIN (-32767i16 - 1) macro
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-enum.cpp | 19 I16A = INT16_MIN,
|