Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTolm/VkFFT
/ functions
Functions
1,842 in github.com/DTolm/VkFFT
⨍
Functions
1,842
◇
Types & classes
603
Function
isless
Quiet comparison for less than. See also:** Documentation for [std::isless](https://en.cppreference.com/w/cpp/numeric/math/isless). \param x first ope
half_lib/half.hpp:4434
Function
islessequal
Quiet comparison for less equal. See also:** Documentation for [std::islessequal](https://en.cppreference.com/w/cpp/numeric/math/islessequal). \param
half_lib/half.hpp:4445
Function
islessgreater
Quiet comarison for less or greater. See also:** Documentation for [std::islessgreater](https://en.cppreference.com/w/cpp/numeric/math/islessgreater).
half_lib/half.hpp:4456
Function
isnormal
Check if normal number. See also:** Documentation for [std::isnormal](https://en.cppreference.com/w/cpp/numeric/math/isnormal). \param arg number to c
half_lib/half.hpp:4392
Function
isunordered
Quiet check if unordered. See also:** Documentation for [std::isunordered](https://en.cppreference.com/w/cpp/numeric/math/isunordered). \param x first
half_lib/half.hpp:4467
Method
kernelEndTime
property: kernelEndTime
metal-cpp/Metal/MTLCommandBuffer.hpp:294
Method
kernelStartTime
property: kernelStartTime
metal-cpp/Metal/MTLCommandBuffer.hpp:288
Method
keyEnumerator
metal-cpp/Foundation/NSDictionary.hpp:108
Method
label
metal-cpp/Metal/MTLCaptureScope.hpp:59
Method
label
property: label
metal-cpp/Metal/MTLBinaryArchive.hpp:94
Method
label
property: label
metal-cpp/Metal/MTLLibrary.hpp:360
Method
label
property: label
metal-cpp/Metal/MTLAccelerationStructure.hpp:385
Method
label
property: label
metal-cpp/Metal/MTLCommandEncoder.hpp:69
Method
label
property: label
metal-cpp/Metal/MTLFence.hpp:49
Method
label
property: label
metal-cpp/Metal/MTLCommandQueue.hpp:51
Method
label
property: label
metal-cpp/Metal/MTLCommandBuffer.hpp:221
Method
label
property: label
metal-cpp/Metal/MTLDepthStencil.hpp:249
Method
label
property: label
metal-cpp/Metal/MTLHeap.hpp:184
Method
label
property: label
metal-cpp/Metal/MTLComputePipeline.hpp:150
Method
label
property: label
metal-cpp/Metal/MTLArgumentEncoder.hpp:104
Method
label
property: label
metal-cpp/Metal/MTLRenderPipeline.hpp:539
Method
label
property: label
metal-cpp/Metal/MTLSampler.hpp:290
Method
label
property: label
metal-cpp/Metal/MTLCounters.hpp:204
Method
label
property: label
metal-cpp/Metal/MTLResource.hpp:104
Method
label
property: label
metal-cpp/Metal/MTLDynamicLibrary.hpp:56
Method
label
property: label
metal-cpp/Metal/MTLEvent.hpp:90
Method
label
property: label
metal-cpp/Metal/MTLTexture.hpp:250
Method
label
property: label
metal-cpp/Metal/MTLRasterizationRate.hpp:312
Method
languageVersion
property: languageVersion
metal-cpp/Metal/MTLLibrary.hpp:471
Method
layer
metal-cpp/QuartzCore/CAMetalDrawable.hpp:45
Method
layer
method: layerAtIndex:
metal-cpp/Metal/MTLRasterizationRate.hpp:283
Method
layerCount
property: layerCount
metal-cpp/Metal/MTLRasterizationRate.hpp:323
Method
layers
property: layers
metal-cpp/Metal/MTLRasterizationRate.hpp:295
Method
layouts
property: layouts
metal-cpp/Metal/MTLVertexDescriptor.hpp:329
Method
layouts
property: layouts
metal-cpp/Metal/MTLStageInputOutputDescriptor.hpp:344
Method
length
property: length
metal-cpp/Metal/MTLBuffer.hpp:56
Method
length
metal-cpp/Foundation/NSString.hpp:181
Method
length
metal-cpp/Foundation/NSData.hpp:49
Method
lengthOfBytes
metal-cpp/Foundation/NSString.hpp:209
Method
level
property: level
metal-cpp/Metal/MTLRenderPass.hpp:299
Function
lgamma
Natural logarithm of gamma function. This function may be 1 ULP off the correctly rounded exact result for any rounding mode in ~0.025% of inputs. Se
half_lib/half.hpp:4013
Method
libraries
property: libraries
metal-cpp/Metal/MTLLibrary.hpp:504
Method
libraryType
property: libraryType
metal-cpp/Metal/MTLLibrary.hpp:482
Method
line
property: line
metal-cpp/Metal/MTLFunctionLog.hpp:81
Method
linkedFunctions
property: linkedFunctions
metal-cpp/Metal/MTLComputePipeline.hpp:261
Method
linkedFunctions
property: linkedFunctions
metal-cpp/Metal/MTLRenderPipeline.hpp:1176
Method
linkedFunctions
static method: linkedFunctions
metal-cpp/Metal/MTLLinkedFunctions.hpp:68
Function
llrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::llrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
half_lib/half.hpp:4140
Function
llround
Nearest integer. See also:** Documentation for [std::llround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return
half_lib/half.hpp:4132
Method
load
metal-cpp/Foundation/NSBundle.hpp:187
Method
loadAction
property: loadAction
metal-cpp/Metal/MTLRenderPass.hpp:376
Method
loadAndReturnError
metal-cpp/Foundation/NSBundle.hpp:215
Method
localizedFailureReason
metal-cpp/Foundation/NSError.hpp:168
Method
localizedInfoDictionary
metal-cpp/Foundation/NSBundle.hpp:355
Method
localizedRecoveryOptions
metal-cpp/Foundation/NSError.hpp:154
Method
localizedRecoverySuggestion
metal-cpp/Foundation/NSError.hpp:161
Method
location
property: location
metal-cpp/Metal/MTLDevice.hpp:699
Method
locationNumber
property: locationNumber
metal-cpp/Metal/MTLDevice.hpp:705
Method
lock
metal-cpp/Foundation/NSLock.hpp:50
Method
lodAverage
property: lodAverage
metal-cpp/Metal/MTLSampler.hpp:257
Method
lodMaxClamp
property: lodMaxClamp
metal-cpp/Metal/MTLSampler.hpp:246
Method
lodMinClamp
property: lodMinClamp
metal-cpp/Metal/MTLSampler.hpp:235
Function
log
Natural logarithm. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::log](https://en.cppreference.com/w/
half_lib/half.hpp:3050
Function
log10
Common logarithm. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::log10](https://en.cppreference.com/w
half_lib/half.hpp:3078
Function
log1p
Natural logarithm plus one. This function may be 1 ULP off the correctly rounded exact result in <0.05% of inputs for `std::round_to_nearest` and in ~
half_lib/half.hpp:3156
Function
log2_post
half_lib/half.hpp:1720
Function
logb
Extract exponent. See also:** Documentation for [std::logb](https://en.cppreference.com/w/cpp/numeric/math/logb). \param arg number to query \return f
half_lib/half.hpp:4265
Method
logs
property: logs
metal-cpp/Metal/MTLCommandBuffer.hpp:300
Method
longLongValue
metal-cpp/Foundation/NSNumber.hpp:426
Method
longValue
metal-cpp/Foundation/NSNumber.hpp:412
Method
lowPower
property: lowPower
metal-cpp/Metal/MTLDevice.hpp:669
Function
lrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::lrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
half_lib/half.hpp:4118
Function
lround
Nearest integer. See also:** Documentation for [std::lround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return n
half_lib/half.hpp:4102
Method
magFilter
property: magFilter
metal-cpp/Metal/MTLSampler.hpp:147
Function
main
VkFFT_TestSuite.cpp:548
Method
mainBundle
metal-cpp/Foundation/NSBundle.hpp:131
Method
makeAliasable
method: makeAliasable
metal-cpp/Metal/MTLResource.hpp:169
Method
mapPhysicalToScreenCoordinates
method: mapPhysicalToScreenCoordinates:forLayer:
metal-cpp/Metal/MTLRasterizationRate.hpp:383
Method
mapScreenToPhysicalCoordinates
method: mapScreenToPhysicalCoordinates:forLayer:
metal-cpp/Metal/MTLRasterizationRate.hpp:377
Method
maxAnisotropy
property: maxAnisotropy
metal-cpp/Metal/MTLSampler.hpp:169
Method
maxArgumentBufferSamplerCount
property: maxArgumentBufferSamplerCount
metal-cpp/Metal/MTLDevice.hpp:1041
Method
maxAvailableSize
method: maxAvailableSizeWithAlignment:
metal-cpp/Metal/MTLHeap.hpp:243
Method
maxBufferLength
property: maxBufferLength
metal-cpp/Metal/MTLDevice.hpp:1143
Method
maxCallStackDepth
property: maxCallStackDepth
metal-cpp/Metal/MTLComputePipeline.hpp:283
Method
maxCallStackDepth
property: maxCallStackDepth
metal-cpp/Metal/MTLRenderPipeline.hpp:1198
Method
maxFragmentBufferBindCount
property: maxFragmentBufferBindCount
metal-cpp/Metal/MTLIndirectCommandBuffer.hpp:146
Method
maxFragmentCallStackDepth
property: maxFragmentCallStackDepth
metal-cpp/Metal/MTLRenderPipeline.hpp:876
Method
maxKernelBufferBindCount
property: maxKernelBufferBindCount
metal-cpp/Metal/MTLIndirectCommandBuffer.hpp:157
Method
maxSampleCount
property: maxSampleCount
metal-cpp/Metal/MTLRasterizationRate.hpp:193
Method
maxTessellationFactor
property: maxTessellationFactor
metal-cpp/Metal/MTLRenderPipeline.hpp:699
Method
maxTotalThreadsPerThreadgroup
property: maxTotalThreadsPerThreadgroup
metal-cpp/Metal/MTLComputePipeline.hpp:183
Method
maxTransferRate
property: maxTransferRate
metal-cpp/Metal/MTLDevice.hpp:711
Method
maxVertexAmplificationCount
property: maxVertexAmplificationCount
metal-cpp/Metal/MTLRenderPipeline.hpp:638
Method
maxVertexBufferBindCount
property: maxVertexBufferBindCount
metal-cpp/Metal/MTLIndirectCommandBuffer.hpp:135
Method
maxVertexCallStackDepth
property: maxVertexCallStackDepth
metal-cpp/Metal/MTLRenderPipeline.hpp:865
Method
maximumLengthOfBytes
metal-cpp/Foundation/NSString.hpp:202
Method
memberByName
method: memberByName:
metal-cpp/Metal/MTLArgument.hpp:394
Method
members
property: members
metal-cpp/Metal/MTLArgument.hpp:388
Method
memoryBarrier
method: memoryBarrierWithScope:
metal-cpp/Metal/MTLComputeCommandEncoder.hpp:322
Method
memoryBarrier
method: memoryBarrierWithScope:afterStages:beforeStages:
metal-cpp/Metal/MTLRenderCommandEncoder.hpp:943
← previous
next →
901–1,000 of 1,842, ranked by callers