7.8. ListingsΒΆ
This shows listings from compiler internal registries (e.g. lowering definitions). The information is provided as developer reference. When possible, links to source code are provided via github links.
- 7.8.1. Lowering Listing
- 7.8.1.1.
'__array__' - 7.8.1.2.
'__array_wrap__' - 7.8.1.3.
'array.argmax' - 7.8.1.4.
'array.argmin' - 7.8.1.5.
'array.argsort' - 7.8.1.6.
'array.astype' - 7.8.1.7.
'array.copy' - 7.8.1.8.
'array.cumprod' - 7.8.1.9.
'array.cumsum' - 7.8.1.10.
'array.flatten' - 7.8.1.11.
'array.item' - 7.8.1.12.
'array.itemset' - 7.8.1.13.
'array.max' - 7.8.1.14.
'array.mean' - 7.8.1.15.
'array.min' - 7.8.1.16.
'array.nonzero' - 7.8.1.17.
'array.prod' - 7.8.1.18.
'array.ravel' - 7.8.1.19.
'array.reshape' - 7.8.1.20.
'array.sort' - 7.8.1.21.
'array.std' - 7.8.1.22.
'array.sum' - 7.8.1.23.
'array.take' - 7.8.1.24.
'array.transpose' - 7.8.1.25.
'array.var' - 7.8.1.26.
'array.view' - 7.8.1.27.
'complex.conjugate' - 7.8.1.28.
'delitem' - 7.8.1.29.
'ffi.from_buffer' - 7.8.1.30.
'getiter' - 7.8.1.31.
'iternext' - 7.8.1.32.
'list.append' - 7.8.1.33.
'list.clear' - 7.8.1.34.
'list.copy' - 7.8.1.35.
'list.count' - 7.8.1.36.
'list.extend' - 7.8.1.37.
'list.index' - 7.8.1.38.
'list.insert' - 7.8.1.39.
'list.pop' - 7.8.1.40.
'list.remove' - 7.8.1.41.
'list.reverse' - 7.8.1.42.
'list.sort' - 7.8.1.43.
'not in' - 7.8.1.44.
'np.random.beta' - 7.8.1.45.
'np.random.binomial' - 7.8.1.46.
'np.random.chisquare' - 7.8.1.47.
'np.random.exponential' - 7.8.1.48.
'np.random.f' - 7.8.1.49.
'np.random.gamma' - 7.8.1.50.
'np.random.geometric' - 7.8.1.51.
'np.random.gumbel' - 7.8.1.52.
'np.random.hypergeometric' - 7.8.1.53.
'np.random.laplace' - 7.8.1.54.
'np.random.logistic' - 7.8.1.55.
'np.random.lognormal' - 7.8.1.56.
'np.random.logseries' - 7.8.1.57.
'np.random.negative_binomial' - 7.8.1.58.
'np.random.normal' - 7.8.1.59.
'np.random.pareto' - 7.8.1.60.
'np.random.poisson' - 7.8.1.61.
'np.random.power' - 7.8.1.62.
'np.random.randint' - 7.8.1.63.
'np.random.random' - 7.8.1.64.
'np.random.rayleigh' - 7.8.1.65.
'np.random.seed' - 7.8.1.66.
'np.random.standard_cauchy' - 7.8.1.67.
'np.random.standard_exponential' - 7.8.1.68.
'np.random.standard_gamma' - 7.8.1.69.
'np.random.standard_normal' - 7.8.1.70.
'np.random.standard_t' - 7.8.1.71.
'np.random.triangular' - 7.8.1.72.
'np.random.uniform' - 7.8.1.73.
'np.random.vonmises' - 7.8.1.74.
'np.random.wald' - 7.8.1.75.
'np.random.weibull' - 7.8.1.76.
'np.random.zipf' - 7.8.1.77.
'number.item' - 7.8.1.78.
'print_item' - 7.8.1.79.
'random.betavariate' - 7.8.1.80.
'random.expovariate' - 7.8.1.81.
'random.gammavariate' - 7.8.1.82.
'random.gauss' - 7.8.1.83.
'random.getrandbits' - 7.8.1.84.
'random.lognormvariate' - 7.8.1.85.
'random.normalvariate' - 7.8.1.86.
'random.paretovariate' - 7.8.1.87.
'random.randint' - 7.8.1.88.
'random.random' - 7.8.1.89.
'random.randrange' - 7.8.1.90.
'random.seed' - 7.8.1.91.
'random.triangular' - 7.8.1.92.
'random.uniform' - 7.8.1.93.
'random.vonmisesvariate' - 7.8.1.94.
'random.weibullvariate' - 7.8.1.95.
'set.add' - 7.8.1.96.
'set.clear' - 7.8.1.97.
'set.copy' - 7.8.1.98.
'set.difference' - 7.8.1.99.
'set.difference_update' - 7.8.1.100.
'set.discard' - 7.8.1.101.
'set.intersection' - 7.8.1.102.
'set.intersection_update' - 7.8.1.103.
'set.isdisjoint' - 7.8.1.104.
'set.issubset' - 7.8.1.105.
'set.issuperset' - 7.8.1.106.
'set.pop' - 7.8.1.107.
'set.remove' - 7.8.1.108.
'set.symmetric_difference' - 7.8.1.109.
'set.symmetric_difference_update' - 7.8.1.110.
'set.union' - 7.8.1.111.
'set.update' - 7.8.1.112.
'setitem' - 7.8.1.113.
'static_getitem' - 7.8.1.114.
'static_setitem' - 7.8.1.115.
<ufunc 'absolute'> - 7.8.1.116.
<ufunc 'add'> - 7.8.1.117.
<ufunc 'arccos'> - 7.8.1.118.
<ufunc 'arccosh'> - 7.8.1.119.
<ufunc 'arcsin'> - 7.8.1.120.
<ufunc 'arcsinh'> - 7.8.1.121.
<ufunc 'arctan'> - 7.8.1.122.
<ufunc 'arctan2'> - 7.8.1.123.
<ufunc 'arctanh'> - 7.8.1.124.
<ufunc 'bitwise_and'> - 7.8.1.125.
<ufunc 'bitwise_or'> - 7.8.1.126.
<ufunc 'bitwise_xor'> - 7.8.1.127.
<ufunc 'ceil'> - 7.8.1.128.
<ufunc 'conjugate'> - 7.8.1.129.
<ufunc 'copysign'> - 7.8.1.130.
<ufunc 'cos'> - 7.8.1.131.
<ufunc 'cosh'> - 7.8.1.132.
<ufunc 'deg2rad'> - 7.8.1.133.
<ufunc 'degrees'> - 7.8.1.134.
<ufunc 'equal'> - 7.8.1.135.
<ufunc 'exp'> - 7.8.1.136.
<ufunc 'exp2'> - 7.8.1.137.
<ufunc 'expm1'> - 7.8.1.138.
<ufunc 'fabs'> - 7.8.1.139.
<ufunc 'floor'> - 7.8.1.140.
<ufunc 'floor_divide'> - 7.8.1.141.
<ufunc 'fmax'> - 7.8.1.142.
<ufunc 'fmin'> - 7.8.1.143.
<ufunc 'fmod'> - 7.8.1.144.
<ufunc 'greater'> - 7.8.1.145.
<ufunc 'greater_equal'> - 7.8.1.146.
<ufunc 'hypot'> - 7.8.1.147.
<ufunc 'invert'> - 7.8.1.148.
<ufunc 'isfinite'> - 7.8.1.149.
<ufunc 'isinf'> - 7.8.1.150.
<ufunc 'isnan'> - 7.8.1.151.
<ufunc 'ldexp'> - 7.8.1.152.
<ufunc 'left_shift'> - 7.8.1.153.
<ufunc 'less'> - 7.8.1.154.
<ufunc 'less_equal'> - 7.8.1.155.
<ufunc 'log'> - 7.8.1.156.
<ufunc 'log10'> - 7.8.1.157.
<ufunc 'log1p'> - 7.8.1.158.
<ufunc 'log2'> - 7.8.1.159.
<ufunc 'logaddexp'> - 7.8.1.160.
<ufunc 'logaddexp2'> - 7.8.1.161.
<ufunc 'logical_and'> - 7.8.1.162.
<ufunc 'logical_not'> - 7.8.1.163.
<ufunc 'logical_or'> - 7.8.1.164.
<ufunc 'logical_xor'> - 7.8.1.165.
<ufunc 'maximum'> - 7.8.1.166.
<ufunc 'minimum'> - 7.8.1.167.
<ufunc 'multiply'> - 7.8.1.168.
<ufunc 'negative'> - 7.8.1.169.
<ufunc 'nextafter'> - 7.8.1.170.
<ufunc 'not_equal'> - 7.8.1.171.
<ufunc 'power'> - 7.8.1.172.
<ufunc 'rad2deg'> - 7.8.1.173.
<ufunc 'radians'> - 7.8.1.174.
<ufunc 'reciprocal'> - 7.8.1.175.
<ufunc 'remainder'> - 7.8.1.176.
<ufunc 'right_shift'> - 7.8.1.177.
<ufunc 'rint'> - 7.8.1.178.
<ufunc 'sign'> - 7.8.1.179.
<ufunc 'signbit'> - 7.8.1.180.
<ufunc 'sin'> - 7.8.1.181.
<ufunc 'sinh'> - 7.8.1.182.
<ufunc 'spacing'> - 7.8.1.183.
<ufunc 'sqrt'> - 7.8.1.184.
<ufunc 'square'> - 7.8.1.185.
<ufunc 'subtract'> - 7.8.1.186.
<ufunc 'tan'> - 7.8.1.187.
<ufunc 'tanh'> - 7.8.1.188.
<ufunc 'true_divide'> - 7.8.1.189.
<ufunc 'trunc'> - 7.8.1.190.
_operator.add - 7.8.1.191.
_operator.and_ - 7.8.1.192.
_operator.contains - 7.8.1.193.
_operator.eq - 7.8.1.194.
_operator.floordiv - 7.8.1.195.
_operator.ge - 7.8.1.196.
_operator.getitem - 7.8.1.197.
_operator.gt - 7.8.1.198.
_operator.iadd - 7.8.1.199.
_operator.iand - 7.8.1.200.
_operator.ifloordiv - 7.8.1.201.
_operator.ilshift - 7.8.1.202.
_operator.imod - 7.8.1.203.
_operator.imul - 7.8.1.204.
_operator.invert - 7.8.1.205.
_operator.ior - 7.8.1.206.
_operator.ipow - 7.8.1.207.
_operator.irshift - 7.8.1.208.
_operator.is_ - 7.8.1.209.
_operator.is_not - 7.8.1.210.
_operator.isub - 7.8.1.211.
_operator.itruediv - 7.8.1.212.
_operator.ixor - 7.8.1.213.
_operator.le - 7.8.1.214.
_operator.lshift - 7.8.1.215.
_operator.lt - 7.8.1.216.
_operator.matmul - 7.8.1.217.
_operator.mod - 7.8.1.218.
_operator.mul - 7.8.1.219.
_operator.ne - 7.8.1.220.
_operator.neg - 7.8.1.221.
_operator.not_ - 7.8.1.222.
_operator.or_ - 7.8.1.223.
_operator.pos - 7.8.1.224.
_operator.pow - 7.8.1.225.
_operator.rshift - 7.8.1.226.
_operator.sub - 7.8.1.227.
_operator.truediv - 7.8.1.228.
_operator.xor - 7.8.1.229.
builtins.abs - 7.8.1.230.
builtins.bool - 7.8.1.231.
builtins.complex - 7.8.1.232.
builtins.divmod - 7.8.1.233.
builtins.enumerate - 7.8.1.234.
builtins.float - 7.8.1.235.
builtins.hash - 7.8.1.236.
builtins.int - 7.8.1.237.
builtins.iter - 7.8.1.238.
builtins.len - 7.8.1.239.
builtins.list - 7.8.1.240.
builtins.max - 7.8.1.241.
builtins.min - 7.8.1.242.
builtins.next - 7.8.1.243.
builtins.pow - 7.8.1.244.
builtins.print - 7.8.1.245.
builtins.range - 7.8.1.246.
builtins.round - 7.8.1.247.
builtins.set - 7.8.1.248.
builtins.slice - 7.8.1.249.
builtins.sorted - 7.8.1.250.
builtins.tuple - 7.8.1.251.
builtins.type - 7.8.1.252.
builtins.zip - 7.8.1.253.
cmath.acos - 7.8.1.254.
cmath.acosh - 7.8.1.255.
cmath.asin - 7.8.1.256.
cmath.asinh - 7.8.1.257.
cmath.atan - 7.8.1.258.
cmath.atanh - 7.8.1.259.
cmath.cos - 7.8.1.260.
cmath.cosh - 7.8.1.261.
cmath.exp - 7.8.1.262.
cmath.isfinite - 7.8.1.263.
cmath.isinf - 7.8.1.264.
cmath.isnan - 7.8.1.265.
cmath.log - 7.8.1.266.
cmath.log10 - 7.8.1.267.
cmath.phase - 7.8.1.268.
cmath.polar - 7.8.1.269.
cmath.rect - 7.8.1.270.
cmath.sin - 7.8.1.271.
cmath.sinh - 7.8.1.272.
cmath.sqrt - 7.8.1.273.
cmath.tan - 7.8.1.274.
cmath.tanh - 7.8.1.275.
math.acos - 7.8.1.276.
math.acosh - 7.8.1.277.
math.asin - 7.8.1.278.
math.asinh - 7.8.1.279.
math.atan - 7.8.1.280.
math.atan2 - 7.8.1.281.
math.atanh - 7.8.1.282.
math.ceil - 7.8.1.283.
math.copysign - 7.8.1.284.
math.cos - 7.8.1.285.
math.cosh - 7.8.1.286.
math.degrees - 7.8.1.287.
math.erf - 7.8.1.288.
math.erfc - 7.8.1.289.
math.exp - 7.8.1.290.
math.expm1 - 7.8.1.291.
math.fabs - 7.8.1.292.
math.floor - 7.8.1.293.
math.frexp - 7.8.1.294.
math.gamma - 7.8.1.295.
math.hypot - 7.8.1.296.
math.isfinite - 7.8.1.297.
math.isinf - 7.8.1.298.
math.isnan - 7.8.1.299.
math.ldexp - 7.8.1.300.
math.lgamma - 7.8.1.301.
math.log - 7.8.1.302.
math.log10 - 7.8.1.303.
math.log1p - 7.8.1.304.
math.log2 - 7.8.1.305.
math.pow - 7.8.1.306.
math.radians - 7.8.1.307.
math.sin - 7.8.1.308.
math.sinh - 7.8.1.309.
math.sqrt - 7.8.1.310.
math.tan - 7.8.1.311.
math.tanh - 7.8.1.312.
math.trunc - 7.8.1.313.
numba.numpy_support.carray - 7.8.1.314.
numba.numpy_support.farray - 7.8.1.315.
numba.parfor.internal_prange - 7.8.1.316.
numba.special.pndindex - 7.8.1.317.
numba.special.prange - 7.8.1.318.
numba.stencil.stencil - 7.8.1.319.
numba.targets.arrayobj.reshape_unchecked - 7.8.1.320.
numba.targets.builtins.get_type_max_value - 7.8.1.321.
numba.targets.builtins.get_type_min_value - 7.8.1.322.
numba.types.functions.NamedTupleClass - 7.8.1.323.
numba.types.functions.NumberClass - 7.8.1.324.
numba.typing.builtins.IndexValue - 7.8.1.325.
numpy.amax - 7.8.1.326.
numpy.amin - 7.8.1.327.
numpy.angle - 7.8.1.328.
numpy.arange - 7.8.1.329.
numpy.argmax - 7.8.1.330.
numpy.argmin - 7.8.1.331.
numpy.argsort - 7.8.1.332.
numpy.array - 7.8.1.333.
numpy.ascontiguousarray - 7.8.1.334.
numpy.asfortranarray - 7.8.1.335.
numpy.atleast_1d - 7.8.1.336.
numpy.atleast_2d - 7.8.1.337.
numpy.atleast_3d - 7.8.1.338.
numpy.column_stack - 7.8.1.339.
numpy.concatenate - 7.8.1.340.
numpy.copy - 7.8.1.341.
numpy.cumprod - 7.8.1.342.
numpy.cumsum - 7.8.1.343.
numpy.diag - 7.8.1.344.
numpy.dot - 7.8.1.345.
numpy.dstack - 7.8.1.346.
numpy.empty - 7.8.1.347.
numpy.empty_like - 7.8.1.348.
numpy.expand_dims - 7.8.1.349.
numpy.frombuffer - 7.8.1.350.
numpy.full - 7.8.1.351.
numpy.full_like - 7.8.1.352.
numpy.hstack - 7.8.1.353.
numpy.identity - 7.8.1.354.
numpy.linspace - 7.8.1.355.
numpy.mean - 7.8.1.356.
numpy.ndenumerate - 7.8.1.357.
numpy.ndindex - 7.8.1.358.
numpy.nditer - 7.8.1.359.
numpy.nonzero - 7.8.1.360.
numpy.ones - 7.8.1.361.
numpy.ones_like - 7.8.1.362.
numpy.prod - 7.8.1.363.
numpy.ravel - 7.8.1.364.
numpy.round_ - 7.8.1.365.
numpy.sinc - 7.8.1.366.
numpy.sort - 7.8.1.367.
numpy.stack - 7.8.1.368.
numpy.std - 7.8.1.369.
numpy.sum - 7.8.1.370.
numpy.take - 7.8.1.371.
numpy.var - 7.8.1.372.
numpy.vdot - 7.8.1.373.
numpy.vstack - 7.8.1.374.
numpy.where - 7.8.1.375.
numpy.zeros - 7.8.1.376.
numpy.zeros_like
- 7.8.1.1.