Home
last modified time | relevance | path

Searched refs:g2r (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/math/calc/calc-2.14.0.14/help/
H A Dg2r2 g2r - convert gradians to radians
5 g2r(x [,eps])
20 ; print g2r(50), g2r(200), g2r(50)
23 ; print g2r(3i+2)
26 ; print sin(g2r(100/3)), cos(g2r(200/3)), tan(g2r(50))
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx532 double g2r = (1 + r)*(1 - r); in InterpolationFunctions() local
552 weights[8] = g2r * g1s * g1t; in InterpolationFunctions()
554 weights[10] = g2r * g3s * g1t; in InterpolationFunctions()
556 weights[12] = g2r * g1s * g3t; in InterpolationFunctions()
558 weights[14] = g2r * g3s * g3t; in InterpolationFunctions()
566 weights[22] = g2r * g1s * g2t; in InterpolationFunctions()
568 weights[23] = g2r * g3s * g2t; in InterpolationFunctions()
570 weights[24] = g2r * g2s * g1t; in InterpolationFunctions()
571 weights[25] = g2r * g2s * g3t; in InterpolationFunctions()
574 weights[26] = g2r * g2s * g2t; in InterpolationFunctions()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx530 double g2r = (1 + r)*(1 - r); in InterpolationFunctions() local
550 weights[8] = g2r * g1s * g1t; in InterpolationFunctions()
552 weights[10] = g2r * g3s * g1t; in InterpolationFunctions()
554 weights[12] = g2r * g1s * g3t; in InterpolationFunctions()
556 weights[14] = g2r * g3s * g3t; in InterpolationFunctions()
564 weights[22] = g2r * g1s * g2t; in InterpolationFunctions()
566 weights[23] = g2r * g3s * g2t; in InterpolationFunctions()
568 weights[24] = g2r * g2s * g1t; in InterpolationFunctions()
569 weights[25] = g2r * g2s * g3t; in InterpolationFunctions()
572 weights[26] = g2r * g2s * g2t; in InterpolationFunctions()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkTriQuadraticHexahedron.cxx527 double g2r = (1 + r) * (1 - r); in InterpolationFunctions() local
546 weights[8] = g2r * g1s * g1t; in InterpolationFunctions()
548 weights[10] = g2r * g3s * g1t; in InterpolationFunctions()
550 weights[12] = g2r * g1s * g3t; in InterpolationFunctions()
552 weights[14] = g2r * g3s * g3t; in InterpolationFunctions()
560 weights[22] = g2r * g1s * g2t; in InterpolationFunctions()
562 weights[23] = g2r * g3s * g2t; in InterpolationFunctions()
564 weights[24] = g2r * g2s * g1t; in InterpolationFunctions()
565 weights[25] = g2r * g2s * g3t; in InterpolationFunctions()
568 weights[26] = g2r * g2s * g2t; in InterpolationFunctions()
[all …]
/dports/science/shelxle/shelxle-1.0.1352/
H A Dfcvsfo.cpp5 const double g2r=180.0/M_PI; in FcVsFo() local
13 …cell.cosal = (cos(cell.be / g2r)*cos(cell.ga / g2r)-cos(cell.al / g2r))/(sin(cell.be / g2r)*sin(ce… in FcVsFo()
14 …cell.cosbe = (cos(cell.al / g2r)*cos(cell.ga / g2r)-cos(cell.be / g2r))/(sin(cell.al / g2r)*sin(ce… in FcVsFo()
15 …cell.cosga = (cos(cell.al / g2r)*cos(cell.be / g2r)-cos(cell.ga / g2r))/(sin(cell.be / g2r)*sin(ce… in FcVsFo()
16 cell.singa = sin(cell.ga / g2r); in FcVsFo()
17 cell.tanga = tan(cell.ga / g2r); in FcVsFo()
23 cell.as = cell.c * cell.b * sin(cell.al / g2r) / cell.V; in FcVsFo()
24 cell.bs = cell.c * cell.a * sin(cell.be / g2r) / cell.V; in FcVsFo()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libvorbis/lib/
H A Dlsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-sys-0.1.0/libvorbis/lib/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libvorbis/lib/
H A Dlsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libvorbis-1.3.5/lib/
H A Dlsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.7/lib/
H A Dlsp.c409 float *g2r=(float*)alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/iortcw/iortcw-1.51c/MP/code/libvorbis-1.3.6/lib/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/iortcw/iortcw-1.51c/SP/code/libvorbis-1.3.6/lib/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/www/firefox-esr/firefox-91.8.0/media/libvorbis/lib/
H A Dvorbis_lsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libvorbis/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvorbis/lib/
H A Dvorbis_lsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvorbis/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/audio/libvorbis/libvorbis-1.3.7/lib/
H A Dlsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.2/lib/
H A Dlsp.c409 float *g2r=(float*)alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dlsp.c411 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
441 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
445 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
448 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
454 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/lib/
H A Dlsp.c411 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
441 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
445 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
448 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
454 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/www/firefox/firefox-99.0/media/libvorbis/lib/
H A Dvorbis_lsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
439 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
446 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
452 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/lib/
H A Dlsp.c410 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
440 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
444 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
447 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
453 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libvorbis/
H A Dlsp.c408 float *g2r=alloca(sizeof(*g2r)*(order2+1)); in vorbis_lpc_to_lsp() local
438 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
442 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
445 qsort(g2r,g2_order,sizeof(*g2r),comp); in vorbis_lpc_to_lsp()
451 lsp[i*2+1] = acos(g2r[i]); in vorbis_lpc_to_lsp()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvorbis/lib/
H A Dvorbis_lsp.c409 float *g2r=alloca(sizeof(*g2r)*(order2+1));
439 Laguerre_With_Deflation(g2,g2_order,g2r))
443 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */
446 qsort(g2r,g2_order,sizeof(*g2r),comp);
452 lsp[i*2+1] = acos(g2r[i]);

12345678910>>...13