Home
last modified time | relevance | path

Searched defs:input_system (Results 1 – 8 of 8) sorted by relevance

/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Dinput.c28 struct input_system { struct
29 fd_set fdset;
30 int fd_max;
31 grad_list_t *methods; /* List of METHOD structures */
32 grad_list_t *channels; /* List of CHANNEL structures */
33 grad_iterator_t *citr;
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dtemporary_array.inl112 thrust::execution_policy<InputSystem> &input_system,
143 thrust::execution_policy<InputSystem> &input_system,
/dports/math/libmesh/libmesh-1.6.2/src/apps/
H A DL2system.h51 libMesh::System * input_system; variable
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter-private.h49 class input_system; variable
H A Dinput.cc411 input_system::input_system (interpreter& interp) in input_system() function in octave::input_system
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-gui-config-dialog.h37 GtkComboBoxText* input_system; member
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/wcsaxes/
H A Dtransforms.py63 def __init__(self, input_system, output_system): argument
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Dengine.c854 int Valid_Conversion(Coordinate_Type input_system, Coordinate_Type output_system, long input_datum,… in Valid_Conversion()