Home
last modified time | relevance | path

Searched refs:max_s (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
H A 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()
/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram_lib.sh109 for max_s in $zram_max_streams; do
111 echo $max_s > $sys_path || \
112 tst_brk TFAIL "failed to set '$max_s' to $sys_path"
115 [ "$max_s" -ne "$max_streams" ] && \
116 tst_brk TFAIL "can't set max_streams '$max_s', get $max_stream"
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.hpp99 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5() local
104 float scale = bit_cast<float>((bit_cast<int>(max_s) & 0x7F800000) ^ 0x7F800000) * (1 << (g_sharedexp_mantissabits - 2)); in RGB9E5()
109 E = (bit_cast<unsigned int>(max_s) >> 23) - 127 + 15 + 1; in RGB9E5()
/third_party/skia/third_party/externals/angle2/src/common/
H A 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()
/third_party/skia/third_party/externals/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp73 const int max_s = static_cast<int>(floor((max_c / exp2(exp_p - g_sharedexp_bias - g_sharedexp_mantissabits)) + 0.5f)); 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()
/third_party/skia/third_party/externals/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
937 if (ValueData.size() > max_s) in sortByCount()
938 ValueData.resize(max_s); in sortByCount()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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()
H A DglcPackedPixelsTests.cpp1428 GLfloat max_s = deFloatFloor(max_c / deFloatPow(2.0f, exp_p - (float)B - (float)N) + 0.5f);
1432 if (0 <= max_s && max_s < deFloatPow(2.0f, (float)N))
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp771 Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s)); in write() local
776 Float scale = As<Float>((As<Int>(max_s) & 0x7F800000) ^ 0x7F800000) * (1 << (N - 2)); in write()
781 UInt E5 = (As<UInt>(max_s) >> 23) - 127 + 15 + 1; in write()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc2246 Format(instr, "max_s.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc2818 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler
3163 V(max_s, MAX_S) \
H A Dassembler-mips.h715 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
H A Dmacro-assembler-mips.cc5159 max_s(dst, src1, src2); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h775 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
H A Dassembler-mips64.cc2478 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler
3371 V(max_s, MAX_S) \
H A Dmacro-assembler-mips64.cc5707 max_s(dst, src1, src2); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1257 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1201 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()

Completed in 95 milliseconds