Home
last modified time | relevance | path

Searched defs:max_s (Results 1 - 13 of 13) sorted by relevance

/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
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.cpp56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
/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
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-disk.c677 int max_s = 2048; in ide_disk_setup() local
/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
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dfpu_emulator.h113 unsigned long max_s; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dfpu_emulator.h113 unsigned long max_s; member
/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
/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
/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
/kernel/linux/linux-6.6/lib/
H A Dmaple_tree.c3100 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc2478 void Assembler::max_s(FPURegister fd, FPURegister fs, FPURegister ft) { in max_s() function in v8::internal::Assembler
/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

Completed in 35 milliseconds