HomeSort by: relevance | last modified time | path
    Searched defs:target_f (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 1637 float fall_through_f, target_f;
1647 target_f = (float) strtod (input_line_pointer, &input_line_pointer);
1648 if (target_f < 0)
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
11095 set_subseg_freq (segT seg, subsegT subseg, float total_f, float target_f)
11101 subseg_e->target_freq = target_f;
1634 float fall_through_f, target_f; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 1637 float fall_through_f, target_f;
1647 target_f = (float) strtod (input_line_pointer, &input_line_pointer);
1648 if (target_f < 0)
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
11095 set_subseg_freq (segT seg, subsegT subseg, float total_f, float target_f)
11101 subseg_e->target_freq = target_f;
1634 float fall_through_f, target_f; local

Completed in 38 milliseconds