HomeSort by: relevance | last modified time | path
    Searched refs:Sin (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
OpenCL.std.h 90 Sin = 57,
vtn_opencl.c 95 case Sin: return nir_op_fsin;
277 case Sin:
  /xsrc/external/mit/mesa-demos/dist/src/samples/
overlay.c 72 static float Sin(float angle)
110 tmpX = *x * Cos(rotation) - *y * Sin(rotation);
111 tmpY = *y * Cos(rotation) + *x * Sin(rotation);
174 float y = y0 + width * Sin((float)i*MAXANGLES/8.0);
215 sinTable[n] = sin(angle);
star.c 70 static float Sin(float angle)
108 tmpX = *x * Cos(rotation) - *y * Sin(rotation);
109 tmpY = *y * Cos(rotation) + *x * Sin(rotation);
182 float y = y0 + width * Sin((float)i*MAXANGLES/8.0);
223 sinTable[n] = sin(angle);
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
texaaline.c 101 static float Sin(float a)
103 return sin(a * M_PI / 180.);
123 v0[1] = cy + 40 * Sin(i);
125 v1[1] = cy + len * Sin(i);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
OpenCL.std.h 93 Sin = 57,
vtn_opencl.c 332 REMAP(Sin, "sin"),
352 REMAP(Half_sin, "sin"),
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 993 static float Sin(void*, int i) { return sinf(i * 0.1f); }
998 ImGui::PushItemWidth(100); ImGui::Combo("func", &func_type, "Sin\0Saw\0"); ImGui::PopItemWidth();
1001 float (*func)(void*, int) = (func_type == 0) ? Funcs::Sin : Funcs::Saw;

Completed in 13 milliseconds