---
title: "vtablelookup(_:_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/vtablelookup(_:_:)"
---

# vtablelookup(_:_:)

For each vector element of Index_Vect, returns the corresponding value from Table.

## Declaration

```swift
func vtablelookup(_: vSInt32, _: UnsafeMutablePointer<UInt32>) -> vUInt32
```

## See Also

### Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)

- [vceilf(_:)](accelerate/vceilf(_:).md)
- [vcopysignf(_:_:)](accelerate/vcopysignf(_:_:).md)
- [vdivf(_:_:)](accelerate/vdivf(_:_:).md)
- [vfabf(_:)](accelerate/vfabf(_:).md)
- [vfabsf(_:)](accelerate/vfabsf(_:).md)
- [vfloorf(_:)](accelerate/vfloorf(_:).md)
- [vintf(_:)](accelerate/vintf(_:).md)
- [vnintf(_:)](accelerate/vnintf(_:).md)
- [vnextafterf(_:_:)](accelerate/vnextafterf(_:_:).md)
- [vrecf(_:)](accelerate/vrecf(_:).md)
- [vrsqrtf(_:)](accelerate/vrsqrtf(_:).md)
- [vsqrtf(_:)](accelerate/vsqrtf(_:).md)
- [vtruncf(_:)](accelerate/vtruncf(_:).md)
