Home
last modified time | relevance | path

Searched defs:functions (Results 51 – 75 of 8125) sorted by relevance

12345678910>>...325

/dports/emulators/mame/mame-mame0226/3rdparty/genie/docs/
H A Dscripting-reference.md450 ### debugcmd(cmd)
490 ### debugdir(_path_)
723 ### group(_name_)
897 ### kind(_kind_)
1187 ### objdir(_path_)
1625 ### Examples
1789 ### Return Value
2100 ### os.get()
2119 ### os.getcwd()
2159 ### os.is(_id_)
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/native/windows/opengl/
H A Dextgl_wgl.c90 ExtFunction functions[] = { in extgl_InitWGLARBPbuffer() local
101 ExtFunction functions[] = { in extgl_InitWGLARBPixelFormat() local
110 ExtFunction functions[] = { in extgl_InitWGLARBRenderTexture() local
119 ExtFunction functions[] = { in extgl_InitWGLEXTSwapControl() local
127 ExtFunction functions[] = { in extgl_InitWGLARBMakeCurrentRead() local
135 ExtFunction functions[] = { in extgl_InitWGLARBCreateContext() local
143 ExtFunction functions[] = { in extgl_InitWGLNVPresentVideo() local
154 ExtFunction functions[] = { in extgl_InitWGLNVVideoCapture() local
189 ExtFunction functions[] = { in extgl_InitWGLEXTExtensionsString() local
196 ExtFunction functions[] = { in extgl_InitWGLARBExtensionsString() local
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dfc_interface.h32 struct functions { struct
44 extern const struct functions *fc_funcs; argument
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dfc_interface.h32 struct functions { struct
44 extern const struct functions *fc_funcs; argument
/dports/math/py-pygsl/pygsl-2.3.0/doc/ref-obsolete/
H A Dstatistics.tex78 \subsection{Mean, Standard Deviation, and Variance}
124 \subsection{Absolute deviation}
151 \subsection{Higher moments (skewness and kurtosis)}
200 \subsection{Autocorrelation}
222 \subsection{Covariance}
246 \subsection{Maximum and Minimum values}
296 \subsection{Median and Percentiles}
340 \subsection{Weighted Samples}
/dports/shells/bash-completion/bash-completion-2.11/test/t/unit/
H A Dtest_unit_longopt.py11 def functions(self, request, bash): member in TestUnitLongopt
18 def test_1(self, functions, completion): argument
26 def test_2(self, functions, completion): argument
32 def test_3(self, functions, completion): argument
39 def test_no_dashdashdash(self, functions, completion): argument
43 def test_no_trailingdash(self, functions, completion): argument
47 def test_underscore(self, functions, completion): argument
51 def test_equals(self, functions, completion): argument
H A Dtest_unit_variables.py9 def functions(self, request, bash): member in TestUnitVariables
20 def test_simple_variable_name(self, functions, completion): argument
24 def test_single_array_index(self, functions, completion): argument
28 def test_multiple_array_indexes(self, functions, completion): argument
32 def test_closing_curly_after_square(self, functions, completion): argument
36 def test_closing_brackets_after_at(self, functions, completion): argument
40 def test_hash_prefix(self, functions, completion): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp29 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID()
120 static GLint QuerySingleGLInt(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt()
127 static GLint QuerySingleIndexGLInt(const FunctionsGL *functions, GLenum name, GLuint index) in QuerySingleIndexGLInt()
134 static GLint QueryGLIntRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLIntRange()
141 static GLint64 QuerySingleGLInt64(const FunctionsGL *functions, GLenum name) in QuerySingleGLInt64()
148 static GLfloat QuerySingleGLFloat(const FunctionsGL *functions, GLenum name) in QuerySingleGLFloat()
155 static GLfloat QueryGLFloatRange(const FunctionsGL *functions, GLenum name, size_t index) in QueryGLFloatRange()
169 static GLint QueryQueryValue(const FunctionsGL *functions, GLenum target, GLenum name) in QueryQueryValue()
901 void GenerateWorkarounds(const FunctionsGL *functions, WorkaroundsGL *workarounds) in GenerateWorkarounds()
953 bool CanMapBufferForRead(const FunctionsGL *functions) in CanMapBufferForRead()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/usb/
H A Dusb.cpp20 static const FunctionInfo functions[] = { local
45 static const FunctionInfo functions[] = { local
71 static const FunctionInfo functions[] = { local
93 static const FunctionInfo functions[] = { local
115 static const FunctionInfo functions[] = { local
136 static const FunctionInfo functions[] = { local
155 static const FunctionInfo functions[] = { local
178 static const FunctionInfo functions[] = { local
199 static const FunctionInfo functions[] = { local
221 static const FunctionInfo functions[] = { local
/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Dshared_ptr.hpp15 struct functions struct
17 static int look(shared_ptr<T> const& x) in look()
22 static void store(shared_ptr<T> x) in store()
27 static void release_store() in release_store()
32 static void modify(shared_ptr<T>& x) in modify()
37 static shared_ptr<T> get() { return storage; } in get()
38 static shared_ptr<T> &get1() { return storage; } in get1()
40 static int look_store() in look_store()
46 static void expose(C const& c) in expose()
85 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Dshared_ptr.hpp15 struct functions struct
17 static int look(shared_ptr<T> const& x) in look()
22 static void store(shared_ptr<T> x) in store()
27 static void release_store() in release_store()
32 static void modify(shared_ptr<T>& x) in modify()
37 static shared_ptr<T> get() { return storage; } in get()
38 static shared_ptr<T> &get1() { return storage; } in get1()
40 static int look_store() in look_store()
46 static void expose(C const& c) in expose()
85 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dshared_ptr.cpp23 struct functions struct
25 static int look(shared_ptr<T> const& x) in look()
30 static void store(shared_ptr<T> x) in store()
35 static void release_store() in release_store()
40 static void modify(shared_ptr<T>& x) in modify()
45 static shared_ptr<T> get() { return storage; } in get()
46 static shared_ptr<T> &get1() { return storage; } in get1()
48 static int look_store() in look_store()
54 static void expose(C const& c) in expose()
93 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dshared_ptr.cpp23 struct functions struct
25 static int look(shared_ptr<T> const& x) in look()
30 static void store(shared_ptr<T> x) in store()
35 static void release_store() in release_store()
40 static void modify(shared_ptr<T>& x) in modify()
45 static shared_ptr<T> get() { return storage; } in get()
46 static shared_ptr<T> &get1() { return storage; } in get1()
48 static int look_store() in look_store()
54 static void expose(C const& c) in expose()
93 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dshared_ptr.cpp23 struct functions struct
25 static int look(shared_ptr<T> const& x) in look()
30 static void store(shared_ptr<T> x) in store()
35 static void release_store() in release_store()
40 static void modify(shared_ptr<T>& x) in modify()
45 static shared_ptr<T> get() { return storage; } in get()
46 static shared_ptr<T> &get1() { return storage; } in get1()
48 static int look_store() in look_store()
54 static void expose(C const& c) in expose()
93 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dshared_ptr.cpp23 struct functions struct
25 static int look(shared_ptr<T> const& x) in look()
30 static void store(shared_ptr<T> x) in store()
35 static void release_store() in release_store()
40 static void modify(shared_ptr<T>& x) in modify()
45 static shared_ptr<T> get() { return storage; } in get()
46 static shared_ptr<T> &get1() { return storage; } in get1()
48 static int look_store() in look_store()
54 static void expose(C const& c) in expose()
93 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dshared_ptr.cpp23 struct functions struct
25 static int look(shared_ptr<T> const& x) in look()
30 static void store(shared_ptr<T> x) in store()
35 static void release_store() in release_store()
40 static void modify(shared_ptr<T>& x) in modify()
45 static shared_ptr<T> get() { return storage; } in get()
46 static shared_ptr<T> &get1() { return storage; } in get1()
48 static int look_store() in look_store()
54 static void expose(C const& c) in expose()
93 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Dshared_ptr.hpp15 struct functions struct
17 static int look(shared_ptr<T> const& x) in look()
22 static void store(shared_ptr<T> x) in store()
27 static void release_store() in release_store()
32 static void modify(shared_ptr<T>& x) in modify()
37 static shared_ptr<T> get() { return storage; } in get()
38 static shared_ptr<T> &get1() { return storage; } in get1()
40 static int look_store() in look_store()
46 static void expose(C const& c) in expose()
85 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Dshared_ptr.hpp15 struct functions struct
17 static int look(shared_ptr<T> const& x) in look()
22 static void store(shared_ptr<T> x) in store()
27 static void release_store() in release_store()
32 static void modify(shared_ptr<T>& x) in modify()
37 static shared_ptr<T> get() { return storage; } in get()
38 static shared_ptr<T> &get1() { return storage; } in get1()
40 static int look_store() in look_store()
46 static void expose(C const& c) in expose()
85 template <class T> shared_ptr<T> functions<T>::storage; argument
/dports/devel/ode/ode-0.13/ode/src/
H A Dthreading_base.h75 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in AllocMutexGroup() local
82 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in FreeMutexGroup() local
89 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in LockMutexGroupMutex() local
103 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in UnlockMutexGroupMutex() local
110 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in AllocThreadedCallWait() local
117 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in ResetThreadedCallWait() local
124 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in FreeThreadedCallWait() local
135 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in PostThreadedCall() local
143 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in AlterThreadedCallDependenciesCount() local
152 const dxThreadingFunctionsInfo *functions = FindThreadingImpl(impl); in WaitThreadedCallExclusively() local
[all …]
/dports/math/maxima/maxima-5.43.2/share/sym/
H A Ddocsym-en.tex241 \subsection{Combinatorics}
296 \subsection{On polynomials in one variable}
330 \subsection{Changing representations}
412 \subsection{Functions related to partitions}
452 \subsection{Orbit calculations}
486 \subsection{The contracted product of two symmetric polynomials}
523 \subsection{Basis changes}
824 \subsection{Resolvents}
/dports/devel/boost-docs/boost_1_72_0/libs/graph_parallel/doc/
H A Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph_parallel/doc/
H A Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph_parallel/doc/
H A Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html
/dports/databases/percona57-server/boost_1_59_0/libs/graph_parallel/doc/
H A Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html
/dports/databases/xtrabackup/boost_1_59_0/libs/graph_parallel/doc/
H A Ddistributed_property_map.rst730 .. |Logo| image:: pbgl-logo.png
735 .. _Readable Property Map: http://www.boost.org/libs/property_map/ReadablePropertyMap.html
736 .. _Writable Property Map: http://www.boost.org/libs/property_map/WritablePropertyMap.html
737 .. _Read/Write Property Map: http://www.boost.org/libs/property_map/ReadWritePropertyMap.html
738 .. _Lvalue Property Map: http://www.boost.org/libs/property_map/LvaluePropertyMap.html
739 .. _Process Group: process_group.html
740 .. _Global Descriptor: GlobalDescriptor.html
741 .. _Dijkstra's shortest paths: dijkstra_shortest_paths.html
742 .. _Breadth-First Search: breadth_first_search.html
743 .. _PageRank: page_rank.html

12345678910>>...325