Searched refs:expf (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_fog.c | 53 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 D | lp_test_arit.c | 303 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 D | s_fog.c | 53 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 D | s_texfilter.c | 1631 GLfloat weight = expf(-alpha * r2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_arit.c | 303 {"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 D | t_vb_fog.c | 82 exp_table[i] = expf(-f);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_fog.c | 82 exp_table[i] = expf(-f);
|
| /xsrc/external/mit/pixman/dist/pixman/dither/ |
| H A D | make-blue-noise.c | 365 * expf (- (dx + dy) / tsqsi); 414 f = expf (- (dx + dy) / tsqsi);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 153 data.f[c] = expf(op[0]->value.f[c]);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 153 data.f[c] = expf(op[0]->value.f[c]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2323 const float weight = (float) expf(-alpha * r2);
|
Completed in 20 milliseconds