Home
last modified time | relevance | path

Searched defs:function_unit (Results 1 – 5 of 5) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattr.c44 struct function_unit struct
47 struct function_unit *next; /* Next function unit. */ argument
48 int multiplicity; /* Number of units of this type. */
49 int simultaneity; /* Maximum number of simultaneous insns
51 struct range ready_cost; /* Range of ready cost values. */
52 struct range issue_delay; /* Range of issue delay values. */
H A Dgenattrtab.c238 struct function_unit struct
241 struct function_unit *next; /* Next function unit. */ argument
248 struct function_unit_op *ops; /* Pointer to first operation type. */ argument
265 static struct function_unit *units; argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattr.c44 struct function_unit struct
47 struct function_unit *next; /* Next function unit. */ argument
48 int multiplicity; /* Number of units of this type. */
49 int simultaneity; /* Maximum number of simultaneous insns
51 struct range ready_cost; /* Range of ready cost values. */
52 struct range issue_delay; /* Range of issue delay values. */
H A Dgenattrtab.c238 struct function_unit struct
241 struct function_unit *next; /* Next function unit. */ argument
248 struct function_unit_op *ops; /* Pointer to first operation type. */ argument
265 static struct function_unit *units; argument
/dports/astro/py-astropy/astropy-5.0/astropy/units/function/
H A Dcore.py93 def __init__(self, physical_unit=None, function_unit=None): argument
130 def function_unit(self): member in FunctionUnitBase