Searched refs:expf (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fog.c53 f = expf(-d * z);
58 f = expf(-(d * d * z * z));
70 #define EXP_FOG(f, coord) f = expf(density * coord)
77 f = expf(tmp); \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c303 WRAP(expf)
309 #define expf wrap_expf macro
324 {"exp", &lp_build_exp, &expf, exp2_values, ARRAY_SIZE(exp2_values), 18.0 },
491 if (test->ref == &expf && util_inf_sign(testval) == -1) {
493 * for expf(-inf). As detecting the VC runtime version is
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fog.c53 f = expf(-d * z);
58 f = expf(-(d * d * z * z));
70 #define EXP_FOG(f, coord) f = expf(density * coord)
77 f = expf(tmp); \
H A Ds_texfilter.c1631 GLfloat weight = expf(-alpha * r2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c303 {"exp", &lp_build_exp, &expf, exp2_values, ARRAY_SIZE(exp2_values), 18.0 },
470 if (test->ref == &expf && util_inf_sign(testval) == -1) {
471 /* XXX: 64bits MSVCRT's expf(-inf) returns -inf instead of 0 */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_fog.c82 exp_table[i] = expf(-f);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_fog.c82 exp_table[i] = expf(-f);
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c365 * expf (- (dx + dy) / tsqsi);
414 f = expf (- (dx + dy) / tsqsi);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h153 data.f[c] = expf(op[0]->value.f[c]);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h153 data.f[c] = expf(op[0]->value.f[c]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2323 const float weight = (float) expf(-alpha * r2);

Completed in 20 milliseconds