#include <glib.h>
#include <math.h>
Go to the source code of this file.
|
static float | fast_exp10f (const float x) |
|
static float | fast_expf (const float x) |
|
static float | v_maxf (const float vector[3]) |
|
static float | v_minf (const float vector[3]) |
|
static float | v_sumf (const float vector[3]) |
|
static float | fmaxabsf (const float a, const float b) |
|
static float | fminabsf (const float a, const float b) |
|
static float | clamp_simd (const float x) |
|
◆ clamp_simd()
static float clamp_simd |
( |
const float |
x | ) |
|
|
inlinestatic |
Referenced by _blend_add(), _blend_add(), _blend_average(), _blend_average(), _blend_darken(), _blend_darken(), _blend_difference(), _blend_difference(), _blend_hardlight(), _blend_hardlight(), _blend_lighten(), _blend_lighten(), _blend_linearlight(), _blend_linearlight(), _blend_multiply(), _blend_multiply(), _blend_normal_bounded(), _blend_normal_bounded(), _blend_overlay(), _blend_overlay(), _blend_pinlight(), _blend_pinlight(), _blend_screen(), _blend_screen(), _blend_softlight(), _blend_softlight(), _blend_subtract(), _blend_subtract(), _blend_vividlight(), _blend_vividlight(), _CLAMP_XYZ(), _display_channel(), _display_channel(), _display_channel(), dt_develop_blendif_lab_make_mask(), dt_develop_blendif_rgb_hsl_make_mask(), dt_develop_blendif_rgb_jzczhz_make_mask(), dt_iop_tonecurve_draw(), filmic_desaturate_v1(), log_tonemapping(), mask_clipped_pixels(), process_hsl_v1(), process_hsl_v2(), restore_ratios(), and test_clamp_simd().
◆ fast_exp10f()
static float fast_exp10f |
( |
const float |
x | ) |
|
|
inlinestatic |
◆ fast_expf()
static float fast_expf |
( |
const float |
x | ) |
|
|
inlinestatic |
◆ fmaxabsf()
static float fmaxabsf |
( |
const float |
a, |
|
|
const float |
b |
|
) |
| |
|
inlinestatic |
◆ fminabsf()
static float fminabsf |
( |
const float |
a, |
|
|
const float |
b |
|
) |
| |
|
inlinestatic |
◆ v_maxf()
static float v_maxf |
( |
const float |
vector[3] | ) |
|
|
inlinestatic |
◆ v_minf()
static float v_minf |
( |
const float |
vector[3] | ) |
|
|
inlinestatic |
◆ v_sumf()
static float v_sumf |
( |
const float |
vector[3] | ) |
|
|
inlinestatic |