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

  /src/external/gpl3/gdb/dist/gdb/
valarith.c 812 fixed_point_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1168 return fixed_point_binop (arg1, arg2, op);
809 fixed_point_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 812 fixed_point_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1168 return fixed_point_binop (arg1, arg2, op);
809 fixed_point_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function

Completed in 27 milliseconds