Searched refs:uhigh (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | help.py | 173 uhigh = idleConf.GetOption('main', 'EditorWindow', 'height', type='int') 174 uhigh = 3 * uhigh // 4 # Lines average 4/3 of editor line height. 176 padx=5, borderwidth=0, width=uwide, height=uhigh)
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 269 uint64_t uhigh = dest_bit_size == 64 ? in nir_get_clamp_limits() local 274 *high = nir_imm_intN_t(b, uhigh, src_bit_size); in nir_get_clamp_limits() 277 *high = nir_imm_floatN_t(b, uhigh, src_bit_size); in nir_get_clamp_limits()
|