Home
last modified time | relevance | path

Searched defs:functions (Results 151 – 175 of 10173) sorted by relevance

12345678910>>...407

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/half/
H A Dhalf.hpp1049 struct functions struct
1215 static expr expm1(float arg) in expm1()
1227 static expr exp2(float arg) in exp2()
1249 static expr log1p(float arg) in log1p()
1261 static expr log2(float arg) in log2()
1278 static expr cbrt(float arg) in cbrt()
1364 static expr asinh(float arg) in asinh()
1400 static expr erf(float arg) in erf()
1412 static expr erfc(float arg) in erfc()
1612 static int ilogb(half arg) in ilogb()
[all …]
/dports/devel/fp16/FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3/third-party/
H A Dhalf.hpp1056 struct functions struct
1222 static expr expm1(float arg) in expm1()
1234 static expr exp2(float arg) in exp2()
1256 static expr log1p(float arg) in log1p()
1268 static expr log2(float arg) in log2()
1285 static expr cbrt(float arg) in cbrt()
1371 static expr asinh(float arg) in asinh()
1407 static expr erf(float arg) in erf()
1419 static expr erfc(float arg) in erfc()
1619 static int ilogb(half arg) in ilogb()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/fp16/third-party/
H A Dhalf.hpp1056 struct functions struct
1222 static expr expm1(float arg) in expm1()
1234 static expr exp2(float arg) in exp2()
1256 static expr log1p(float arg) in log1p()
1268 static expr log2(float arg) in log2()
1285 static expr cbrt(float arg) in cbrt()
1371 static expr asinh(float arg) in asinh()
1407 static expr erf(float arg) in erf()
1419 static expr erfc(float arg) in erfc()
1619 static int ilogb(half arg) in ilogb()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/doc/
H A Dbas-impl.tex39 \subsection{Data structures for basis functions}%
989 \subsection{Vector-valued basis functions}
1076 \subsection{Chains of basis function sets}
1172 \subsection{Lagrange finite elements}
2428 \subsection{Discontinuous Lagrange finite elements}%
2456 \subsection{Discontinuous orthogonal finite elements}
2483 \subsection{Basis-function plug-in module}
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/btm/
H A Dbtm.cpp23 static const FunctionInfo functions[] = { local
112 static const FunctionInfo functions[] = { local
133 static const FunctionInfo functions[] = { local
210 static const FunctionInfo functions[] = { local
235 static const FunctionInfo functions[] = { local
257 static const FunctionInfo functions[] = { local
/dports/www/py-cherrypy/CherryPy-17.4.2/docs/
H A Dextend.rst34 Publish/Subscribe pattern
225 Plugins
376 .. _hookpoint:
378 Hook point
410 Tools
576 Request parameters manipulation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/doc/en/
H A Dskipping.rst76 ``skipif``
124 Skip all test functions of a class or module
159 Skipping files or directories
169 Skipping on a missing import dependency
186 Summary
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dskipping.rst76 ``skipif``
124 Skip all test functions of a class or module
159 Skipping files or directories
169 Skipping on a missing import dependency
186 Summary
/dports/devel/py-pytest/pytest-4.6.11/doc/en/
H A Dskipping.rst80 ``skipif``
140 Skip all test functions of a class or module
169 Skipping files or directories
179 Skipping on a missing import dependency
196 Summary
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/
H A Dgenerate_asm.py28 functions = {} variable
45 def write_windows_asm(asmfile, functions): argument
61 def write_unix_asm(asmfile, functions, prefix): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dskipping.rst80 ``skipif``
140 Skip all test functions of a class or module
169 Skipping files or directories
179 Skipping on a missing import dependency
199 Summary
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dskipping.rst80 ``skipif``
140 Skip all test functions of a class or module
169 Skipping files or directories
179 Skipping on a missing import dependency
199 Summary
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dskipping.rst80 ``skipif``
140 Skip all test functions of a class or module
169 Skipping files or directories
179 Skipping on a missing import dependency
199 Summary
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nim/
H A Dnim.cpp23 static const FunctionInfo functions[] = { local
42 static const FunctionInfo functions[] = { local
64 static const FunctionInfo functions[] = { local
85 static const FunctionInfo functions[] = { local
215 static const FunctionInfo functions[] = { local
252 static const FunctionInfo functions[] = { local
292 static const FunctionInfo functions[] = { local
365 static const FunctionInfo functions[] = { local
/dports/graphics/py-gphoto2/gphoto2-2.2.4/
H A DREADME.rst369 gp_log_add_func / use_python_logging
377 gp_context_set_idle_func / gp_context_set_progress_funcs / etc.
385 gp_file_get_data_and_size / CameraFile.get_data_and_size
395 gp_file_set_data_and_size / CameraFile.set_data_and_size
401 gp_file_append / CameraFile.append
407 gp_camera_file_read / Camera.file_read
414 gp_camera_wait_for_event / Camera.wait_for_event
469 .. _functions: http://www.gphoto.org/doc/api/ target
/dports/devel/py-cffi/cffi-1.15.0/doc/source/
H A Dcdef.rst178 .. _`all types listed above`:
209 .. __: ref.html#file
210 … Windows types`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx
287 .. _`ffi.set_unicode()`:
309 .. _loading-libraries:
310 .. _dlopen:
/dports/databases/py-peewee/peewee-3.14.4/docs/peewee/
H A Dquerying.rst1239 Ordered Windows
1282 Partitioned Windows
1328 Bounded windows
1392 Filtered Aggregates
1424 Reusing Window Definitions
1456 Multiple window definitions
1518 Frame types: RANGE vs ROWS vs GROUPS
/dports/sysutils/chezmoi/chezmoi-2.9.3/docs/
H A DREFERENCE.md2068 ### `gitHubKeys` *user*
2159 ### `ioreg`
2195 ### `keepassxc` *entry*
2252 ### `lastpass` *id*
2272 ### `lastpassRaw` *id*
2287 ### `lookPath` *file*
2512 ### `pass` *pass-name*
2595 ### `stat` *name*
2617 ### `stdinIsATTY`
2637 ### `toYaml` *value*
[all …]
/dports/games/leela-zero/leela-zero-0.17/src/half/
H A Dhalf.hpp1206 struct functions struct
1372 static expr expm1(float arg) in expm1()
1384 static expr exp2(float arg) in exp2()
1406 static expr log1p(float arg) in log1p()
1418 static expr log2(float arg) in log2()
1435 static expr cbrt(float arg) in cbrt()
1521 static expr asinh(float arg) in asinh()
1557 static expr erf(float arg) in erf()
1569 static expr erfc(float arg) in erfc()
1755 static int ilogb(half arg) in ilogb()
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/half/
H A Dhalf.hpp1152 struct functions struct
1318 static expr expm1(float arg) in expm1()
1330 static expr exp2(float arg) in exp2()
1352 static expr log1p(float arg) in log1p()
1364 static expr log2(float arg) in log2()
1381 static expr cbrt(float arg) in cbrt()
1467 static expr asinh(float arg) in asinh()
1503 static expr erf(float arg) in erf()
1515 static expr erfc(float arg) in erfc()
1701 static int ilogb(half arg) in ilogb()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
H A DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL()
51 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported()
56 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL()
100 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
H A DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL()
51 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported()
56 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL()
100 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/user/
H A DSpaces_and_unknowns.tex33 \subsection{Domains and finite element spaces}
177 \subsection{Spectral spaces}
261 Once you have defined the space, the next step is to define unknowns and test functions on this spa…
296 \subsection{Dealing with collections}

12345678910>>...407