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

  /src/external/gpl3/gdb.old/dist/sim/rx/
fpu.c 239 double_to_fp (double d, FP_Parts *p) function
490 double_to_fp (da+db, &c);
519 double_to_fp (da-db, &c);
549 double_to_fp (da*db, &c);
579 double_to_fp (da/db, &c);
fpu.c 239 double_to_fp (double d, FP_Parts *p) function
490 double_to_fp (da+db, &c);
519 double_to_fp (da-db, &c);
549 double_to_fp (da*db, &c);
579 double_to_fp (da/db, &c);
  /src/external/gpl3/gdb/dist/sim/rx/
fpu.c 239 double_to_fp (double d, FP_Parts *p) function
490 double_to_fp (da+db, &c);
519 double_to_fp (da-db, &c);
549 double_to_fp (da*db, &c);
579 double_to_fp (da/db, &c);
fpu.c 239 double_to_fp (double d, FP_Parts *p) function
490 double_to_fp (da+db, &c);
519 double_to_fp (da-db, &c);
549 double_to_fp (da*db, &c);
579 double_to_fp (da/db, &c);

Completed in 68 milliseconds