Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_utils.c32 int min_s = 255, max_s = 0; in QuantizeLevels() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.cpp56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.hpp99 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp771 Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s)); in write() local
/third_party/vk-gl-cts/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
DglcPackedPixelsTests.cpp1428 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
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1201 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2818 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1257 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc2478 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler