Home
last modified time | relevance | path

Searched +refs:a +refs:mode (Results 1 – 25 of 241861) sorted by relevance

12345678910>>...9675

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dtv.c773 if (a->mode != b->mode) in tarval_cmp()
979 if (mode_is_reference(a->mode) && a->mode != b->mode) { in tarval_add()
985 assert(a->mode == b->mode); in tarval_add()
1023 assert(a->mode == b->mode); in tarval_sub()
1053 assert(a->mode == b->mode); in tarval_mul()
1082 ir_mode *mode = a->mode; in tarval_div() local
1108 assert((a->mode == b->mode) && mode_is_int(a->mode)); in tarval_mod()
1129 assert((a->mode == b->mode) && mode_is_int(a->mode)); in tarval_divmod()
1296 ir_mode *mode = a->mode; in tarval_shl_unsigned() local
1330 ir_mode *mode = a->mode; in tarval_shr_unsigned() local
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xquartz/GL/
H A Dglcontextmodes.c532 return ((a->rgbMode == b->rgbMode) && in _gl_context_modes_are_same()
533 (a->floatMode == b->floatMode) && in _gl_context_modes_are_same()
537 (a->redBits == b->redBits) && in _gl_context_modes_are_same()
538 (a->greenBits == b->greenBits) && in _gl_context_modes_are_same()
539 (a->blueBits == b->blueBits) && in _gl_context_modes_are_same()
542 (a->redMask == b->redMask) && in _gl_context_modes_are_same()
544 (a->blueMask == b->blueMask) && in _gl_context_modes_are_same()
547 (a->rgbBits == b->rgbBits) && in _gl_context_modes_are_same()
556 (a->level == b->level) && in _gl_context_modes_are_same()
571 (a->samples == b->samples) && in _gl_context_modes_are_same()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xquartz/GL/
H A Dglcontextmodes.c532 return ((a->rgbMode == b->rgbMode) && in _gl_context_modes_are_same()
533 (a->floatMode == b->floatMode) && in _gl_context_modes_are_same()
537 (a->redBits == b->redBits) && in _gl_context_modes_are_same()
538 (a->greenBits == b->greenBits) && in _gl_context_modes_are_same()
539 (a->blueBits == b->blueBits) && in _gl_context_modes_are_same()
542 (a->redMask == b->redMask) && in _gl_context_modes_are_same()
544 (a->blueMask == b->blueMask) && in _gl_context_modes_are_same()
547 (a->rgbBits == b->rgbBits) && in _gl_context_modes_are_same()
556 (a->level == b->level) && in _gl_context_modes_are_same()
571 (a->samples == b->samples) && in _gl_context_modes_are_same()
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.dox67 /** <a href="blubb"*/> end of doxygen HL mode
68 /** <a href="blubb*/"> end of doxygen HL mode
69 /** <a href="blub*/b"> end of doxygen HL mode
70 /** <a href="*/blubb"> end of doxygen HL mode
71 /** <a href=*/"blubb"> end of doxygen HL mode
72 /** <a href*/="blubb"> end of doxygen HL mode
73 /** <a h*/ref="blubb"> end of doxygen HL mode
74 /** <a */href="blubb"> end of doxygen HL mode
75 /** <a*/ href="blubb"> end of doxygen HL mode
76 /** <*/a href="blubb"> end of doxygen HL mode
[all …]
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/samples/
H A Dhighlight.dox67 /** <a href="blubb"*/> end of doxygen HL mode
68 /** <a href="blubb*/"> end of doxygen HL mode
69 /** <a href="blub*/b"> end of doxygen HL mode
70 /** <a href="*/blubb"> end of doxygen HL mode
71 /** <a href=*/"blubb"> end of doxygen HL mode
72 /** <a href*/="blubb"> end of doxygen HL mode
73 /** <a h*/ref="blubb"> end of doxygen HL mode
74 /** <a */href="blubb"> end of doxygen HL mode
75 /** <a*/ href="blubb"> end of doxygen HL mode
76 /** <*/a href="blubb"> end of doxygen HL mode
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
323 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
324 f->mode = a->mode; in do_fixed_add()
398 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
399 f->mode = a->mode; in do_fixed_multiply()
513 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
514 f->mode = a->mode; in do_fixed_divide()
625 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
626 f->mode = a->mode; in do_fixed_shift()
678 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
323 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
324 f->mode = a->mode; in do_fixed_add()
398 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
399 f->mode = a->mode; in do_fixed_multiply()
513 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
514 f->mode = a->mode; in do_fixed_divide()
625 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
626 f->mode = a->mode; in do_fixed_shift()
678 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
323 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
324 f->mode = a->mode; in do_fixed_add()
398 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
399 f->mode = a->mode; in do_fixed_multiply()
513 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
514 f->mode = a->mode; in do_fixed_divide()
625 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
626 f->mode = a->mode; in do_fixed_shift()
678 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfixed-value.c32 return (a->mode == b->mode in fixed_identical()
329 i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_add()
330 f->mode = a->mode; in do_fixed_add()
404 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_multiply()
405 f->mode = a->mode; in do_fixed_multiply()
519 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_divide()
520 f->mode = a->mode; in do_fixed_divide()
631 int i_f_bits = GET_MODE_IBIT (a->mode) + GET_MODE_FBIT (a->mode); in do_fixed_shift()
632 f->mode = a->mode; in do_fixed_shift()
684 f->mode = a->mode; in do_fixed_neg()
[all …]

12345678910>>...9675