Home
last modified time | relevance | path

Searched refs:new_exp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsreal.h132 inline void normalize (int64_t new_sig, signed int new_exp);
133 inline void normalize_up (int64_t new_sig, signed int new_exp);
134 inline void normalize_down (int64_t new_sig, signed int new_exp);
201 sreal::normalize_up (int64_t new_sig, signed int new_exp) in normalize_up() argument
208 new_exp -= shift; in normalize_up()
212 if (new_exp < -SREAL_MAX_EXP) in normalize_up()
214 new_exp = -SREAL_MAX_EXP; in normalize_up()
217 m_exp = new_exp; in normalize_up()
229 sreal::normalize_down (int64_t new_sig, signed int new_exp) in normalize_down() argument
238 new_exp += shift; in normalize_down()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsreal.h132 inline void normalize (int64_t new_sig, signed int new_exp);
133 inline void normalize_up (int64_t new_sig, signed int new_exp);
134 inline void normalize_down (int64_t new_sig, signed int new_exp);
201 sreal::normalize_up (int64_t new_sig, signed int new_exp) in normalize_up() argument
208 new_exp -= shift; in normalize_up()
212 if (new_exp < -SREAL_MAX_EXP) in normalize_up()
214 new_exp = -SREAL_MAX_EXP; in normalize_up()
217 m_exp = new_exp; in normalize_up()
229 sreal::normalize_down (int64_t new_sig, signed int new_exp) in normalize_down() argument
238 new_exp += shift; in normalize_down()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dsn9c20x.c2078 s16 new_exp; in do_autoexposure() local
2089 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()
2090 if (new_exp > max) in do_autoexposure()
2091 new_exp = max; in do_autoexposure()
2092 if (new_exp < min) in do_autoexposure()
2093 new_exp = min; in do_autoexposure()
2094 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()
2107 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()
2108 if (new_exp > max) in do_autoexposure()
2109 new_exp = max; in do_autoexposure()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp1081 RKAiqAecExpInfo_t *ptr_new_exp = NULL, new_exp; in handle_sof() local
1087 &new_exp); in handle_sof()
1088 ptr_new_exp = &new_exp; in handle_sof()
1098 &new_exp); in handle_sof()
1099 ptr_new_exp = &new_exp; in handle_sof()
1174 SmartPtr<RkAiqSensorExpParamsProxy> new_exp = nullptr; in handle_sof_internal() local
1180 new_exp = _exp_list.front().first; in handle_sof_internal()
1182 split_locked(new_exp, frameid); in handle_sof_internal()
1225 if (!_is_i2c_exp && new_exp.ptr()) in handle_sof_internal()
1226 setSensorDpcc(&new_exp->data()->SensorDpccInfo); in handle_sof_internal()