---
title: 函数功能
description: "函数功能命名规则：大驼峰+首字母缩写。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2300/accel/kunpengaccel_hmpp_06_0013.html
sourcePath: /source/zh/kunpengboostkithistory/2300/accel/kunpengaccel_hmpp_06_0013.html
indexId: 075c8a48b661d49b05beb6fefafbaea6456a612b4a0ea3d6ef7e67035d3b80a075
---
# 函数功能

函数功能命名规则：大驼峰+首字母缩写。

函数功能的说明与命名规则如表1所示。


**表1 函数功能的说明与命名规则**

| 函数功能 | 说明 | 命名规则 |
| --- | --- | --- |
| Add | 加计算功能 | 大驼峰。 |
| AddC | 加一个常数 | 大驼峰+Constant首字母缩写，整体遵守大驼峰。 |
| LShiftC | 左移一个常数 | L、C缩写，整体遵守大驼峰。 |
| FFTInv | FFT反变换 | FFT为缩写，整体遵守大驼峰。 |
