MCPcopy Create free account

hub / github.com/GAMMA-UMD/pygsound / functions

Functions4,063 in github.com/GAMMA-UMD/pygsound

FunctionSIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:256
FunctionSIMDScalar load
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:199
FunctionSIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:196
FunctionSIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:219
FunctionSIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:204
FunctionSIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:270
FunctionSIMDScalar loadUnaligned
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:213
FunctionSIMDScalar<Float32,4> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1009
FunctionSIMDScalar<Float32,4> ceiling
Compute the ceiling of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1057
FunctionSIMDScalar<Float32,4> cos
Compute and return the cosine of the specified vector. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * adapted
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1682
FunctionSIMDScalar<Float32,4> cross
Return the 3D cross product of two vectors, where each vector has the form (x,y,z,0).
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1857
FunctionSIMDScalar<Float32,4> dot
Return the dot product of two vectors as a wide vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1870
FunctionSIMDScalar<Float32,4> exp
Compute and return e raised to the specified vector power. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * ada
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1534
FunctionSIMDScalar<Float32,4> fastSqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1176
FunctionSIMDScalar<Float32,4> floor
Compute the floor of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1027
FunctionSIMDScalar<Float32,4> highs
Copy the second and fourth element of the specified SIMD scalar into the first and third places.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1263
FunctionSIMDScalar<Float32,4> interleaveHighs
Interleave the last two elements of each scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1299
FunctionSIMDScalar<Float32,4> interleaveLows
Interleave the first two elements of each scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1281
FunctionSIMDScalar<Float32,4> ln
Compute and return the natural logarithm of the specified vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1456
FunctionSIMDScalar<Float32,4> log10
Compute and return the base-10 logarithm of the specified vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1520
FunctionSIMDScalar<Float32,4> lows
Copy the first and third element of the specified SIMD scalar into the second and fourth places.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1245
FunctionSIMDScalar<Float32,4> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1352
FunctionSIMDScalar<Float32,4> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1334
FunctionSIMDScalar<Float32,4> normalize
Normalize the specified vector using a fast approximate algorithm, accurate to ~23 bits.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1888
FunctionSIMDScalar<Float32,4> pow
Compute and return the power of the specified vectors.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1582
FunctionSIMDScalar<Float32,4> reciprocal
Return an approximate reciprocal of the specified value with 23 bits of precision.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1087
FunctionSIMDScalar<Float32,4> reciprocalSqrt
Return an approximate reciprocal square root of the specified value with 23 bits of precision.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1140
FunctionSIMDScalar<Float32,4> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1225
FunctionSIMDScalar<Float32,4> shuffle
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1190
FunctionSIMDScalar<Float32,4> sin
Compute and return the sine of the specified vector. * Original SSE implementation by Julien Pommier, Copyright (C) 2007, z-lib license, * adapted t
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1601
FunctionSIMDScalar<Float32,4> sqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1111
FunctionSIMDScalar<Float32,4> subAdd
Subtract the first and third elements and add the second and fourth.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1317
FunctionSIMDScalar<Float32,4> sum
Return the horizontal sum of a vector as a wide vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:1408
FunctionSIMDScalar<Float64,2> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:839
FunctionSIMDScalar<Float64,2> ceiling
Compute the ceiling of each component of the specified SIMD scalar and return the result. * This method is emulated in software on x86 platforms where
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:856
FunctionSIMDScalar<Float64,2> floor
Compute the floor of each component of the specified SIMD scalar and return the result. * This method is emulated in software on x86 platforms where S
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:872
FunctionSIMDScalar<Float64,2> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:993
FunctionSIMDScalar<Float64,2> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:980
FunctionSIMDScalar<Float64,2> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:952
FunctionSIMDScalar<Float64,2> shuffle
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:899
FunctionSIMDScalar<Float64,2> sqrt
Compute the square root of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:885
FunctionSIMDScalar<Float64,2> subAdd
Subtract the first and third elements and add the second and fourth.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:967
FunctionSIMDScalar<Float64,2> sum
Return the horizontal sum of a vector as a vector.
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:926
FunctionSIMDScalar<Int16,8> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:901
FunctionSIMDScalar<Int16,8> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:935
FunctionSIMDScalar<Int16,8> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:914
FunctionSIMDScalar<Int16,8> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt16_8.h:956
FunctionSIMDScalar<Int32,4>
Convert this scalar to a 4D integer SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:360
FunctionSIMDScalar<Int32,4> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:976
FunctionSIMDScalar<Int32,4> highs
Copy the second and fourth element of the specified SIMD scalar into the first and third places.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1102
FunctionSIMDScalar<Int32,4> lows
Copy the first and third element of the specified SIMD scalar into the second and fourth places.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1084
FunctionSIMDScalar<Int32,4> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1011
FunctionSIMDScalar<Int32,4> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:992
FunctionSIMDScalar<Int32,4> operator !=
Compare two 4D SIMD scalars component-wise for inequality
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:522
FunctionSIMDScalar<Int32,4> operator <
Perform a component-wise less-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:554
FunctionSIMDScalar<Int32,4> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:614
FunctionSIMDScalar<Int32,4> operator ==
Compare two 4D SIMD scalars component-wise for equality.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:492
FunctionSIMDScalar<Int32,4> operator >
Perform a component-wise greater-than comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:584
FunctionSIMDScalar<Int32,4> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another 4D SIMD scalar.
src/Om/Om Framework/om/math/omSIMDScalarFloat32_4.h:644
FunctionSIMDScalar<Int32,4> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1062
FunctionSIMDScalar<Int32,4> shuffle
src/Om/Om Framework/om/math/omSIMDScalarInt32_4.h:1031
FunctionSIMDScalar<Int64,2> abs
Compute the absolute value of each component of the specified SIMD scalar and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:743
FunctionSIMDScalar<Int64,2> max
Compute the maximum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:762
FunctionSIMDScalar<Int64,2> min
Compute the minimum of each component of the specified SIMD scalars and return the result.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:752
FunctionSIMDScalar<Int64,2> operator !=
Compare two 2D SIMD scalars component-wise for inequality * Return a 2D scalar of integers indicating the result of the comparison. * If each cor
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:304
FunctionSIMDScalar<Int64,2> operator <
Perform a component-wise less-than comparison between this and another 2D SIMD scalar. * Return a 2D scalar of integers indicating the result of the c
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:338
FunctionSIMDScalar<Int64,2> operator <=
Perform a component-wise less-than-or-equal-to comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the resu
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:408
FunctionSIMDScalar<Int64,2> operator ==
Compare two 2D SIMD scalars component-wise for equality. * Return a 2D scalar of integers indicating the result of the comparison. * If each corr
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:271
FunctionSIMDScalar<Int64,2> operator >
Perform a component-wise greater-than comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the result of the
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:373
FunctionSIMDScalar<Int64,2> operator >=
Perform a component-wise greater-than-or-equal-to comparison between this an another 2D SIMD scalar. * Return a 2D scalar of integers indicating the r
src/Om/Om Framework/om/math/omSIMDScalarFloat64_2.h:443
FunctionSIMDScalar<Int64,2> select
Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second.
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:804
FunctionSIMDScalar<Int64,2> shuffle
src/Om/Om Framework/om/math/omSIMDScalarInt64_2.h:773
FunctionSIMDScalar<T,4> getDistanceTo
Get the perpendicular distance from the specified point to the plane.
src/Om/Om Framework/om/math/omSIMDPlane3D.h:106
FunctionSIMDScalar<T,4> getMagnitude
src/Om/Om Framework/om/math/omSIMDVector3D.h:140
FunctionSIMDScalar<T,4> getMagnitudeSquared
Return the 4-component SIMD scalar squared magnitude of this quad SIMD 3D vector.
src/Om/Om Framework/om/math/omSIMDVector3D.h:147
FunctionSIMDScalar<T,4> getSignedDistanceTo
Get the perpendicular distance from the specified point to the plane.
src/Om/Om Framework/om/math/omSIMDPlane3D.h:113
FunctionSIMDScalar<T,width> dot
src/Om/Om Framework/om/math/omSIMDVector3D.h:365
FunctionSIMDScalar<T,width> operator *
src/Om/Om Framework/om/math/omSIMDScalar.h:102
FunctionSIMDScalar<T,width> operator -
src/Om/Om Framework/om/math/omSIMDScalar.h:92
FunctionSIMDScalar<T,width> operator /
src/Om/Om Framework/om/math/omSIMDScalar.h:112
FunctionSIMDVector3D normalize
Return a normalized copy of this quad SIMD 3D vector.
src/Om/Om Framework/om/math/omSIMDVector3D.h:154
FunctionSIMDVector3D operator *
Compute and return the component-wise multiplication of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:196
FunctionSIMDVector3D operator +
Compute and return the component-wise sum of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:168
FunctionSIMDVector3D operator -
Compute and return the component-wise difference of this quad SIMD 3D vector with another.
src/Om/Om Framework/om/math/omSIMDVector3D.h:182
FunctionSIMDVector3D operator /
Compute and return the component-wise quotient of this quad SIMD 3D vector divided by a quad SIMD scalar.
src/Om/Om Framework/om/math/omSIMDVector3D.h:210
FunctionSIMDVector3D<T,width> cross
src/Om/Om Framework/om/math/omSIMDVector3D.h:387
FunctionSampleRate getOutputSampleRate
Return the output sample rate for this player. * The default sample rate is 44100 kHz. */
src/Om/Om Sound/om/sound/filters/omSoundPlayer.h:368
FunctionSampleRate getSampleRate
Return the sample rate of this IR in samples per second.
src/GSound/gsound/gsSoundSourceIR.h:354
FunctionSampleRate getSampleRate
Return the sample rate at which this renderer is rendering. * Sound source input audio is automatically converted to this sample rate * if it doe
src/GSound/gsound/gsSoundListenerRenderer.h:226
FunctionSampleRate getSampleRate
Return the current sample rate used for this impulse response.
src/GSound/gsound/gsImpulseResponse.h:170
FunctionSampleRate getSampleRate
Return the sample rate of this IR in samples per second.
src/GSound/gsound/gsSampledIR.h:210
FunctionSampleRate getSampleRate
Return the sample rate of this IR cache in samples per second.
src/GSound/gsound/internal/gsIRCache.h:149
FunctionSampleRate getSampleRate
Return the sample rate that this directional IR is stored in.
src/Om/Om Sound/om/sound/base/omSoundDirectionalIR.h:361
FunctionSampleRate getSampleRate
Return the sampling rate of this sound buffer in samples per second.
src/Om/Om Sound/om/sound/base/omSoundBuffer.h:351
FunctionScalarType of
src/Om/Om Framework/om/math/omScalarType.h:142
MethodSceneBVH
Create a new scene geometry with no child BVH's.
src/GSound/gsound/gsSoundScene.h:524
MethodSceneGeometry
Create a new scene geometry with no child BVH's.
src/Om/Om BVH/om/bvh/omBVHScene.h:215
MethodSecondOrderFilter
src/Om/Om Sound/om/sound/filters/omSoundCutoffFilter.h:432
MethodShared<DataType>
Cast this Resource object to a reference-counted pointer.
src/Om/Om Resources/om/resources/omResource.h:275
MethodShared<DataType> getData
Return a pointer to the data associated with this resource. * The method can return NULL if the resource's data has not yet * been loaded. *
src/Om/Om Resources/om/resources/omResource.h:212
← previousnext →1,901–2,000 of 4,063, ranked by callers