| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLDevice.FpConfig |
CLDevice.FpConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.FpConfig[] |
CLDevice.FpConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<CLDevice.FpConfig> |
CLDevice.getDoubleFpConfig()
TODO
|
static EnumSet<CLDevice.FpConfig> |
CLDevice.FpConfig.getEnumSet(long v) |
EnumSet<CLDevice.FpConfig> |
CLDevice.getHalfFpConfig()
TODO
|
EnumSet<CLDevice.FpConfig> |
CLDevice.getSingleFPConfig()
Describes single precision floating- point capability of the device.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CLDevice.FpConfig.getValue(EnumSet<CLDevice.FpConfig> set) |
Copyright © 2009-2015. All Rights Reserved.