Searched refs:g (Results 1 – 24 of 24) sorted by relevance
79 g(static_cast<u8>(green)), in Color8()137 nn::math::Min(this->g + right.g, ELEMENT_MAX),155 nn::math::Max(this->g - right.g, ELEMENT_MIN),173 this->g * right.g / ELEMENT_MAX,191 (this->g < right.g) ? this->g * ELEMENT_MAX / right.g : ELEMENT_MAX,207 if (g < ELEMENT_MAX) { g++; }223 if (g < ELEMENT_MAX) { g++; }238 if (g > ELEMENT_MIN) { g--; }254 if (g > ELEMENT_MIN) { g--; }350 nn::math::Min(this->g + right.g, ELEMENT_MAX),[all …]
24 case $(pattern) g38 case $'\*(\.\*)+' g40 case $'\.' g42 case $'\*' g44 case $'[()]' g
47 CXX = g++$(GCC_SUFFIX)
287 case $'\(A?[[:digit:]]+W?\)' g299 case $'\(A?[[:digit:]]+W?\)\(,| |$\)' g
410 … eprintln(�����^�[�Q�b�g���g�����e�X�g�����s����ɂ� CTR_RUN_DEVICES �Ń^�[�Q�b�g���w�肵�Ă��������B)
51 case $'[-\.]' g
41 eprintln(HORIZON_TARGETS �� CTRSDK_TARGETS �͓����Ɏg�p�ł��܂���̂ŁA�ǂ��炩����������`���ĉ������B)
18 # .c/.cpp/.asm ���琶�����ꂽ�I�u�W�F�N�g�t�@�C���̃t���p�X���i�[�����B19 # OMakefile �ɂĒl���Z�b�g���鎖���ł���B20 # �lj�����I�u�W�F�N�g�t�@�C�����ꏏ�ɐ�������ꍇ�� TARGET ��x���]�������Ďg�����B34 # ���C�u�������i�g���q�����j�̖��O���i�[�����43 # true �Ȃ琶�������I�u�W�F�N�g�����C�u�����Ƃ��ĕێ�����52 # �v���O�������i�g���q�����j�̖��O���i�[�����53 # �����Ŏw�肵���v���O�������� elf �t�@�C���� rom �t�@�C���̃t�@�C�����Ɏg�p�����B
20 # OMake �̃f�t�H���g���C�u��������x�����ǂݍ���28 # ���[�g�̓���39 # �f�B���N�g�����[�g ���ϐ��̎擾�i��`����Ă��Ȃ��Ă��r���h���͉̂\�j55 eprintln(HORIZON_TARGETS �� CTRSDK_TARGETS �͓����Ɏg�p�ł��܂���̂ŁA�ǂ��炩����������`���ĉ������B)79 # �f�B���N�g�����`107 # �g���q�̐ݒ�143 # �C���X�g�[�����ݒ� (���̏��ԂŗD��)182 # �r���h�^�[�Q�b�g�ƃr���h�^�C�v�ɍ��킹���f�B���N�g�������[�U���Ŏw�肷�邽�߂̕ϐ�235 eprintln($"Warning: `targets` �̑���� `FILTER` ���g�p���ĉ������B")290 # �v���b�g�t�H�[������
24 # �^�[�Q�b�g�Ɉˑ����Ȃ��f�B���N�g���擾��32 # �v���W�F�N�g�̃��[�g��HORIZON_ROOT�H�iSDK �̃r���h�H�j36 # �J�����g�f�B���N�g���� HORIZON_ROOT �̒��H42 # �v���W�F�N�g�̃��[�g�ɂ� sources �f�B���N�g��������H49 # �J�����g�f�B���N�g���ɏo��70 # �v���W�F�N�g�̃��[�g��HORIZON_ROOT�H�iSDK �̃r���h�H�j74 # �J�����g�f�B���N�g���� HORIZON_ROOT �̒��H79 # �v���W�F�N�g�̃��[�g�ɂ� sources �f�B���N�g��������H84 # �Ώۃf�B���N�g���ɏo��115 # �\�[�X�̃p�X�����琶�������i�[����T�u�f�B���N�g������[all …]
27 # �v���W�F�N�g���[�g����̑��p�X�����߂�B28 # ���[�g������ sources �ȉ��̃p�X�̏ꍇ�� sources �����44 eprintln($"SOURCES_REFERENCE_ROOT �ɂĎ蓮�Ŋ�f�B���N�g�����w�肵�Ă��������B")48 # �f�B���N�g���̐e�q�W�ׂ�170 # .o �̃��X�g���� .a ���쐬���郋�[����lj�����300 # ���̓t�@�C���̊g���q�ɉ����ēK�ȏ������s��301 # �I�u�W�F�N�g�t�@�C���ւƕϊ�����302 # ���������I�u�W�F�N�g�t�@�C���̃p�X��Ԃ�332 # ObjectOne �̌��ʂ̃��X�g��Ԃ�361 # �R�s�[��̃t�@�C���̃p�X�̃��X�g��Ԃ�[all …]
37 case $(pattern) g69 case $'\*(\.\*)+' g71 case $'\.' g73 case $'\*' g75 case $'[()]' g362 # �ŏ��ɃJ�����g�p�X���e�X�g�����悤��
77 # �v���b�g�t�H�[����`�ǂݍ���
92 case $'[-\.]' g
68 GLubyte g; member73 #define PICA_CMD_DATA_COLOR_RGB8( r, g, b ) \ argument74 ( r | g << 8 | b << 16 )76 #define PICA_CMD_DATA_COLOR_RGBA8( r, g, b, a ) \ argument77 ( r | g << 8 | b << 16 | a << 24 )
66 ( (color.b) | (color.g) << 10 | (color.r) << 20 )77 ( (color.b) | (color.g) << 10 | (color.r) << 20 )
264 ( (color8.r) | (color8.g) << 8 | (color8.b) << 16 )271 ( (color8.r) | (color8.g) << 8 | (color8.b) << 16 )656 ( (color8.r) | (color8.g) << 8 | (color8.b) << 16 | (color8.a) << 24 )
330 ( (color8.r) | (color8.g) << 8 | (color8.b) << 16 | (color8.a) << 24 )985 (color8.g) << 8 | \
592 ( (color.b) | (color.g) << 10 | (color.r) << 20 )
532 for( s32 g = 0; g < exe_info->outMapCount; ++g ) in MakeOutAttrCommand_() local535 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_()536 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()537 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()543 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_()544 ( vtxOutmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_()546 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()549 … outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()551 … outmap_buffer[ outMapBufferCount ].mask = outmapInfo[ g ].mask; in MakeOutAttrCommand_()552 gs_copy_mask |= 1 << g; in MakeOutAttrCommand_()[all …]
44 # SDK �̓��쌟�؍� RVCT version ���C���X�g�[������Ă��������g�p45 # �C���X�g�[������Ă��Ȃ���A�Ή����Ă��� RVCT �� version �̒�����46 # ���[�U���C���X�g�[�����Ă��� RVCT �̒�����ŐV�̃o�[�W�������g�p����416 case $'\(A?[[:digit:]]+W?\)' g426 case $'\(A?[[:digit:]]+W?\)\(,| |$\)' g
44 CXX = g++$(GCC_SUFFIX)
108 # �v���Z�X���X�g�Ŏ��s���Ȃ��e�X�g�� cdi �����Ȃ�
280 Segment e, f, g; in Test() local288 CU_ASSERT(r.Push(g)); in Test()