Searched defs:max_s (Results 1 - 13 of 13) sorted by relevance
/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
|
/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
|
/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
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-disk.c | 677 int max_s = 2048; in ide_disk_setup() local
|
/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
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | fpu_emulator.h | 113 unsigned long max_s; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | fpu_emulator.h | 113 unsigned long max_s; member
|
/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
|
/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
|
/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
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 3100 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance() local
|
/third_party/node/deps/v8/src/codegen/mips64/ |
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
|
/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
|
Completed in 34 milliseconds