| .. | .. |
|---|
| 31 | 31 | unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2); |
|---|
| 32 | 32 | float dcn_bw_max2(const float arg1, const float arg2); |
|---|
| 33 | 33 | float dcn_bw_floor2(const float arg, const float significance); |
|---|
| 34 | +float dcn_bw_floor(const float arg); |
|---|
| 34 | 35 | float dcn_bw_ceil2(const float arg, const float significance); |
|---|
| 36 | +float dcn_bw_ceil(const float arg); |
|---|
| 35 | 37 | float dcn_bw_max3(float v1, float v2, float v3); |
|---|
| 36 | 38 | float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5); |
|---|
| 37 | 39 | float dcn_bw_pow(float a, float exp); |
|---|
| 38 | 40 | float dcn_bw_log(float a, float b); |
|---|
| 41 | +double dcn_bw_fabs(double a); |
|---|
| 39 | 42 | |
|---|
| 40 | 43 | #endif /* _DCN_CALC_MATH_H_ */ |
|---|