Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

Function Naming Conventions

Intel IPP functions have the same naming conventions for all domains.

Function names in Intel IPP have the following general format:

ipp<data-domain><name>_<datatype>[_<descriptor>](<parameters>)

NOTE:

The core functions in Intel IPP do not need an input data type. These functions have ipp as a prefix without the data-domain field. For example, ippGetStatusString.