Home
last modified time | relevance | path

Searched refs:left_code (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dcharseq.py431 left_code = _get_code_impl(a)
433 if left_code is not None and right_code is not None:
439 if left_code(a, i) != right_code(b, i):
449 left_code = _get_code_impl(a)
451 if left_code is not None and right_code is not None:
461 left_code = _get_code_impl(a)
463 if left_code is not None and right_code is not None:
480 left_code = _get_code_impl(a)
492 left_code = _get_code_impl(a)
504 left_code = _get_code_impl(a)
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Bitmap_fonts/
H A Dbitmap_font.cpp30 SI font_metric_rep::kerning (int left_code, int right_code) { in kerning() argument
31 (void) left_code; (void) right_code; return 0; } in kerning()
H A Dbitmap_font.hpp110 virtual SI kerning (int left_code, int right_code);
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DHelperDefinitions.py37 left_code = helper_name.split("_")[4]
41 left_code = helper_name.split("_")[3]
44 return target_code, left_code, right_code
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Freetype/
H A Dtt_face.hpp38 SI kerning (int left_code, int right_code);
/dports/security/py-gixy/gixy-0.1.20/gixy/core/
H A Dregexp.py226 self.left_code = self.token[1][0]
228 self.left = six.unichr(self.left_code)
660 … blacklisted.update(six.unichr(c) for c in six.moves.range(child.left_code, child.right_code + 1))
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tools/specialize/
H A D__main__.py1562 left_code,
1571 left = findTypeFromCodeName(left_code)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000.c22223 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
22226 if ((left_code == ROTATE in rs6000_rtx_costs()
22227 || left_code == ASHIFT in rs6000_rtx_costs()
22228 || left_code == LSHIFTRT) in rs6000_rtx_costs()
22231 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
22233 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/rs6000/
H A Drs6000.c21185 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21188 if ((left_code == ROTATE in rs6000_rtx_costs()
21189 || left_code == ASHIFT in rs6000_rtx_costs()
21190 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21193 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21195 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000.c21774 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21777 if ((left_code == ROTATE in rs6000_rtx_costs()
21778 || left_code == ASHIFT in rs6000_rtx_costs()
21779 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21782 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21784 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/rs6000/
H A Drs6000.c21189 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21192 if ((left_code == ROTATE in rs6000_rtx_costs()
21193 || left_code == ASHIFT in rs6000_rtx_costs()
21194 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21197 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21199 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c22039 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
22042 if ((left_code == ROTATE in rs6000_rtx_costs()
22043 || left_code == ASHIFT in rs6000_rtx_costs()
22044 || left_code == LSHIFTRT) in rs6000_rtx_costs()
22047 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
22049 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c22039 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
22042 if ((left_code == ROTATE in rs6000_rtx_costs()
22043 || left_code == ASHIFT in rs6000_rtx_costs()
22044 || left_code == LSHIFTRT) in rs6000_rtx_costs()
22047 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
22049 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/rs6000/
H A Drs6000.c21187 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
21190 if ((left_code == ROTATE in rs6000_rtx_costs()
21191 || left_code == ASHIFT in rs6000_rtx_costs()
21192 || left_code == LSHIFTRT) in rs6000_rtx_costs()
21195 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
21197 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c35139 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
35142 if ((left_code == ROTATE in rs6000_rtx_costs()
35143 || left_code == ASHIFT in rs6000_rtx_costs()
35144 || left_code == LSHIFTRT) in rs6000_rtx_costs()
35147 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
35149 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/rs6000/
H A Drs6000.c34884 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34887 if ((left_code == ROTATE in rs6000_rtx_costs()
34888 || left_code == ASHIFT in rs6000_rtx_costs()
34889 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34892 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34894 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c34185 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34188 if ((left_code == ROTATE in rs6000_rtx_costs()
34189 || left_code == ASHIFT in rs6000_rtx_costs()
34190 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34193 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34195 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/rs6000/
H A Drs6000.c34985 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34988 if ((left_code == ROTATE in rs6000_rtx_costs()
34989 || left_code == ASHIFT in rs6000_rtx_costs()
34990 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34993 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34995 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c35139 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
35142 if ((left_code == ROTATE in rs6000_rtx_costs()
35143 || left_code == ASHIFT in rs6000_rtx_costs()
35144 || left_code == LSHIFTRT) in rs6000_rtx_costs()
35147 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
35149 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c35139 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
35142 if ((left_code == ROTATE in rs6000_rtx_costs()
35143 || left_code == ASHIFT in rs6000_rtx_costs()
35144 || left_code == LSHIFTRT) in rs6000_rtx_costs()
35147 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
35149 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c35139 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
35142 if ((left_code == ROTATE in rs6000_rtx_costs()
35143 || left_code == ASHIFT in rs6000_rtx_costs()
35144 || left_code == LSHIFTRT) in rs6000_rtx_costs()
35147 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
35149 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/rs6000/
H A Drs6000.c34654 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34657 if ((left_code == ROTATE in rs6000_rtx_costs()
34658 || left_code == ASHIFT in rs6000_rtx_costs()
34659 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34662 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34664 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/rs6000/
H A Drs6000.c34884 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34887 if ((left_code == ROTATE in rs6000_rtx_costs()
34888 || left_code == ASHIFT in rs6000_rtx_costs()
34889 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34892 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34894 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/rs6000/
H A Drs6000.c35153 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
35156 if ((left_code == ROTATE in rs6000_rtx_costs()
35157 || left_code == ASHIFT in rs6000_rtx_costs()
35158 || left_code == LSHIFTRT) in rs6000_rtx_costs()
35161 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
35163 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c34185 rtx_code left_code = GET_CODE (left); in rs6000_rtx_costs() local
34188 if ((left_code == ROTATE in rs6000_rtx_costs()
34189 || left_code == ASHIFT in rs6000_rtx_costs()
34190 || left_code == LSHIFTRT) in rs6000_rtx_costs()
34193 *total = rtx_cost (XEXP (left, 0), mode, left_code, 0, speed); in rs6000_rtx_costs()
34195 *total += rtx_cost (XEXP (left, 1), SImode, left_code, 1, speed); in rs6000_rtx_costs()

12