vfp
Perform floating-point arithmetic, transcendental, and trigonometric functions on 128-bit vectors.
Overview
vfp.h declares a set of floating-point arithmetic, transcendental and trigonometric functions, on 128-bit vectors, using the floating-point types from vecLibTypes.h.
These functions are named with their customary mathematical names, prefixed with the letter “v”, and all except vtablelookup() have the suffix “f” to indicate that they work with single-precision floating-point data. For example, vcosf is the single-precision cosine function.
Topics
Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)
vceilf(_:)vcopysignf(_:_:)vdivf(_:_:)vfabf(_:)vfabsf(_:)vfloorf(_:)vintf(_:)vnintf(_:)vnextafterf(_:_:)vrecf(_:)vrsqrtf(_:)vsqrtf(_:)vtablelookup(_:_:)vtruncf(_:)
Exponential and Logarithmic Functions (from vfp.h)
vexpf(_:)vexp2f(_:)vexpm1f(_:)vlogf(_:)vlog1pf(_:)vlog10f(_:)vlogbf(_:)vlog2f(_:)vvpows(_:_:_:_:)vvpowsf(_:_:_:_:)vscalbf(_:_:)
Trigonometric Functions (from vfp.h)
vsinf(_:)vcosf(_:)vsincosf(_:_:)vtanf(_:)vasinf(_:)vacosf(_:)vatanf(_:)vatan2f(_:_:)vvcbrt(_:_:_:)vvcbrtf(_:_:_:)