HomeSort by relevance Sort by last modified time
    Searched refs:SHRT_MIN (Results 126 - 150 of 151) sorted by null

1 2 3 4 56 7

  /external/pdfium/third_party/lpng_v163/
pngconf.h 483 #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 136 public detail::integer_traits_base<short, SHRT_MIN, SHRT_MAX>
  /external/opencv3/modules/imgproc/test/
test_thresh.cpp 94 float min_val = SHRT_MIN-100.f;
  /external/safe-iop/include/
safe_iop.h 593 MAKE_SSUB(s, 16, int16_t, SHRT_MIN, SHRT_MAX)
610 MAKE_SMUL(s, 16, int16_t, SHRT_MAX, SHRT_MIN)
627 MAKE_SDIV(s, 16, int16_t, SHRT_MIN)
644 MAKE_SMOD(s, 16, int16_t, SHRT_MIN)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 224 : public _STLP_PRIV _Integer_limits<short, SHRT_MIN, SHRT_MAX, -1, true>
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 237 SHRT_MIN = (-32768)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_limits.h 224 : public _STLP_PRIV _Integer_limits<short, SHRT_MIN, SHRT_MAX, -1, true>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 237 SHRT_MIN = (-32768)
  /external/opencv3/modules/imgproc/src/
thresh.cpp     [all...]
filter.cpp 516 if( v < SHRT_MIN || v > SHRT_MAX )
608 if( v < SHRT_MIN || v > SHRT_MAX )
    [all...]
morph.cpp     [all...]
imgwarp.cpp 636 typedef VResizeLinearVec_32f16<SHRT_MIN> VResizeLinearVec_32f16u;
843 typedef VResizeCubicVec_32f16<SHRT_MIN> VResizeCubicVec_32f16u;
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 349 EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 65 template<> inline __host__ __device__ Ncv16s _pixMinVal<Ncv16s>() {return SHRT_MIN;}
  /external/pcre/dist/
pcrecpp.cc 39 #include <limits.h> /* for SHRT_MIN, USHRT_MAX, etc */
768 if (r < SHRT_MIN || r > SHRT_MAX) return false; // Out of range
  /external/gtest/test/
gtest-printers_test.cc 355 EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-printers_test.cc 355 EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 355 EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16
    [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
  /external/mesa3d/src/mesa/main/
get.c 73 ((I) < SHRT_MIN) ? INT_MIN : \
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp 92 depth == CV_16S ? SHRT_MIN : depth == CV_32S ? INT_MIN :
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]

Completed in 894 milliseconds

1 2 3 4 56 7