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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 435 * PRINT_ONE_DOUBLE :
438 struct one_double_t print_one_double (struct one_double_t one_double) function
616 print_one_double(*d1);
call-ar-st.c 559 * PRINT_ONE_DOUBLE :
562 void print_one_double (struct one_double_t one_double) function
703 print_one_double(d1);
704 print_one_double(d2);
705 print_one_double(d3);
1045 print_one_double(*d1);
1046 print_one_double(*d2);
1047 print_one_double(*d3);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 435 * PRINT_ONE_DOUBLE :
438 struct one_double_t print_one_double (struct one_double_t one_double) function
616 print_one_double(*d1);
call-ar-st.c 559 * PRINT_ONE_DOUBLE :
562 void print_one_double (struct one_double_t one_double) function
703 print_one_double(d1);
704 print_one_double(d2);
705 print_one_double(d3);
1045 print_one_double(*d1);
1046 print_one_double(*d2);
1047 print_one_double(*d3);

Completed in 28 milliseconds