Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for t_ptr_func_int_of_float_complex (0.18 sec)

  1. src/debug/dwarf/testdata/typedef.c

    typedef long t_long;
    typedef unsigned short t_ushort;
    typedef int t_func_int_of_float_double(float, double);
    typedef int (*t_ptr_func_int_of_float_double)(float, double);
    typedef int (*t_ptr_func_int_of_float_complex)(float complex);
    typedef int (*t_ptr_func_int_of_double_complex)(double complex);
    typedef int (*t_ptr_func_int_of_long_double_complex)(long double complex);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 02 19:56:24 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. src/debug/dwarf/type_test.go

    	"t_ushort":                              "short unsigned int",
    	"t_func_int_of_float_double":            "func(float, double) int",
    	"t_ptr_func_int_of_float_double":        "*func(float, double) int",
    	"t_ptr_func_int_of_float_complex":       "*func(complex float) int",
    	"t_ptr_func_int_of_double_complex":      "*func(complex double) int",
    	"t_ptr_func_int_of_long_double_complex": "*func(complex long double) int",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 15:49:05 UTC 2022
    - 8.8K bytes
    - Viewed (0)
Back to top