Home
last modified time | relevance | path

Searched refs:_pointer_type (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/core/runtime/
H A Dnrtdynmod.py14 _pointer_type = ir.PointerType(ir.IntType(8)) variable
18 _pointer_type, # dtor_function dtor
19 _pointer_type, # void *dtor_info
20 _pointer_type, # void *data
25 incref_decref_ty = ir.FunctionType(ir.VoidType(), [_pointer_type])
26 meminfo_data_ty = ir.FunctionType(_pointer_type, [_pointer_type])
72 calldtor = module.add_function(ir.FunctionType(ir.VoidType(), [_pointer_type]),
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD_tape.cxx48 _pointer_type = strcmp(s, "moving") ? FIXED : MOVING; // "fixed", "moving" in Tape()
108 } else if (_pointer_type == MOVING) { in draw_vertical()
146 if (_pointer_type == MOVING) { in draw_vertical()
194 if (_pointer_type == MOVING) { in draw_vertical()
368 } else if (_pointer_type == MOVING) { in draw_horizontal()
402 if (_pointer_type == MOVING) { in draw_horizontal()
430 if (_pointer_type == MOVING) { in draw_horizontal()
H A DHUD_private.hxx263 enum PointerType { FIXED, MOVING } _pointer_type; member in HUD::Tape
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dompaccel.cpp121 _pointer_type(DTYPE dtype) in _pointer_type() function
152 if (_pointer_type(dtype) || DTY(dtype) == TY_ARRAY) { in mk_ompaccel_ldsptr()
167 if (_pointer_type(dtype)) in mk_ompaccel_load()
207 if (_pointer_type(dtype)) in mk_ompaccel_store()
266 if (_pointer_type(dtype1) || _pointer_type(dtype2)) { in mk_ompaccel_and()
355 if (_pointer_type(dtype1) || _pointer_type(dtype2)) { in mk_ompaccel_add()
395 if (_pointer_type(dtype1) || _pointer_type(dtype2)) { in mk_ompaccel_mul()