Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
H A Dai.c67 mpfr_t temp1, temp2; in mpfr_ai1() local
186 mpfr_init (temp2); in mpfr_ai1()
210 mpfr_mul (ti, ti, temp2, MPFR_RNDN); in mpfr_ai1()
303 mpfr_clear (temp2); in mpfr_ai1()
334 mpfr_t temp1, temp2; in mpfr_ai2() local
419 mpfr_init (temp2); in mpfr_ai2()
456 mpfr_mul (u0, u0, temp2, MPFR_RNDN); in mpfr_ai2()
610 mpfr_clear (temp2); in mpfr_ai2()
635 mpfr_t temp1, temp2; in mpfr_ai() local
647 mpfr_mul_ui (temp2, temp2, MPFR_PREC (y) > ULONG_MAX ? in mpfr_ai()
[all …]
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_delch.c57 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]); in NCURSES_EXPORT() local
58 NCURSES_CH_T *temp1 = temp2 - 1; in NCURSES_EXPORT()
62 *temp1++ = *temp2++; in NCURSES_EXPORT()
H A Dlib_insch.c93 NCURSES_CH_T *temp2 = temp1 - 1; in NCURSES_EXPORT() local
99 *temp1-- = *temp2--; in NCURSES_EXPORT()
/dragonfly/games/phantasia/
H A Dinterplayer.c758 double temp1 = 0.0, temp2 = 0.0; /* other tampering values */ in dotampered() local
791 sscanf(Databuf, "%lf %lf", &temp1, &temp2); in dotampered()
793 Enrgyvoid.ev_y = floor(temp2); in dotampered()
819 temp2 = 0.0; in dotampered()
820 fwrite((char *)&temp2, sizeof(double), 1, fp); in dotampered()
886 sscanf(Databuf, "%lf %lf", &temp1, &temp2); in dotampered()
932 && CIRCLE(temp1, temp2) < CIRCLE(Other.p_x, Other.p_y) in dotampered()
943 Other.p_2scratch = floor(temp2); in dotampered()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c66 NCURSES_CH_T *temp2 = temp1 - cells; in NCURSES_EXPORT() local
70 *temp1-- = *temp2--; in NCURSES_EXPORT()
/dragonfly/contrib/ee/
H A Dee.c723 temp2=temp - 1;
819 *tp = *temp2;
821 temp2++;
850 *tp = *temp2;
852 temp2++;
3966 temp2++; in Format()
3970 *temp2 = '\0'; in Format()
4560 temp2++; in Auto_Format()
4564 *temp2 = '\0'; in Auto_Format()
5061 char *temp2; local
[all …]
/dragonfly/sys/dev/powermng/aps/
H A Daps.c111 u_int8_t temp2; member
484 sc->aps_data.temp2 = iobuf[APS_TEMP2]; in aps_read_data()
511 temp = sc->aps_data.temp2 * 1000000; in aps_refresh_sensor_data()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfixed-value.c418 double_int r, s, temp1, temp2; in do_fixed_multiply() local
446 temp2.high = low_high.low; in do_fixed_multiply()
447 temp2.low = 0; in do_fixed_multiply()
448 s = temp1 + temp2; in do_fixed_multiply()
450 || s.ult (temp2)) in do_fixed_multiply()
H A Dexplow.c665 rtx temp2 = gen_reg_rtx (mode); in force_reg() local
666 insn = emit_move_insn (temp2, temp); in force_reg()
667 temp = temp2; in force_reg()
H A Dira-costs.c341 HARD_REG_SET temp, temp2; in setup_regno_cost_classes_by_aclass() local
359 COPY_HARD_REG_SET (temp2, reg_class_contents[cl]); in setup_regno_cost_classes_by_aclass()
360 AND_COMPL_HARD_REG_SET (temp2, ira_no_alloc_regs); in setup_regno_cost_classes_by_aclass()
361 if (hard_reg_set_subset_p (temp2, temp) && cl != aclass) in setup_regno_cost_classes_by_aclass()
H A Dexpmed.c4067 rtx temp2; in expand_sdiv_pow2() local
4070 temp2 = copy_to_mode_reg (mode, op0); in expand_sdiv_pow2()
4071 temp = expand_binop (mode, add_optab, temp2, gen_int_mode (d - 1, mode), in expand_sdiv_pow2()
4076 temp2 = emit_conditional_move (temp2, LT, temp2, const0_rtx, in expand_sdiv_pow2()
4077 mode, temp, temp2, mode, 0); in expand_sdiv_pow2()
4078 if (temp2) in expand_sdiv_pow2()
4083 return expand_shift (RSHIFT_EXPR, mode, temp2, logd, NULL_RTX, 0); in expand_sdiv_pow2()
H A Doptabs.c2809 rtx temp1, temp2; in expand_unop() local
2834 temp2 = expand_binop (mode, lshr_optab, op0, in expand_unop()
2837 if (temp1 && temp2) in expand_unop()
2839 temp = expand_binop (mode, ior_optab, temp1, temp2, target, in expand_unop()
H A Dgimple-fold.c2302 tree temp2 = gimple_load_first_char (loc, str2, &stmts); in gimple_fold_builtin_string_compare() local
2311 gassign *convert2 = gimple_build_assign (c2, NOP_EXPR, temp2); in gimple_fold_builtin_string_compare()
H A Dcombine.c7268 rtx temp2 = expand_compound_operation (temp); in expand_compound_operation() local
7272 > set_src_cost (temp2, mode, optimize_this_for_speed_p)) in expand_compound_operation()
7273 return temp2; in expand_compound_operation()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.c285 INTunion r, s, temp1, temp2; in FIXED_MULHELPER() local
319 temp2.s.high = low_high.s.low; in FIXED_MULHELPER()
320 temp2.s.low = 0; in FIXED_MULHELPER()
321 s.ll = temp1.ll + temp2.ll; in FIXED_MULHELPER()
323 || (UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp2.ll) in FIXED_MULHELPER()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfixed-value.c401 double_int r, s, temp1, temp2; in do_fixed_multiply() local
429 temp2.high = low_high.low; in do_fixed_multiply()
430 temp2.low = 0; in do_fixed_multiply()
431 s = double_int_add (temp1, temp2); in do_fixed_multiply()
433 || double_int_cmp (s, temp2, 1) == -1) in do_fixed_multiply()
H A Dira-costs.c234 HARD_REG_SET temp, temp2; in setup_regno_cost_classes_by_aclass() local
251 COPY_HARD_REG_SET (temp2, reg_class_contents[cl]); in setup_regno_cost_classes_by_aclass()
252 AND_COMPL_HARD_REG_SET (temp2, ira_no_alloc_regs); in setup_regno_cost_classes_by_aclass()
253 if (hard_reg_set_subset_p (temp, temp2)) in setup_regno_cost_classes_by_aclass()
265 COPY_HARD_REG_SET (temp2, reg_class_contents[cl]); in setup_regno_cost_classes_by_aclass()
266 AND_COMPL_HARD_REG_SET (temp2, ira_no_alloc_regs); in setup_regno_cost_classes_by_aclass()
268 && hard_reg_set_subset_p (temp2, temp) && cl != aclass) in setup_regno_cost_classes_by_aclass()
H A Dexplow.c675 rtx temp2 = gen_reg_rtx (mode); in force_reg() local
676 insn = emit_move_insn (temp2, temp); in force_reg()
677 temp = temp2; in force_reg()
H A Dexpmed.c3762 rtx temp2; in expand_sdiv_pow2() local
3770 temp2 = copy_to_mode_reg (mode, op0); in expand_sdiv_pow2()
3771 temp = expand_binop (mode, add_optab, temp2, GEN_INT (d-1), in expand_sdiv_pow2()
3776 temp2 = emit_conditional_move (temp2, LT, temp2, const0_rtx, in expand_sdiv_pow2()
3777 mode, temp, temp2, mode, 0); in expand_sdiv_pow2()
3778 if (temp2) in expand_sdiv_pow2()
3783 return expand_shift (RSHIFT_EXPR, mode, temp2, logd, NULL_RTX, 0); in expand_sdiv_pow2()
H A Dcombine.c6879 rtx temp2 = expand_compound_operation (temp); in expand_compound_operation() local
6883 > set_src_cost (temp2, optimize_this_for_speed_p)) in expand_compound_operation()
6884 return temp2; in expand_compound_operation()
/dragonfly/contrib/dialog/
H A Dinputstr.c428 cchar_t temp2, *temp2p = &temp2; in dlg_index_columns() local
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c829 register int temp2; in rl_redisplay() local
830 temp2 = _rl_screenwidth - lpos; in rl_redisplay()
832 inv_lbreaks[++newlines] = out + temp2; in rl_redisplay()
833 lpos = temp - temp2; in rl_redisplay()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dfunctional115 * int temp2 = g2(x);
116 * int answer = f(temp1,temp2);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dfunctional114 * int temp2 = g2(x);
115 * int answer = f(temp1,temp2);
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c3294 XML_AttrInfo *temp2; in storeAtts() local
3335 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3337 if (temp2 == NULL) { in storeAtts()
3341 parser->m_attInfo = temp2; in storeAtts()