Home
last modified time | relevance | path

Searched refs:nearest (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
H A Dstanh.S40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
H A Dsetox.S79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ).
89 | N := round-to-nearest-integer(Z)
232 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
233 | 2.1 N := round-to-nearest-integer( X * 64/log2 ).
H A Ddecbin.S83 | to nearest, minus, and plus, respectively. The tables include
H A Dfpsp.h293 .set rn_mode,0x00 | round nearest
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
H A Dstanh.S40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
H A Dsetox.S79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ).
89 | N := round-to-nearest-integer(Z)
232 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
233 | 2.1 N := round-to-nearest-integer( X * 64/log2 ).
H A Ddecbin.S83 | to nearest, minus, and plus, respectively. The tables include
H A Dfpsp.h293 .set rn_mode,0x00 | round nearest
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dsii902x.c469 u8 i, nearest = 0; in sii902x_select_mclk_div() local
477 nearest = i; in sii902x_select_mclk_div()
483 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div()
485 return sii902x_mclk_div_table[nearest]; in sii902x_select_mclk_div()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsii902x.c546 u8 i, nearest = 0; in sii902x_select_mclk_div() local
554 nearest = i; in sii902x_select_mclk_div()
560 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div()
562 return sii902x_mclk_div_table[nearest]; in sii902x_select_mclk_div()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcx24123.c430 u32 exp, nearest = 0; in cx24123_int_log2() local
435 for (exp = 1; div > exp; nearest++) in cx24123_int_log2()
438 return nearest; in cx24123_int_log2()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcx24123.c430 u32 exp, nearest = 0; in cx24123_int_log2() local
435 for (exp = 1; div > exp; nearest++) in cx24123_int_log2()
438 return nearest; in cx24123_int_log2()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c1528 int width, int height, bool nearest) in ov5640_find_mode()
1538 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
1527 ov5640_find_mode(struct ov5640_dev *sensor, enum ov5640_frame_rate fr, int width, int height, bool nearest) ov5640_find_mode() argument
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov5640.c2129 ov5640_find_mode(struct ov5640_dev *sensor, int width, int height, bool nearest) in ov5640_find_mode() argument
2138 (!nearest && in ov5640_find_mode()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S503 set rn_mode, 0x0 # round-to-nearest
6733 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6736 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6745 # N := round-to-nearest-integer(Z) #
6892 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6893 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
7833 # 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we #
8670 # Notes: Default means round-to-nearest mode, no floating-point #
8684 # Notes: Default means round-to-nearest mode, no floating-point #
8697 # Notes: Default means round-to-nearest mod
[all...]
H A Dfpsp.S523 set rn_mode, 0x0 # round-to-nearest
6839 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6842 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6851 # N := round-to-nearest-integer(Z) #
6998 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6999 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
7939 # 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we #
8776 # Notes: Default means round-to-nearest mode, no floating-point #
8790 # Notes: Default means round-to-nearest mode, no floating-point #
8803 # Notes: Default means round-to-nearest mod
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S503 set rn_mode, 0x0 # round-to-nearest
6733 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6736 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6745 # N := round-to-nearest-integer(Z) #
6892 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6893 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
7833 # 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we #
8670 # Notes: Default means round-to-nearest mode, no floating-point #
8684 # Notes: Default means round-to-nearest mode, no floating-point #
8697 # Notes: Default means round-to-nearest mod
[all...]
H A Dfpsp.S523 set rn_mode, 0x0 # round-to-nearest
6839 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6842 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6851 # N := round-to-nearest-integer(Z) #
6998 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6999 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
7939 # 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we #
8776 # Notes: Default means round-to-nearest mode, no floating-point #
8790 # Notes: Default means round-to-nearest mode, no floating-point #
8803 # Notes: Default means round-to-nearest mod
[all...]

Completed in 64 milliseconds