Home
last modified time | relevance | path

Searched defs:max_s (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dloopback_test.cpp51 std::string const max_s = boost::lexical_cast<std::string>(max_); in test_round_conversion() local
/aosp_15_r20/external/webp/src/utils/
H A Dquant_levels_utils.c32 int min_s = 255, max_s = 0; in QuantizeLevels() local
/aosp_15_r20/external/angle/src/common/
H A Dmathutil.cpp56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
/aosp_15_r20/external/swiftshader/src/System/
H A DHalf.hpp106 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dcdef_neon.cc523 const uint16x8_t max_s = vreinterpretq_u16_u8( in GetMaxSecondary() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dcdef_sse4.cc635 const __m128i max_s = _mm_max_epu8(_mm_max_epu8(max_s01, max_s23), in CdefFilter_SSE4_1() local
H A Dcdef_avx2.cc695 const __m256i max_s = _mm256_max_epu8(max_s01, max_s23); in CdefFilter_AVX2() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan.cc220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp, in GetStackTrace()
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp562 …const int max_s = static_cast<int>(floor((max_c / exp2(exp_p - g_sharedexp_bias - g_sharedexp_mant… in RGB9E5_reference() local
/aosp_15_r20/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h747 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h936 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProf.h988 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h1005 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProf.h988 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProf.h974 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProf.h1118 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DBlitter.cpp780 Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s)); in write() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp706 GLfloat max_s = deFloatFloor(max_c / deFloatPow(2.0f, exp_p - (float)B - (float)N) + 0.5f); in convertUint_5_9_9_9_rev() local
H A DglcPackedPixelsTests.cpp1708 GLfloat max_s = deFloatFloor(max_c / deFloatPow(2.0f, exp_p - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV() local
/aosp_15_r20/external/lua/src/
H A Dlstrlib.c945 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ in str_gsub() local