Home
last modified time | relevance | path

Searched refs:fg2 (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpattern-view.c281 fg2 = 0;
305 fg2 = fg1;
314 fg2 = 0;
329 fg2 = 0;
512 fg2 = 0;
689 fg2 = 0;
835 fg2 = 0;
881 fg2 = 0;
906 fg2 = fg1;
915 fg2 = 0;
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dnewd.f9048 COMPLEX(DP), ALLOCATABLE :: qv(:), fg1(:), fg2(:) local
85 ALLOCATE( fg2( ngb ) )
118 fg2 = eigrb(1:ngb,ia+1)*qgb(1:ngb,ijv,is)
119 CALL fft_oned2box( qv, fg1, fg2 )
145 DEALLOCATE( fg2 )
172 ALLOCATE( fg2( ngb ) )
223 fg2(ig) = eigrb(ig,ia+1)*facg2
250 DEALLOCATE( fg2 )
262 ALLOCATE( fg2( ngb ) )
298 CALL fft_add_oned2box( qv, fg1, fg2 )
[all …]
H A Dnlcc.f90199 complex(dp), allocatable :: qv(:), fg1(:), fg2(:) local
221 allocate( fg2( ngb ) )
260 fg2(ig) = eigrb(ig,ia+1)*facg
262 CALL fft_oned2box( qv, fg1, fg2 )
295 deallocate( fg2 )
334 complex(dp), allocatable :: qv(:), fg1(:), fg2(:) local
354 allocate( fg2 ( ngb ) )
388 fg2 = eigrb(1:ngb,ia+1)*rhocb(1:ngb,is)
389 CALL fft_oned2box( qv, fg1, fg2 )
404 deallocate( fg2 )
H A Dchargedensity.f90539 COMPLEX(DP), ALLOCATABLE :: fg1(:), fg2(:) local
599 ALLOCATE( fg2( ngb ) )
663 DEALLOCATE( fg2 )
694 ALLOCATE( fg2( ngb ) )
742 DEALLOCATE( fg2 )
810 COMPLEX(DP), ALLOCATABLE :: fg1(:), fg2(:) local
868 ALLOCATE( fg2( ngb ) )
944 DEALLOCATE( fg2 )
995 ALLOCATE( fg2( ngb ) )
1023 CALL fft_oned2box( qv, fg1, fg2 )
[all …]
H A Dsmallbox_subs.f90308 SUBROUTINE fft_oned2box_dp( qv, fg1, fg2 ) argument
313 COMPLEX(DP), OPTIONAL, INTENT(IN) :: fg2(:) local
319 IF( PRESENT( fg2 ) ) THEN
321 qv(npb(ig)) = fg1(ig) + ci * fg2(ig)
322 qv(nmb(ig))= CONJG(fg1(ig)) + ci * CONJG(fg2(ig))
333 SUBROUTINE fft_add_oned2box_dp( qv, fg1, fg2 ) argument
338 COMPLEX(DP), OPTIONAL, INTENT(IN) :: fg2(:) local
343 IF( PRESENT( fg2 ) ) THEN
345 qv(npb(ig)) = qv(npb(ig)) + fg1(ig) + ci * fg2(ig)
346 qv(nmb(ig)) = qv(nmb(ig)) + CONJG(fg1(ig)) + ci * CONJG(fg2(ig))
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_f_generality.c104 static int fun_gen_tg_cmp_wrapper(const void *fg1, const void *fg2) in fun_gen_tg_cmp_wrapper() argument
107 const IntOrP* f2 = (const IntOrP*) fg2; in fun_gen_tg_cmp_wrapper()
128 const IntOrP* f2 = (const IntOrP*) fg2; in fun_gen_cg_cmp_wrapper()
557 int FunGenTGCmp(const FunGen_p fg1, const FunGen_p fg2) in FunGenTGCmp() argument
561 res = CMP(fg1->term_freq, fg2->term_freq); in FunGenTGCmp()
567 res = CMP(fg1->fc_freq, fg2->fc_freq); in FunGenTGCmp()
573 res = CMP(fg1->f_code, fg2->f_code); in FunGenTGCmp()
594 int FunGenCGCmp(const FunGen_p fg1, const FunGen_p fg2) in FunGenCGCmp() argument
598 res = CMP(fg1->fc_freq, fg2->fc_freq); in FunGenCGCmp()
604 res = CMP(fg1->term_freq, fg2->term_freq); in FunGenCGCmp()
[all …]
/dports/math/chryzodus/chryzodus/
H A Dcompute.cpp57 fg2 = makecol(255, 255, 0); in Cchryzode()
90 fg2 = _fg2; in set_colors()
215 … j, makecol(getr(fg2) - (int)((getr(fg2)-getr(fg1))/(col)), getg(fg2) - (int)((getg(fg2)-getg(fg1)… in render()
/dports/net/smm++/smm/sources/itcl/iwidgets/demos/
H A Dcolormanager24 .a add "fg 2" fg2 "#33aa33" 1
30 button .b2 -text "Button 2" -bg [.a color bg] -fg [.a color fg2] -command {.a activate}
32 .a addCommand fg2 {.b2 configure -fg %c}
/dports/editors/joe/joe-4.6/colors/
H A Dgruvbox.jcf35 .set fg2 250
42 -status [fg2]/[bg2] bold
72 =String [fg2]/[bg1]
136 .set fg2 $d5c4a1
143 -status [fg2]/[bg2] bold
173 =String [fg2]/[bg1]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_gleam.cxx67 static void shade_rect_top_bottom(int x, int y, int w, int h, Fl_Color fg1, Fl_Color fg2, float th)… in shade_rect_top_bottom() argument
79 gleam_color(fl_color_average(fl_color_average(fg1, fg2, th), fg1, k)); in shade_rect_top_bottom()
90 gleam_color(fl_color_average(fg1, fl_color_average(fg1, fg2, th), k)); in shade_rect_top_bottom()
110 static void frame_rect(int x, int y, int w, int h, Fl_Color fg1, Fl_Color fg2, Fl_Color lc) { in frame_rect() argument
119 gleam_color(fg2); in frame_rect()
/dports/math/R/R-4.1.2/src/library/grid/tests/
H A Dreg.R62 fg2 <- frameGrob() globalVar
63 fg2 <- packGrob(fg2, fg) globalVar
64 fg2 <- packGrob(fg2, rectGrob(), side="bottom") globalVar
65 fg2 <- packGrob(fg2, rectGrob(height=unit(1, "inches")), side="top") globalVar
67 stopifnot(convertHeight(fg2$framevp$layout$heights, "inches",
/dports/math/libRmath/R-4.1.1/src/library/grid/tests/
H A Dreg.R62 fg2 <- frameGrob() globalVar
63 fg2 <- packGrob(fg2, fg) globalVar
64 fg2 <- packGrob(fg2, rectGrob(), side="bottom") globalVar
65 fg2 <- packGrob(fg2, rectGrob(height=unit(1, "inches")), side="top") globalVar
67 stopifnot(convertHeight(fg2$framevp$layout$heights, "inches",
/dports/graphics/p5-Color-Calc/Color-Calc-1.074/eg/
H A Dstyle-sheet.pl16 my $fg2 = color_contrast(color_grey($bk2));
28 color: $fg2;
H A Dstyle-sheet.asp15 $fg2 = color_contrast(color_grey($bk2));
25 color: <%= $fg2 %>;
/dports/graphics/box/box-0.4.0/libs/g/
H A Dtools.bxh36 (Color bg, fg1, fg2) color)
44 .color.fg2 = .color.fg1 = bar_defaults.fg
48 Color@GUIReal[.color.fg1 = $, .color.fg2 = Color[$, .Darker[0.5]]]
72 $.color.fg2, color.white, $.color.fg1]
/dports/devel/R-cran-future/future/tests/
H A DFutureGlobals.R8 fg2 <- FutureGlobals(fg1) globalVar
9 print(fg2)
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Do_graph.c201 fg2.red = 65535; fg2.green = 0; fg2.blue = 0; in o_createOszi()
207 fg2.red = 0; fg2.green = 0; fg2.blue = 0; in o_createOszi()
214 XAllocColor(o_display,o_graph_col,&fg2); in o_createOszi()
217 XSetForeground (o_display, o_gc[test_gc], fg2.pixel); in o_createOszi()
229 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_createOszi()
314 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_clearProc()
641 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_ResizeOszi()
771 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_XBackProc()
865 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_XForwardProc()
954 o_ClearPixmap(o_display,o_Pixmap,o_gc[test_gc],fg2.pixel,o_screen,0,0, in o_YForwardProc()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem2.C26 F<&S::g> fg2; member
47 if (s.fg2.f(s) != &s) in main()

12345678910>>...22