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

ID 790148
Date 10/31/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-68919078-F652-482E-881D-2FF8F96C0D12

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.