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

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

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


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

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