Searched defs:max_s (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_utils.c | 32 int min_s = 255, max_s = 0; in QuantizeLevels() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | mathutil.cpp | 56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
|
/third_party/skia/third_party/externals/swiftshader/tests/MathUnitTests/ |
D | unittests.cpp | 73 …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/ |
D | Half.hpp | 99 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/ |
D | InstrProf.h | 936 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 771 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/ |
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
|
D | glcPackedPixelsTests.cpp | 1428 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/ |
D | code-generator-mips.cc | 1201 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 2818 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/ |
D | code-generator-mips64.cc | 1257 __ max_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 2478 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler
|