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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 84 struct one_double_t { struct
266 * OUT struct one_double_t *one_double -- structure to fill
269 void init_one_double ( struct one_double_t *one_double, double init_val)
436 * IN struct one_double_t one_double
438 struct one_double_t print_one_double (struct one_double_t one_double)
441 printf("Contents of one_double_t: \n\n");
564 struct one_double_t *d1;
592 d1 = (struct one_double_t *)malloc(sizeof(struct one_double_t));
    [all...]
call-ar-st.c 98 struct one_double_t { struct
368 * OUT struct one_double_t *one_double -- structure to fill
371 void init_one_double (struct one_double_t *one_double, double init_val)
475 struct one_double_t *d1,
476 struct one_double_t *d2,
477 struct one_double_t *d3,
560 * IN struct one_double_t one_double
562 void print_one_double (struct one_double_t one_double)
565 printf("Contents of one_double_t: \n\n");
689 struct one_double_t d1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 84 struct one_double_t { struct
266 * OUT struct one_double_t *one_double -- structure to fill
269 void init_one_double ( struct one_double_t *one_double, double init_val)
436 * IN struct one_double_t one_double
438 struct one_double_t print_one_double (struct one_double_t one_double)
441 printf("Contents of one_double_t: \n\n");
564 struct one_double_t *d1;
592 d1 = (struct one_double_t *)malloc(sizeof(struct one_double_t));
    [all...]
call-ar-st.c 98 struct one_double_t { struct
368 * OUT struct one_double_t *one_double -- structure to fill
371 void init_one_double (struct one_double_t *one_double, double init_val)
475 struct one_double_t *d1,
476 struct one_double_t *d2,
477 struct one_double_t *d3,
560 * IN struct one_double_t one_double
562 void print_one_double (struct one_double_t one_double)
565 printf("Contents of one_double_t: \n\n");
689 struct one_double_t d1
    [all...]

Completed in 27 milliseconds