/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | quant_levels_utils.c | 32 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 D | zram_lib.sh | 109 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 D | Half.hpp | 99 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 D | mathutil.cpp | 56 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 D | unittests.cpp | 73 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 D | InstrProf.h | 936 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 D | glcInternalformatTests.cpp | 704 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 D | glcPackedPixelsTests.cpp | 1428 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 D | Blitter.cpp | 771 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 D | disasm-mips.cc | 2246 Format(instr, "max_s.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 2818 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 D | assembler-mips.h | 715 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
|
H A D | macro-assembler-mips.cc | 5159 max_s(dst, src1, src2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 775 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
|
H A D | assembler-mips64.cc | 2478 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 D | macro-assembler-mips64.cc | 5707 max_s(dst, src1, src2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1257 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1201 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|