Package org.bytedeco.cuda.cudart
Class __half
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.__half
-
- All Implemented Interfaces:
AutoCloseable
@NoOffset @Properties(inherit=cudart.class) public class __half extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __half_rawas__half_raw()floatasFloat()__halfput(double f)__halfput(float f)__halfput(__half_raw hr)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
__half
public __half(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
__half
public __half()
-
__half
public __half(@Const @ByRef __half_raw hr)
-
__half
public __half(float f)
-
__half
public __half(double f)
-
-
Method Detail
-
as__half_raw
@ByVal @Name("operator __half_raw") public __half_raw as__half_raw()
-
asFloat
@Name("operator float") public float asFloat()
-
-