HomeSort by: relevance | last modified time | path
    Searched refs:i_0 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 127 e, t_oa, i_0, OMEGADOT, sqrt_A, member in struct:__anon7456
191 i_0; member in struct:__anon7461
281 float *t_zc, float *eccentricity, float *t_oa, float *i_0,
2017 float *i_0,
2034 *i_0 = bGetSingle (&buf[15]);
2479 alminfo->i_0 = bGetSingle(&buf4[10]);
2567 navinfo->ephorb.i_0 = bGetDouble (&buf4[99]);
3316 i_0, local
3326 &i_0, &OMEGA_dot, &sqrt_A, &OMEGA_0, &omega, &M_0)) {
3338 pbuf += sprintf(pbuf, "\n i 0:%15g", i_0);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 15092 tree i_0 = build_int_cst (integer_type_node, 0);
15093 tree wr_i_0 = maybe_wrap_with_location (i_0, loc);
15101 tree f_0 = build_real_from_int_cst (float_type_node, i_0);
15108 tree c_i_0 = build_complex (NULL_TREE, i_0, i_0);
15109 tree c_i_1 = build_complex (NULL_TREE, i_1, i_0);
15110 tree c_i_m1 = build_complex (NULL_TREE, i_m1, i_0);
15119 ASSERT_FALSE (integer_onep (i_0));
15139 ASSERT_TRUE (integer_zerop (i_0));
15159 ASSERT_FALSE (integer_all_onesp (i_0));
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 15515 tree i_0 = build_int_cst (integer_type_node, 0);
15516 tree wr_i_0 = maybe_wrap_with_location (i_0, loc);
15524 tree f_0 = build_real_from_int_cst (float_type_node, i_0);
15531 tree c_i_0 = build_complex (NULL_TREE, i_0, i_0);
15532 tree c_i_1 = build_complex (NULL_TREE, i_1, i_0);
15533 tree c_i_m1 = build_complex (NULL_TREE, i_m1, i_0);
15542 ASSERT_FALSE (integer_onep (i_0));
15562 ASSERT_TRUE (integer_zerop (i_0));
15582 ASSERT_FALSE (integer_all_onesp (i_0));
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c 3342 int i_0 = pseudo_reg_num - tdep->zmm0_regnum;
3344 if (i_0 < num_lower_zmm_regs)
3346 I387_XMM0_REGNUM (tdep) + i_0,
3347 tdep->ymm0h_regnum + i_0,
3348 tdep->zmm0h_regnum + i_0);
3352 int i_16 = i_0 - num_lower_zmm_regs;
3357 tdep->zmm0h_regnum + i_0);
3329 int i_0 = pseudo_reg_num - tdep->zmm0_regnum; local
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.c 3356 int i_0 = pseudo_reg_num - tdep->zmm0_regnum;
3358 if (i_0 < num_lower_zmm_regs)
3360 I387_XMM0_REGNUM (tdep) + i_0,
3361 tdep->ymm0h_regnum + i_0,
3362 tdep->zmm0h_regnum + i_0);
3366 int i_16 = i_0 - num_lower_zmm_regs;
3371 tdep->zmm0h_regnum + i_0);
3343 int i_0 = pseudo_reg_num - tdep->zmm0_regnum; local

Completed in 65 milliseconds