| /src/external/lgpl3/mpc/dist/tests/ |
| rounding.c | 106 next_mode (mpc_fun_param_t *params, int index) function 165 next_mode (params, index);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| amdgpu_dcn20_mpc.c | 412 enum dc_lut_mode next_mode) 431 next_mode == LUT_RAM_A ? 1:2); 440 enum dc_lut_mode next_mode; local 455 next_mode = LUT_RAM_B; 457 next_mode = LUT_RAM_A; 460 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false); 462 if (next_mode == LUT_RAM_A) 467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); 473 next_mode == LUT_RAM_A ? 1:2);
|
| amdgpu_dcn20_dpp_cm.c | 476 enum dc_lut_mode next_mode; local 485 next_mode = LUT_RAM_B; 487 next_mode = LUT_RAM_A; 490 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); 492 if (next_mode == LUT_RAM_A) 501 next_mode == LUT_RAM_A ? 1:2); 886 enum dc_lut_mode next_mode; local 897 next_mode = LUT_RAM_B; 899 next_mode = LUT_RAM_A; 901 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| machmode.h | 901 bool next_mode (scalar_int_mode *);
|
| stor-layout.cc | 2942 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) 3039 while (iter.next_mode (&mode) 2933 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) function in class:bit_field_mode_iterator
|
| optabs.cc | 1645 machine_mode next_mode; 1648 && GET_MODE_WIDER_MODE (wider_mode).exists (&next_mode) 1652 next_mode, mode) 1639 machine_mode next_mode; local
|
| expmed.cc | 487 if (iter.next_mode (&best_mode)) 505 while (iter.next_mode (&wider_mode)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| machmode.h | 933 bool next_mode (scalar_int_mode *);
|
| stor-layout.cc | 3071 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) 3168 while (iter.next_mode (&mode) 3062 bit_field_mode_iterator::next_mode (scalar_int_mode *out_mode) function in class:bit_field_mode_iterator
|
| optabs.cc | 1660 machine_mode next_mode; 1663 && GET_MODE_WIDER_MODE (wider_mode).exists (&next_mode) 1667 next_mode, mode) 1654 machine_mode next_mode; local
|
| expmed.cc | 488 if (iter.next_mode (&best_mode)) 506 while (iter.next_mode (&wider_mode)
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 26650 machine_mode mode = BLKmode, next_mode; 26717 next_mode = smallest_mode_for_size (size * BITS_PER_UNIT, MODE_INT); 26718 int n_bytes = GET_MODE_SIZE (next_mode).to_constant (); 26816 machine_mode cur_mode = BLKmode, next_mode; 26892 next_mode = smallest_mode_for_size (n, MODE_INT); 26893 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant ();
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 24872 machine_mode next_mode = smallest_mode_for_size (n, MODE_INT); 24873 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant (); 24983 machine_mode cur_mode = BLKmode, next_mode; 25059 next_mode = smallest_mode_for_size (n, MODE_INT); 25060 int n_bits = GET_MODE_BITSIZE (next_mode).to_constant ();
|