Searched refs:cosf (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Dgluint.h39 #define COS cosf
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c242 const float c1 = cosf(radX);
245 const float c2 = cosf(radY);
H A Dvsraytrace.c233 const float c1 = cosf(radX);
236 const float c2 = cosf(radY);
H A Dgsraytrace.cpp571 const float c1 = cosf(radX);
574 const float c2 = cosf(radY);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c306 WRAP(cosf)
312 #define cosf wrap_cosf macro
329 {"cos", &lp_build_cos, &cosf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c178 x = c * s * cosf(h);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c178 x = c * s * cosf(h);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexfilt.c244 position[1] = 2.5 * cosf( angle );
267 position[1] = 2.5 * cosf( angle );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c308 {"cos", &lp_build_cos, &cosf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp167 sys::DynamicLibrary::AddSymbol("cosf", &cosf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c368 float c_a = cosf(a), s_a = sinf(a);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c390 float c_a = cosf(a), s_a = sinf(a);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.c506 = cosf(a[0]);
964 result[0] = cosf(a[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c506 = cosf(a[0]);
964 result[0] = cosf(a[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp167 sys::DynamicLibrary::AddSymbol("cosf", &cosf);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dlight.c159 light->_CosCutoff = (cosf(light->SpotCutoff * M_PI / 180.0));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dlight.c186 lu->_CosCutoff = (cosf(lu->SpotCutoff * M_PI / 180.0));
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c693 c = cosf( angle * M_PI / 180.0 );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c804 c = cosf( angle * M_PI / 180.0 );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c145 dst->f[0] = cosf(src->f[0]);
146 dst->f[1] = cosf(src->f[1]);
147 dst->f[2] = cosf(src->f[2]);
148 dst->f[3] = cosf(src->f[3]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c144 dst->f[0] = cosf(src->f[0]);
145 dst->f[1] = cosf(src->f[1]);
146 dst->f[2] = cosf(src->f[2]);
147 dst->f[3] = cosf(src->f[3]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.c1939 dst[38 + l * 8].x = cosf(light->Theta * 0.5f);
1940 dst[38 + l * 8].y = cosf(light->Phi * 0.5f);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.c1939 dst[38 + l * 8].x = cosf(light->Theta * 0.5f);
1940 dst[38 + l * 8].y = cosf(light->Phi * 0.5f);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h831 data.f[c] = cosf(op[0]->value.f[c]);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h36 #include <math.h> // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf
218 static inline float ImCos(float x) { return cosf(x); }

Completed in 51 milliseconds

12