Home
last modified time | relevance | path

Searched refs:fast_exp2f4 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_math_fast.h452 ccl_device float4 fast_exp2f4(float4 x) in fast_exp2f4() function
470 return fast_exp2f4(x / M_LN2_F); in fast_expf4()