Home
last modified time | relevance | path

Searched refs:SIGN_PLUS (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/calcoo/calcoo-1.3.18/src/
H A Daux.c83 case SIGN_PLUS: return SIGN_MINUS; break; in inverse_sign()
84 case SIGN_MINUS: return SIGN_PLUS; break; in inverse_sign()
88 return SIGN_PLUS; in inverse_sign()
H A Dc_output.c142 display->sign = SIGN_PLUS; in a_to_display()
154 display->sign = SIGN_PLUS; in a_to_display()
192 display->sign = SIGN_PLUS; in a_to_display()
312 display->exp_sign = SIGN_PLUS; in a_to_display()
H A Dc_input.c174 cpu->d->exp_sign = SIGN_PLUS; in call_exp()
296 cpu->d->sign = SIGN_PLUS; in reset_input()
297 cpu->d->exp_sign = SIGN_PLUS; in reset_input()
H A Dc_main.c117 cpu->d->sign = SIGN_PLUS; in reset_registers()
118 cpu->d->exp_sign = SIGN_PLUS; in reset_registers()
H A Dcodes.h11 #define SIGN_PLUS 1 macro
H A Db_display.c290 case SIGN_PLUS: in show_E_and_exp_sign()
/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Ddsp_cpu.c91 #define SIGN_PLUS 0 macro
5640 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x0_x0_a()
5683 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x0_x0_b()
5727 dsp_mul56(dsp_core.registers[DSP_REG_Y0], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y0_y0_a()
5770 dsp_mul56(dsp_core.registers[DSP_REG_Y0], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y0_y0_b()
5814 dsp_mul56(dsp_core.registers[DSP_REG_X1], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x1_x0_a()
5858 dsp_mul56(dsp_core.registers[DSP_REG_X1], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x1_x0_b()
5902 dsp_mul56(dsp_core.registers[DSP_REG_Y1], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y1_y0_a()
5946 dsp_mul56(dsp_core.registers[DSP_REG_Y1], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y1_y0_b()
5990 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_Y1], source, SIGN_PLUS); in dsp_mac_p_x0_y1_a()
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Ddsp_cpu.c97 #define SIGN_PLUS 0 macro
5686 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x0_x0_a()
5729 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x0_x0_b()
5773 dsp_mul56(dsp_core.registers[DSP_REG_Y0], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y0_y0_a()
5816 dsp_mul56(dsp_core.registers[DSP_REG_Y0], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y0_y0_b()
5860 dsp_mul56(dsp_core.registers[DSP_REG_X1], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x1_x0_a()
5904 dsp_mul56(dsp_core.registers[DSP_REG_X1], dsp_core.registers[DSP_REG_X0], source, SIGN_PLUS); in dsp_mac_p_x1_x0_b()
5948 dsp_mul56(dsp_core.registers[DSP_REG_Y1], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y1_y0_a()
5992 dsp_mul56(dsp_core.registers[DSP_REG_Y1], dsp_core.registers[DSP_REG_Y0], source, SIGN_PLUS); in dsp_mac_p_y1_y0_b()
6036 dsp_mul56(dsp_core.registers[DSP_REG_X0], dsp_core.registers[DSP_REG_Y1], source, SIGN_PLUS); in dsp_mac_p_x0_y1_a()
[all …]
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dmpr_complex.cc35 #define SIGN_PLUS 1 macro
494 case SIGN_PLUS: in nicifyFloatStr()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu_cis.c480 #define SIGN_PLUS 0014u /* 1100 -> the number is positive */ macro
1038 … byte = byte & SIGN_MASK | SIGN_PLUS; /* then make the number positive */ in cpu_cis_op()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_cis.c638 #define SIGN_PLUS 0014u /* 1100 -> the number is positive */ macro
1211 … byte = byte & SIGN_MASK | SIGN_PLUS; /* then make the number positive */ in cpu_cis_op()
H A Dhp3000_cpu_eis.c479 #define SIGN_PLUS 0014u /* 1100 -> the number is positive */ macro
501 SIGN_PLUS }; /* Positive */
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h761 #define SIGN_PLUS "+" macro
/dports/lang/gcc48/gcc-4.8.5/libgfortran/io/
H A Dio.h196 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/io/
H A Dio.h202 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/io/
H A Dio.h196 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dio.h226 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/io/
H A Dio.h226 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/lang/gcc8/gcc-8.5.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dio.h257 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/io/
H A Dio.h256 { SIGN_PROCDEFINED, SIGN_SUPPRESS, SIGN_PLUS, SIGN_UNSPECIFIED } enumerator

1234