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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 3500 init_decfloat_type (type_allocator &alloc, int bit, const char *name)
5981 = init_decfloat_type (alloc, 32, "_Decimal32");
5983 = init_decfloat_type (alloc, 64, "_Decimal64");
5985 = init_decfloat_type (alloc, 128, "_Decimal128");
3499 init_decfloat_type (type_allocator &alloc, int bit, const char *name) function
gdbtypes.c 3500 init_decfloat_type (type_allocator &alloc, int bit, const char *name)
5981 = init_decfloat_type (alloc, 32, "_Decimal32");
5983 = init_decfloat_type (alloc, 64, "_Decimal64");
5985 = init_decfloat_type (alloc, 128, "_Decimal128");
3499 init_decfloat_type (type_allocator &alloc, int bit, const char *name) function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 3563 init_decfloat_type (type_allocator &alloc, int bit, const char *name)
6043 = init_decfloat_type (alloc, 32, "_Decimal32");
6045 = init_decfloat_type (alloc, 64, "_Decimal64");
6047 = init_decfloat_type (alloc, 128, "_Decimal128");
3562 init_decfloat_type (type_allocator &alloc, int bit, const char *name) function
gdbtypes.c 3563 init_decfloat_type (type_allocator &alloc, int bit, const char *name)
6043 = init_decfloat_type (alloc, 32, "_Decimal32");
6045 = init_decfloat_type (alloc, 64, "_Decimal64");
6047 = init_decfloat_type (alloc, 128, "_Decimal128");
3562 init_decfloat_type (type_allocator &alloc, int bit, const char *name) function

Completed in 90 milliseconds