Searched refs:minus (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_compress.c | 493 unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue, unsigned minus) in FSE_optimalTableLog_internal() argument 495 U32 maxBitsSrc = BIT_highbit32((U32)(srcSize - 1)) - minus; in FSE_optimalTableLog_internal()
|
H A D | fse.h | 263 unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue, unsigned minus); 264 /**< same as FSE_optimalTableLog(), which used `minus==2` */
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | fse_compress.c | 365 unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue, unsigned minus) in FSE_optimalTableLog_internal() argument 367 U32 maxBitsSrc = BIT_highbit32((U32)(srcSize - 1)) - minus; in FSE_optimalTableLog_internal()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | do_func.S | 145 | Load either a +0 or +inf for plus/minus operand 153 | Result is either an operr or +inf for plus/minus operand
|
H A D | decbin.S | 83 | to nearest, minus, and plus, respectively. The tables include
|
H A D | fpsp.h | 295 .set rm_mode,0x20 | round to minus infinity
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | do_func.S | 145 | Load either a +0 or +inf for plus/minus operand 153 | Result is either an operr or +inf for plus/minus operand
|
H A D | decbin.S | 83 | to nearest, minus, and plus, respectively. The tables include
|
H A D | fpsp.h | 295 .set rm_mode,0x20 | round to minus infinity
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse.h | 317 unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue, unsigned minus); 318 /*< same as FSE_optimalTableLog(), which used `minus==2` */
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 505 set rm_mode, 0x2 # round-tp-minus-infinity 6684 # setoxm1(): computes the exponential minus 1 for a normalized input # 6685 # setoxm1d(): computes the exponential minus 1 for a denormalized input # 10550 # setoxm1i(): Return minus one for a negative src operand or #
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 505 set rm_mode, 0x2 # round-tp-minus-infinity 6684 # setoxm1(): computes the exponential minus 1 for a normalized input # 6685 # setoxm1d(): computes the exponential minus 1 for a denormalized input # 10550 # setoxm1i(): Return minus one for a negative src operand or #
|
Completed in 29 milliseconds