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

/linux-master/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
/linux-master/drivers/gpu/drm/bridge/
H A Dsii902x.c542 u8 i, nearest = 0; local
550 nearest = i;
556 *i2s_config_reg |= nearest << 4;
558 return sii902x_mclk_div_table[nearest];
/linux-master/drivers/media/dvb-frontends/
H A Dcx24123.c430 u32 exp, nearest = 0; local
435 for (exp = 1; div > exp; nearest++)
438 return nearest;
/linux-master/drivers/media/i2c/
H A Dthp7312.c311 thp7312_find_mode(unsigned int width, unsigned int height, bool nearest) argument
319 if (!nearest && (mode->width != width || mode->height != height))
327 bool nearest)
345 if (!nearest && best_delta)
326 thp7312_find_rate(const struct thp7312_mode_info *mode, unsigned int fps, bool nearest) argument
H A Dov5640.c2129 ov5640_find_mode(struct ov5640_dev *sensor, int width, int height, bool nearest) argument
2138 (!nearest &&
/linux-master/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 383 milliseconds