Home
last modified time | relevance | path

Searched refs:PI (Results 251 – 275 of 20423) sorted by relevance

1...<<11121314151617181920>>...817

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/
H A DPassAnalysisSupport.h165 Pass *findImplPass(AnalysisID PI) { in findImplPass() argument
168 if (AnalysisImpl.first == PI) { in findImplPass()
179 void addAnalysisImplsPair(AnalysisID PI, Pass *P) { in addAnalysisImplsPair() argument
180 if (findImplPass(PI) == P) in addAnalysisImplsPair()
182 std::pair<AnalysisID, Pass*> pir = std::make_pair(PI,P); in addAnalysisImplsPair()
214 const void *PI = &AnalysisType::ID; in getAnalysisIfAvailable() local
216 Pass *ResultPass = Resolver->getAnalysisIfAvailable(PI); in getAnalysisIfAvailable()
236 AnalysisType &Pass::getAnalysisID(AnalysisID PI) const { in getAnalysisID() argument
237 assert(PI && "getAnalysis for unregistered pass!"); in getAnalysisID()
242 Pass *ResultPass = Resolver->findImplPass(PI); in getAnalysisID()
[all …]
/dports/lang/nim/nim-1.6.2/tests/float/
H A Dtfloatmod.nim46 (-PI, -Inf, -PI),
47 (-PI, 0.0, Nan),
48 (-PI, Inf, -PI),
49 (-PI, Nan, Nan),
58 (PI, -Inf, PI),
59 (PI, 0.0, Nan),
60 (PI, Inf, PI),
61 (PI, Nan, Nan),
63 (Inf, -PI, Nan),
65 (Inf, PI, Nan),
[all …]
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dburst8 use constant PI => 3.1415926;
13 return $ang - int($ang/(2*PI))*2*PI + 2*PI if $ang < 0;
14 return $ang - int($ang/(2*PI))*2*PI;
54 $angle += $start_angle*PI/180;
87 if ((find_in_2pi($angle) < PI/2) ||
88 (find_in_2pi($angle) > 3*PI/2))
93 if (find_in_2pi($angle) > PI)
130 $angle += $start_angle*PI/180;
158 if ((find_in_2pi($angle) <= PI/2) ||
159 (find_in_2pi($angle) > 3*PI/2))
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/
H A DParticle.cpp13 const float cosPI3 = cosf(osg::PI / 3.0f);
14 const float sinPI3 = sinf(osg::PI / 3.0f);
121 if (_angle.x() > osg::PI*2) _angle.x() -= osg::PI*2; in update()
122 if (_angle.x() < -osg::PI*2) _angle.x() += osg::PI*2; in update()
123 if (_angle.y() > osg::PI*2) _angle.y() -= osg::PI*2; in update()
124 if (_angle.y() < -osg::PI*2) _angle.y() += osg::PI*2; in update()
125 if (_angle.z() > osg::PI*2) _angle.z() -= osg::PI*2; in update()
126 if (_angle.z() < -osg::PI*2) _angle.z() += osg::PI*2; in update()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Ddirichlet.spad42 PI ==> PositiveInteger
43 FUN ==> PI -> Coef
65 additive? : (%, PI) -> Boolean
76 elt(a : %, n : PI) : Coef ==
110 ((n : PI) : Coef +-> -f(n))::%
121 conv := (n : PI) : Coef +-> _
123 [f(d::PI) * g((n quo d)::PI) for d in divisors(n::Integer)], 0)
129 qrecip : (%, Coef, PI) -> Coef
133 -f1inv * reduce(_+, [f(d::PI) * qrecip(f, f1inv, (n quo d)::PI) _
147 rl := [a.(((f.factor)::PI)^((f.exponent)::PI)) for f in fl]
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Ddisc_wav.c20 #define PI 3.14159 macro
103 start=(node->input4/360.0)*(2.0*PI); in dss_sinewave_reset()
105 context->phase=fmod(start,2.0*PI); in dss_sinewave_reset()
195 context->phase=fmod(start,2.0*PI); in dss_squarewave_reset()
253 newphase=fmod(newphase,2.0*PI); in dss_trianglewave_step()
258 node->output=newphase < PI ? (node->input2 * (newphase / (PI/2.0) - 1.0))/2.0 : in dss_trianglewave_step()
281 context->phase=fmod(start,2.0*PI); in dss_trianglewave_reset()
338 newphase=fmod(newphase,2.0*PI); in dss_sawtoothwave_step()
365 context->phase=fmod(start,2.0*PI); in dss_sawtoothwave_reset()
426 if(newphase>(2.0*PI)) in dss_noise_step()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/
H A DADM_x264Setup.cpp465 PI(cpu); in dumpx264Setup()
466 PI(i_threads); in dumpx264Setup()
471 PI(i_width); in dumpx264Setup()
472 PI(i_height); in dumpx264Setup()
473 PI(i_width); in dumpx264Setup()
502 PI(i_bframe); in dumpx264Setup()
511 PI(b_cabac); in dumpx264Setup()
515 PI(b_tff); in dumpx264Setup()
550 PI(b_aud); in dumpx264Setup()
552 PI(b_annexb); in dumpx264Setup()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/
H A DADM_x264Setup.cpp465 PI(cpu); in dumpx264Setup()
466 PI(i_threads); in dumpx264Setup()
471 PI(i_width); in dumpx264Setup()
472 PI(i_height); in dumpx264Setup()
473 PI(i_width); in dumpx264Setup()
502 PI(i_bframe); in dumpx264Setup()
511 PI(b_cabac); in dumpx264Setup()
515 PI(b_tff); in dumpx264Setup()
550 PI(b_aud); in dumpx264Setup()
552 PI(b_annexb); in dumpx264Setup()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/
H A DADM_x264Setup.cpp465 PI(cpu); in dumpx264Setup()
466 PI(i_threads); in dumpx264Setup()
471 PI(i_width); in dumpx264Setup()
472 PI(i_height); in dumpx264Setup()
473 PI(i_width); in dumpx264Setup()
502 PI(i_bframe); in dumpx264Setup()
511 PI(b_cabac); in dumpx264Setup()
515 PI(b_tff); in dumpx264Setup()
550 PI(b_aud); in dumpx264Setup()
552 PI(b_annexb); in dumpx264Setup()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoEncoder/x264/
H A DADM_x264Setup.cpp465 PI(cpu); in dumpx264Setup()
466 PI(i_threads); in dumpx264Setup()
471 PI(i_width); in dumpx264Setup()
472 PI(i_height); in dumpx264Setup()
473 PI(i_width); in dumpx264Setup()
502 PI(i_bframe); in dumpx264Setup()
511 PI(b_cabac); in dumpx264Setup()
515 PI(b_tff); in dumpx264Setup()
550 PI(b_aud); in dumpx264Setup()
552 PI(b_annexb); in dumpx264Setup()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c8/
H A Dc87b24b.ada38 PI : PIECE (1 .. 8) := (3, 1, 4, 1, 5, 9, 2, 6); variable
83 S1 := PI ("+" (3) .. "-" (5));
84 S1 := PI (F2 (2) .. "+" (4));
85 S1 := PI ("-" (6) .. F1 (8));
86 S1 := PI (F2 (1) .. F2 (3));
87 S2 := PI (F2 (4) .. F1 (8));
88 S2 := PI (2 .. "+" (6));
89 S2 := PI (F1 (1) .. 5);
90 S2 := PI ("+" (3) .. "+" (7));

1...<<11121314151617181920>>...817