HomeSort by: relevance | last modified time | path
    Searched defs:fall_through_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;
1639 fall_through_f = (float) strtod (input_line_pointer, &input_line_pointer);
1640 if (fall_through_f < 0)
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, 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;
1639 fall_through_f = (float) strtod (input_line_pointer, &input_line_pointer);
1640 if (fall_through_f < 0)
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
1634 float fall_through_f, target_f; local

Completed in 38 milliseconds