Searched refs:sinf (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Dgluint.h40 #define SIN sinf
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c243 const float s1 = sinf(radX);
246 const float s2 = sinf(radY);
H A Dvsraytrace.c234 const float s1 = sinf(radX);
237 const float s2 = sinf(radY);
H A Dgsraytrace.cpp572 const float s1 = sinf(radX);
575 const float s2 = sinf(radY);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c305 WRAP(sinf)
311 #define sinf wrap_sinf macro
328 {"sin", &lp_build_sin, &sinf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c179 y = c * s * sinf(h);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c179 y = c * s * sinf(h);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexfilt.c243 position[0] = 2.5 * sinf( angle );
266 position[0] = 2.5 * sinf( angle );
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafstyles.h66 STYLE_LATIN( s, S, sinf, SINF, ds, \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c307 {"sin", &lp_build_sin, &sinf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp166 sys::DynamicLibrary::AddSymbol("sinf", &sinf);
/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.c965 result[1] = sinf(a[0]);
994 = sinf(a[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c965 result[1] = sinf(a[0]);
994 = sinf(a[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp166 sys::DynamicLibrary::AddSymbol("sinf", &sinf);
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c692 s = sinf( angle * M_PI / 180.0 );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c803 s = sinf( angle * M_PI / 180.0 );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c636 dst->f[0] = sinf(src->f[0]);
637 dst->f[1] = sinf(src->f[1]);
638 dst->f[2] = sinf(src->f[2]);
639 dst->f[3] = sinf(src->f[3]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c652 dst->f[0] = sinf(src->f[0]);
653 dst->f[1] = sinf(src->f[1]);
654 dst->f[2] = sinf(src->f[2]);
655 dst->f[3] = sinf(src->f[3]);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h819 data.f[c] = sinf(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
219 static inline float ImSin(float x) { return sinf(x); }
H A Dimgui_demo.cpp54 #include <math.h> // sqrtf, powf, cosf, sinf, floorf, ceilf
993 static float Sin(void*, int i) { return sinf(i * 0.1f); }
2002 ImGui::Button(label, ImVec2(40.0f + sinf((float)(line + n)) * 20.0f, 0.0f));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h36 #include <math.h> // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf
219 static inline float ImSin(float x) { return sinf(x); }
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h927 data.f[c] = sinf(op[0]->value.f[c]);

Completed in 59 milliseconds

12