Home
last modified time | relevance | path

Searched refs:max_s (Results 1 – 25 of 35) sorted by relevance

12

/external/webp/src/utils/
Dquant_levels_utils.c32 int min_s = 255, max_s = 0; in QuantizeLevels() local
56 if (max_s < data[n]) max_s = data[n]; in QuantizeLevels()
65 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1); in QuantizeLevels()
70 q_level[max_s] = num_levels - 1; in QuantizeLevels()
72 assert(inv_q_level[num_levels - 1] == max_s); in QuantizeLevels()
81 for (s = min_s; s <= max_s; ++s) { in QuantizeLevels()
106 for (s = min_s; s <= max_s; ++s) { in QuantizeLevels()
125 for (s = min_s; s <= max_s; ++s) { in QuantizeLevels()
/external/linux-kselftest/tools/testing/selftests/zram/
Dzram_lib.sh90 for max_s in $zram_max_streams; do
92 echo $max_s > $sys_path || \
93 echo "FAIL failed to set '$max_s' to $sys_path"
97 [ "$max_s" -ne "$max_streams" ] && \
98 echo "FAIL can't set max_streams '$max_s', get $max_stream"
/external/ltp/testcases/kernel/device-drivers/zram/
Dzram_lib.sh60 for max_s in $zram_max_streams; do
62 echo $max_s > $sys_path || \
63 tst_brk TFAIL "failed to set '$max_s' to $sys_path"
66 [ "$max_s" -ne "$max_streams" ] && \
67 tst_brk TFAIL "can't set max_streams '$max_s', get $max_stream"
/external/swiftshader/src/System/
DHalf.hpp100 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5() local
105 …float scale = bit_cast<float>((bit_cast<int>(max_s) & 0x7F800000) ^ 0x7F800000) * (1 << (g_sharede… in RGB9E5()
110 E = (bit_cast<unsigned int>(max_s) >> 23) - 127 + 15 + 1; in RGB9E5()
/external/angle/src/common/
Dmathutil.cpp56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
59 static_cast<int>((max_s < pow(2.0f, g_sharedexp_mantissabits)) ? exp_p : exp_p + 1); in convertRGBFloatsTo999E5()
/external/swiftshader/tests/MathUnitTests/
Dunittests.cpp73 …const int max_s = static_cast<int>(floor((max_c / exp2(exp_p - g_sharedexp_bias - g_sharedexp_mant… in RGB9E5_reference() local
74 const int exp_s = static_cast<int>((max_s < exp2(g_sharedexp_mantissabits)) ? exp_p : exp_p + 1); in RGB9E5_reference()
/external/llvm-project/llvm/test/MC/WebAssembly/
Dsimd-encodings.s361 # CHECK: i8x16.max_s # encoding: [0xfd,0x78]
362 i8x16.max_s
442 # CHECK: i16x8.max_s # encoding: [0xfd,0x98,0x01]
443 i16x8.max_s
505 # CHECK: i32x4.max_s # encoding: [0xfd,0xb8,0x01]
506 i32x4.max_s
/external/capstone/suite/MC/Mips/
Dtest_3r.s.cs148 0x79,0x13,0x0a,0x8e = max_s.b $w10, $w1, $w19
149 0x79,0x31,0xeb,0xce = max_s.h $w15, $w29, $w17
150 0x79,0x4e,0xeb,0xce = max_s.w $w15, $w29, $w14
151 0x79,0x63,0xc6,0x4e = max_s.d $w25, $w24, $w3
/external/llvm/test/MC/Mips/msa/
Dtest_3r.s149 # CHECK: max_s.b $w10, $w1, $w19 # encoding: [0x79,0x13,0x0a,0x8e]
150 # CHECK: max_s.h $w15, $w29, $w17 # encoding: [0x79,0x31,0xeb,0xce]
151 # CHECK: max_s.w $w15, $w29, $w14 # encoding: [0x79,0x4e,0xeb,0xce]
152 # CHECK: max_s.d $w25, $w24, $w3 # encoding: [0x79,0x63,0xc6,0x4e]
392 max_s.b $w10, $w1, $w19
393 max_s.h $w15, $w29, $w17
394 max_s.w $w15, $w29, $w14
395 max_s.d $w25, $w24, $w3
/external/llvm-project/llvm/test/MC/Mips/msa/
Dtest_3r.s149 # CHECK: max_s.b $w10, $w1, $w19 # encoding: [0x79,0x13,0x0a,0x8e]
150 # CHECK: max_s.h $w15, $w29, $w17 # encoding: [0x79,0x31,0xeb,0xce]
151 # CHECK: max_s.w $w15, $w29, $w14 # encoding: [0x79,0x4e,0xeb,0xce]
152 # CHECK: max_s.d $w25, $w24, $w3 # encoding: [0x79,0x63,0xc6,0x4e]
392 max_s.b $w10, $w1, $w19
393 max_s.h $w15, $w29, $w17
394 max_s.w $w15, $w29, $w14
395 max_s.d $w25, $w24, $w3
/external/compiler-rt/lib/msan/
Dmsan.cc220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp, in GetStackTrace() argument
226 return stack->Unwind(max_s, pc, bp, nullptr, 0, 0, request_fast_unwind); in GetStackTrace()
228 stack->Unwind(max_s, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), in GetStackTrace()
Dmsan.h252 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,
/external/llvm/include/llvm/ProfileData/
DInstrProf.h747 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
748 if (ValueData.size() > max_s) in sortByCount()
749 ValueData.resize(max_s); in sortByCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h936 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
937 if (ValueData.size() > max_s) in sortByCount()
938 ValueData.resize(max_s); in sortByCount()
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h942 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
943 if (ValueData.size() > max_s) in sortByCount()
944 ValueData.resize(max_s); in sortByCount()
/external/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3r.txt149 0x79 0x13 0x0a 0x8e # CHECK: max_s.b $w10, $w1, $w19
150 0x79 0x31 0xeb 0xce # CHECK: max_s.h $w15, $w29, $w17
151 0x79 0x4e 0xeb 0xce # CHECK: max_s.w $w15, $w29, $w14
152 0x79 0x63 0xc6 0x4e # CHECK: max_s.d $w25, $w24, $w3
/external/llvm-project/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3r.txt149 0x79 0x13 0x0a 0x8e # CHECK: max_s.b $w10, $w1, $w19
150 0x79 0x31 0xeb 0xce # CHECK: max_s.h $w15, $w29, $w17
151 0x79 0x4e 0xeb 0xce # CHECK: max_s.w $w15, $w29, $w14
152 0x79 0x63 0xc6 0x4e # CHECK: max_s.d $w25, $w24, $w3
/external/libgav1/libgav1/src/dsp/x86/
Dcdef_avx2.cc691 const __m256i max_s = _mm256_max_epu8(max_s01, max_s23); in CdefFilter_AVX2() local
693 _mm256_and_si256(max_s, cdef_large_value_mask)); in CdefFilter_AVX2()
Dcdef_sse4.cc630 const __m128i max_s = _mm_max_epu8(_mm_max_epu8(max_s01, max_s23), in CdefFilter_SSE4_1() local
632 max = _mm_max_epu16(max, _mm_and_si128(max_s, cdef_large_value_mask)); in CdefFilter_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dcdef_neon.cc603 const uint16x8_t max_s = vreinterpretq_u16_u8( in CdefFilter_NEON() local
605 max = vmaxq_u16(max, vandq_u16(max_s, cdef_large_value_mask)); in CdefFilter_NEON()
/external/llvm/test/CodeGen/Mips/msa/
D3r-m.ll113 ; CHECK: max_s.b
135 ; CHECK: max_s.h
157 ; CHECK: max_s.w
179 ; CHECK: max_s.d
Dcompare.ll1072 ; CHECK-DAG: max_s.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1089 ; CHECK-DAG: max_s.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1106 ; CHECK-DAG: max_s.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1123 ; CHECK-DAG: max_s.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1208 ; CHECK-DAG: max_s.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1225 ; CHECK-DAG: max_s.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1242 ; CHECK-DAG: max_s.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1259 ; CHECK-DAG: max_s.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
/external/llvm-project/llvm/test/CodeGen/Mips/msa/
D3r-m.ll113 ; CHECK: max_s.b
135 ; CHECK: max_s.h
157 ; CHECK: max_s.w
179 ; CHECK: max_s.d
Dcompare.ll1072 ; CHECK-DAG: max_s.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1089 ; CHECK-DAG: max_s.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1106 ; CHECK-DAG: max_s.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1123 ; CHECK-DAG: max_s.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1208 ; CHECK-DAG: max_s.b [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1225 ; CHECK-DAG: max_s.h [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1242 ; CHECK-DAG: max_s.w [[R3:\$w[0-9]+]], [[R1]], [[R2]]
1259 ; CHECK-DAG: max_s.d [[R3:\$w[0-9]+]], [[R1]], [[R2]]
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp704 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
708 if (0 <= max_s && max_s < deFloatPow(2.0f, (float)N)) in convertUint_5_9_9_9_rev()

12