Home
last modified time | relevance | path

Searched refs:pvb (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/KViewer/
H A Dkrviewer.cpp344 int tabIndex = tabBar.addTab(pvb, makeTabIcon(pvb), makeTabText(pvb)); in addTab()
417 if (pvb->part() && isPartAdded(pvb->part())) in tabCloseRequest()
427 pvb = 0; in tabCloseRequest()
474 if (pvb) in viewGeneric()
481 if (pvb) in viewText()
488 if (pvb) in viewLister()
495 if (pvb) in viewHex()
502 if (pvb) in editText()
511 if (pvb) in checkModified()
583 if (!pvb || !pvb->part() || !isPartAdded(pvb->part())) in print()
[all …]
H A Dkrviewer.h76 void tabURLChanged(PanelViewerBase * pvb, const QUrl &url);
96 void openUrlFinished(PanelViewerBase *pvb, bool success);
100 void addTab(PanelViewerBase* pvb);
102 void refreshTab(PanelViewerBase* pvb);
110 static QString makeTabText(PanelViewerBase *pvb);
111 static QString makeTabToolTip(PanelViewerBase *pvb);
112 static QIcon makeTabIcon(PanelViewerBase *pvb);
/dports/astro/libgal/libgal-0.5.0/ephemerides/
H A Dgal_epv00_test.c41 double pvh[2][3], pvb[2][3] ; in gal_epv00_test() local
49 jstat = gal_epv00 ( 2400000.5, 53411.52501161, pvh, pvb ) ; in gal_epv00_test()
56 gal_vdv ( pvb[0][0], -0.7714104440491060, 1e-12, "gal_epv00", "pvb[0][0]" ) ; in gal_epv00_test()
57 gal_vdv ( pvb[0][1], +0.5598412061824225, 1e-12, "gal_epv00", "pvb[0][1]" ) ; in gal_epv00_test()
58 gal_vdv ( pvb[0][2], +0.2425996277722475, 1e-12, "gal_epv00", "pvb[0][2]" ) ; in gal_epv00_test()
59 gal_vdv ( pvb[1][0], -0.0109187426811683, 1e-12, "gal_epv00", "pvb[1][0]" ) ; in gal_epv00_test()
60 gal_vdv ( pvb[1][1], -0.0124652546173285, 1e-12, "gal_epv00", "pvb[1][1]" ) ; in gal_epv00_test()
61 gal_vdv ( pvb[1][2], -0.0054047731809662, 1e-12, "gal_epv00", "pvb[1][2]" ) ; in gal_epv00_test()
H A Dgal_epv00.c114 double pvb[2][3] in gal_epv00()
2489 pvb[0][0] = x + am12 * y + am13 * z ; in gal_epv00()
2490 pvb[0][1] = am21 * x + am22 * y + am23 * z ; in gal_epv00()
2491 pvb[0][2] = am32 * y + am33 * z ; in gal_epv00()
2497 pvb[1][0] = x + am12 * y + am13 * z ; in gal_epv00()
2498 pvb[1][1] = am21 * x + am22 * y + am23 * z ; in gal_epv00()
2499 pvb[1][2] = am32 * y + am33 * z ; in gal_epv00()
H A Dgal_gsupv00.c90 double pvh[2][3], pvb[2][3] ; in gal_gsupv00() local
100 j = gal_epv00 ( epoch1, epoch2, pvh, pvb ) ; in gal_gsupv00()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/extsrc/pal/
H A DpalEvp.c86 double pvh[2][3], pvb[2][3], d1, d2, r[3][3]; in palEvp() local
89 eraEpv00 ( 2400000.5, date, pvh, pvb ); in palEvp()
100 eraRxpv ( r, pvb, pvb ); in palEvp()
106 dvb[i] = pvb[1][i] / PAL__SPD; in palEvp()
108 dpb[i] = pvb[0][i]; in palEvp()
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/palsrc/
H A DpalEvp.c86 double pvh[2][3], pvb[2][3], d1, d2, r[3][3]; in palEvp() local
89 eraEpv00 ( 2400000.5, date, pvh, pvb ); in palEvp()
100 eraRxpv ( r, pvb, pvb ); in palEvp()
106 dvb[i] = pvb[1][i] / PAL__SPD; in palEvp()
108 dpb[i] = pvb[0][i]; in palEvp()
H A DpalEpv.c84 double pvb[2][3]; in palEpv() local
86 eraEpv00( PAL__MJD0, date, pvh, pvb ); in palEpv()
92 pb[i] = pvb[0][i]; in palEpv()
93 vb[i] = pvb[1][i]; in palEpv()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/extsrc/erfa/
H A Depv00.c4 double pvh[2][3], double pvb[2][3]) in eraEpv00()
2522 pvb[0][0] = x + am12*y + am13*z; in eraEpv00()
2523 pvb[0][1] = am21*x + am22*y + am23*z; in eraEpv00()
2524 pvb[0][2] = am32*y + am33*z; in eraEpv00()
2529 pvb[1][0] = x + am12*y + am13*z; in eraEpv00()
2530 pvb[1][1] = am21*x + am22*y + am23*z; in eraEpv00()
2531 pvb[1][2] = am32*y + am33*z; in eraEpv00()
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/erfasrc/src/
H A Depv00.c4 double pvh[2][3], double pvb[2][3]) in eraEpv00()
2522 pvb[0][0] = x + am12*y + am13*z; in eraEpv00()
2523 pvb[0][1] = am21*x + am22*y + am23*z; in eraEpv00()
2524 pvb[0][2] = am32*y + am33*z; in eraEpv00()
2529 pvb[1][0] = x + am12*y + am13*z; in eraEpv00()
2530 pvb[1][1] = am21*x + am22*y + am23*z; in eraEpv00()
2531 pvb[1][2] = am32*y + am33*z; in eraEpv00()
/dports/astro/sofa/sofa/20210512/c/src/
H A Depv00.c5 double pvh[2][3], double pvb[2][3]) in iauEpv00()
2531 pvb[0][0] = x + am12*y + am13*z; in iauEpv00()
2532 pvb[0][1] = am21*x + am22*y + am23*z; in iauEpv00()
2533 pvb[0][2] = am32*y + am33*z; in iauEpv00()
2538 pvb[1][0] = x + am12*y + am13*z; in iauEpv00()
2539 pvb[1][1] = am21*x + am22*y + am23*z; in iauEpv00()
2540 pvb[1][2] = am32*y + am33*z; in iauEpv00()
/dports/astro/py-pyerfa/pyerfa-2.0.0/liberfa/erfa/src/
H A Depv00.c5 double pvh[2][3], double pvb[2][3]) in eraEpv00()
2525 pvb[0][0] = x + am12*y + am13*z; in eraEpv00()
2526 pvb[0][1] = am21*x + am22*y + am23*z; in eraEpv00()
2527 pvb[0][2] = am32*y + am33*z; in eraEpv00()
2532 pvb[1][0] = x + am12*y + am13*z; in eraEpv00()
2533 pvb[1][1] = am21*x + am22*y + am23*z; in eraEpv00()
2534 pvb[1][2] = am32*y + am33*z; in eraEpv00()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/
H A Dstrlen-6.c90 char (*pvb)[3] = &vb[0]; variable
98 A (i0 ? *pva : *pvb, 5); /* GCC 8.2 failure */ in test_binary_cond_expr_arrayptr()
99 A (i0 ? *pvb : *pva, 3); in test_binary_cond_expr_arrayptr()
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_most_or_least_frequent.c40 static int descending_vcmp(const void* pva, const void* pvb);
41 static int ascending_vcmp(const void* pva, const void* pvb);
228 static int descending_vcmp(const void* pva, const void* pvb) { in descending_vcmp() argument
230 const sort_pair_t* pb = pvb; in descending_vcmp()
233 static int ascending_vcmp(const void* pva, const void* pvb) { in ascending_vcmp() argument
235 const sort_pair_t* pb = pvb; in ascending_vcmp()
/dports/audio/aubio/aubio-0.4.9/python/demos/
H A Ddemo_tss.py20 pvb = pvoc(win_s, hop_s) # another phase vocoder variable
34 steadstate = pvb.rdo(stead_spec) # overlap-add synthesis of steady states
/dports/audio/py-aubio/aubio-0.4.9/python/demos/
H A Ddemo_tss.py20 pvb = pvoc(win_s, hop_s) # another phase vocoder variable
34 steadstate = pvb.rdo(stead_spec) # overlap-add synthesis of steady states

12345678910