Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 25 of 57) sorted by relevance

123

/openbsd-src/games/phantasia/
H A Dinterplayer.c887 double temp1 = 0.0, temp2 = 0.0; /* other tampering values */ in dotampered() local
921 sscanf(Databuf, "%lf %lf", &temp1, &temp2); in dotampered()
922 Enrgyvoid.ev_x = floor(temp1); in dotampered()
933 temp1 = infloat(); in dotampered()
934 if (temp1 > Player.p_gold || temp1 < 0) { in dotampered()
947 fread(&temp1, sizeof(double), 1, fp); in dotampered()
954 mvprintw(4, 0, "You have collected %.0f in gold.\n", temp1); in dotampered()
955 Player.p_gold += floor(temp1); in dotampered()
997 temp1 = distance(Player.p_x, Enrgyvoid.ev_x, Player.p_y, Enrgyvoid.ev_y); in dotampered()
998 temp1 += ROLL(-temp1 / 10.0, temp1 / 5.0); /* add some error */ in dotampered()
[all …]
/openbsd-src/lib/libcurses/widechar/
H A Dlib_ins_wch.c67 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in NCURSES_EXPORT() local
68 NCURSES_CH_T *temp2 = temp1 - cells; in NCURSES_EXPORT()
71 while (temp1 > end) in NCURSES_EXPORT()
72 *temp1-- = *temp2--; in NCURSES_EXPORT()
74 *temp1 = _nc_render(win, *wch); in NCURSES_EXPORT()
76 SetWidecExt(temp1[cell], cell); in NCURSES_EXPORT()
/openbsd-src/lib/libcurses/base/
H A Dlib_delch.c60 NCURSES_CH_T *temp1 = temp2 - 1; in NCURSES_EXPORT() local
63 while (temp1 < end) in NCURSES_EXPORT()
64 *temp1++ = *temp2++; in NCURSES_EXPORT()
66 *temp1 = blank; in NCURSES_EXPORT()
H A Dlib_insch.c94 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in NCURSES_EXPORT() local
95 NCURSES_CH_T *temp2 = temp1 - 1; in NCURSES_EXPORT()
100 while (temp1 > end) in NCURSES_EXPORT()
101 *temp1-- = *temp2--; in NCURSES_EXPORT()
103 *temp1 = _nc_render(win, wch); in NCURSES_EXPORT()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt23.C3 template <class T> class temp1
13 temp1<T2> t1var;
17 temp1<int> temp1var;
H A Dttp45.C6 template<class M> struct temp1;
7 template<template<class> class M, class T> struct temp1<M<T> > {};
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-4.c12 floatvect2 temp1=*y; in tempf() local
14 *x=temp+temp1; in tempf()
H A Dsimd-3.c12 floatvect2 temp1={y[0],y[1]}; in tempf() local
14 temp2.vector=temp+temp1; in tempf()
H A Dsimd-2.c12 floatvect2 temp1={y[0],y[1]}; in tempf() local
14 temp2.vector=temp+temp1; in tempf()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c13 fixed = ({ int temp1 = 2; temp1; }) - ({ int temp2 = 1; temp2; }); in main()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt59 # RUN: echo "create a temp1 file" > %T/test/test1/temp1.write
61 # RUN: %{python} %S/check_path.py file %T/test/temp.write %T/test/test1/temp1.write %T/test/test2/t…
85 # RUN: cd %T/dir1 && echo "hello" > temp1.txt
87 # RUN: diff temp2.txt ../dir1/temp1.txt
105 # RUN: echo "abcdefgh" > %T/testCat/temp1.write
108 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write %T/testCat/temp3.write > %T/testCat/tempmu…
121 # RUN: echo "abcdefgh" > %T/testCat/temp1.write
123 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write | FileCheck --check-prefix=PIPED-CAT-OUTPU…
131 # RUN: echo "cvbnm" > %T/testCat/temp1.write
H A Dcat-error-0.txt3 # RUN: cat -b temp1.txt
H A Dcat-error-1.txt3 # RUN: cat temp1.txt
H A Ddiff-error-3.txt3 # RUN: diff temp.txt temp1.txt
H A Ddiff-error-1.txt3 # RUN: diff -B temp1.txt temp2.txt
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dalias2.C68 deque temp1; variable
72 yyy (GeometryAddress (temp1)); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.c264 rtx temp1, temp2; local
289 temp1 = expand_binop (submode, this_mul_optab, real1, real1,
295 if (temp1 == 0 || temp2 == 0)
298 divisor = expand_binop (submode, this_add_optab, temp1, temp2,
325 temp1 = expand_binop (submode, this_mul_optab, real0, real1,
331 if (temp1 == 0 || temp2 == 0)
334 real_t = expand_binop (submode, this_add_optab, temp1, temp2,
337 temp1 = expand_binop (submode, this_mul_optab, imag0, real1,
343 if (temp1 == 0 || temp2 == 0)
346 imag_t = expand_binop (submode, this_sub_optab, temp1, temp2,
[all …]
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore.c181 rtx this, temp1, temp2, insn, fnaddr; in th_output_mi_thunk() local
189 temp1 = gen_rtx_REG (Pmode, 8); in th_output_mi_thunk()
204 emit_move_insn (temp1, offset); in th_output_mi_thunk()
205 offset = temp1; in th_output_mi_thunk()
216 emit_move_insn (temp1, gen_rtx_MEM (Pmode, this)); in th_output_mi_thunk()
219 addr = score_add_offset (temp2, temp1, vcall_offset); in th_output_mi_thunk()
222 emit_move_insn (temp1, gen_rtx_MEM (Pmode, addr)); in th_output_mi_thunk()
223 emit_insn (gen_add3_insn (this, this, temp1)); in th_output_mi_thunk()
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dsectioning.c481 char *temp1 = xmalloc (2 + strlen (temp)); in insert_and_underscore() local
482 sprintf (temp1, "%s\n", temp); in insert_and_underscore()
484 me_execute_string (temp1); in insert_and_underscore()
485 free (temp1); in insert_and_underscore()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash20.C8 Complex temp1; in ComputeVVself() local
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c1107 rtx temp1, temp2, temp3, temp4, temp5; in sparc_emit_set_symbolic_const64() local
1131 temp1 = temp; /* op0 is allowed. */ in sparc_emit_set_symbolic_const64()
1133 temp1 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64()
1135 emit_insn (gen_rtx_SET (VOIDmode, temp1, gen_rtx_HIGH (DImode, op1))); in sparc_emit_set_symbolic_const64()
1136 emit_insn (gen_rtx_SET (VOIDmode, op0, gen_rtx_LO_SUM (DImode, temp1, op1))); in sparc_emit_set_symbolic_const64()
1154 temp1 = op0; in sparc_emit_set_symbolic_const64()
1160 temp1 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64()
1165 emit_insn (gen_seth44 (temp1, op1)); in sparc_emit_set_symbolic_const64()
1166 emit_insn (gen_setm44 (temp2, temp1, op1)); in sparc_emit_set_symbolic_const64()
1197 temp1 = op0; in sparc_emit_set_symbolic_const64()
[all …]
/openbsd-src/sys/dev/isa/
H A Dviasio.c119 int64_t temp = -1, temp1, temp2; in viasio_raw2temp() local
127 temp1 = vt1211_hm_temptbl[i].temp; in viasio_raw2temp()
133 temp = temp1 + ((raw - raw1) * (temp2 - temp1)) / in viasio_raw2temp()
H A Daps.c114 u_int8_t temp1; member
422 sc->aps_data.temp1 = iobuf[APS_TEMP]; in aps_read_data()
452 temp = sc->aps_data.temp1 * 1000000; in aps_refresh_sensor_data()
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dsv_refs.t43 ok(2,my $temp1 = $@ =~/^Invalid\b.*shared scalar/, "Wrong error message");
47 ok(3, $temp1 = $foo =~/SCALAR/, "Check that is a ref");
/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c1704 unsigned int temp, temp1; in tuner_ioctl() local
1831 temp1 = INB(bktr, BKTR_O_CONTROL); in tuner_ioctl()
1835 temp1 |= (BT848_O_CONTROL_SAT_U_MSB | in tuner_ioctl()
1841 temp1 &= ~(BT848_O_CONTROL_SAT_U_MSB | in tuner_ioctl()
1848 OUTB(bktr, BKTR_O_CONTROL, temp1); in tuner_ioctl()
1863 temp1 = INB(bktr, BKTR_O_CONTROL); in tuner_ioctl()
1866 temp1 |= BT848_O_CONTROL_SAT_V_MSB; in tuner_ioctl()
1870 temp1 &= ~BT848_O_CONTROL_SAT_V_MSB; in tuner_ioctl()
1875 OUTB(bktr, BKTR_O_CONTROL, temp1); in tuner_ioctl()
1890 temp1 = INB(bktr, BKTR_O_CONTROL); in tuner_ioctl()
[all …]

123