Home
last modified time | relevance | path

Searched refs:ffb (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/dports/science/octopus/octopus-10.5/src/grid/
H A Dboundaries_inc.F90251 ASSERT(ffb%type() == R_TYPE_VAL)
279 select case(ffb%status())
282 …call accel_set_buffer_to_zero(ffb%ff_device, ffb%type(), np, offset = ffb%pack_size(1)*(bndry_star…
294 do ist = 1, ffb%nst_linear
318 do ist = 1, ffb%nst_linear
386 ldbuffer = ffb%nst_linear
387 if(ffb%status() == BATCH_DEVICE_PACKED) ldbuffer = ffb%pack_size(1)
390 select case(ffb%status())
481 select case(ffb%status())
605 select case(ffb%status())
[all …]
H A Dderivatives_inc.F90363 type(batch_t) :: ffb, opffb
435 call ffb%do_pack()
451 call ffb%end()
492 call ffb%do_pack()
496 call ffb%copy_to(gradffb(idir))
513 call ffb%end()
573 call ffb%do_pack()
577 call ffb%copy_to(gradffb(idir))
593 call ffb%end()
815 call ffb%copy_to(gradb_(idir))
[all …]
H A Dboundaries.F90401 subroutine boundaries_set_batch(this, ffb, phase_correction) argument
403 class(batch_t), intent(inout) :: ffb local
408 if(ffb%type() == TYPE_FLOAT) then
409 call dboundaries_set_batch(this, ffb, phase_correction)
410 else if(ffb%type() == TYPE_CMPLX) then
411 call zboundaries_set_batch(this, ffb, phase_correction)
/dports/science/gramps/gramps-5.1.4/data/css/
H A Djquery.flexbox.css2 .ffb-input
13 .ffb-arrow
29 .ffb-no-results
37 .ffb {
45 .ffb .content {
54 .ffb-sel {
60 .ffb-match {
66 .ffb .paging {
70 .ffb .page, .ffb a.page {
77 .ffb .box {
[all …]
/dports/cad/alliance/alliance/src/documentation/alliance-examples/hadamard/
H A Dhadamard_2.pat2615 : 000000000000 ?3ffb ?0 ?1;
2616 : 000000000000 ?3ffb ?0 ?1;
2617 : 100000000000 ?3ffb ?0 ?1;
2618 : 000000000000 ?3ffb ?0 ?0;
2619 : 000000000000 ?3ffb ?0 ?0;
2620 : 100000000000 ?3ffb ?0 ?0;
2621 : 000000000000 ?3ffb ?0 ?0;
2622 : 000000000000 ?3ffb ?0 ?0;
2623 : 100000000000 ?3ffb ?0 ?0;
2624 : 000000000000 ?3ffb ?0 ?0;
[all …]
/dports/graphics/photopc/photopc-3.07/
H A Depinfo.c248 struct ffblk ffb; local
309 while (w=argv[optind]) for (frc=findfirst(argv[optind++],&ffb,0);
310 !frc;frc=findnext(&ffb)) {
316 strcat(fname,ffb.ff_name);
319 strcat(fname,ffb.ff_name);
322 strcat(fname,ffb.ff_name);
324 fname = ffb.ff_name;
/dports/devel/ga/ga-5.8/global/examples/boltzmann/
H A Dinitpar.F27 ffb(i) = 0.0d00
31 ffb(i) = 4.0d00*rdim/(b*c2)
35 ffb(i) = rdim/(b*c2)
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Doprm.c190 ffb[i]=fb; in remarkconv()
257 ffb[script]=0; in remarkconv()
261 ffb[script]=1; in remarkconv()
265 ffb[script]=2; in remarkconv()
269 ffb[script]=3; in remarkconv()
854 } else if (buf[j]=='R') ffb[i]=0; in prmload()
855 else if (buf[j]=='B') ffb[i]=1; in prmload()
856 else if (buf[j]=='I') ffb[i]=2; in prmload()
857 else if (buf[j]=='O') ffb[i]=3; in prmload()
1057 strcpy(s,fontchar[fff[j]+ffb[j]]); in prmload()
[all …]
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaRingMod.cpp40 ffb = 0.f; in mdaRingMod()
89 ffb = 0.95f * fParam3; in setParameter()
152 fb = ffb; in process()
194 fb = ffb; in processReplacing()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dxmesa3.c828 FixedToInt(ffb) ); \ in smooth_TRUECOLOR_z_triangle()
861 FixedToInt(ffb) ); \ in smooth_8A8B8G8R_z_triangle()
892 FixedToInt(ffb) ); \ in smooth_8R8G8B_z_triangle()
924 FixedToInt(ffb) ); \ in smooth_5R6G5B_z_triangle()
956 FixedToInt(ffb) ); \ in smooth_DITHER8_z_triangle()
1326 FixedToInt(ffb) ); \ in smooth_TRUECOLOR_triangle()
1352 FixedToInt(ffb) ); \ in smooth_8A8B8G8R_triangle()
1377 FixedToInt(ffb) ); \ in smooth_8R8G8B_triangle()
1402 FixedToInt(ffb) ); \ in smooth_5R6G5B_triangle()
1428 FixedToInt(ffb) ); \ in smooth_DITHER8_triangle()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dlistbox.cpp97 al_ffblk ffb; in ListBox_FillSaveGameList() local
104 int don = al_findfirst(searchPath, &ffb, FA_SEARCH); in ListBox_FillSaveGameList()
110 if (strstr(ffb.name,".0")==NULL) { in ListBox_FillSaveGameList()
111 don = al_findnext(&ffb); in ListBox_FillSaveGameList()
114 const char *numberExtension = strstr(ffb.name, ".0") + 1; in ListBox_FillSaveGameList()
119 filedates[numsaves]=(long int)ffb.time; in ListBox_FillSaveGameList()
121 don = al_findnext(&ffb); in ListBox_FillSaveGameList()
123 al_findclose(&ffb); in ListBox_FillSaveGameList()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gui/
H A Dguidialog.cpp286 al_ffblk ffb; in preparesavegamelist() local
294 int don = al_findfirst(searchPath, &ffb, -1); in preparesavegamelist()
303 if (strstr(ffb.name, ".0") == NULL) { in preparesavegamelist()
304 don = al_findnext(&ffb); in preparesavegamelist()
308 const char *numberExtension = strstr(ffb.name, ".0") + 1; in preparesavegamelist()
321 filedates[numsaves] = (long int)ffb.time; in preparesavegamelist()
323 don = al_findnext(&ffb); in preparesavegamelist()
326 al_findclose(&ffb); in preparesavegamelist()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfilestat.c151 FILEFINDBUF3 ffb; in apr_stat() local
154 &ffb, sizeof(ffb), &count, FIL_STANDARD); in apr_stat()
156 finfo->name = apr_pstrdup(cont, ffb.achName); in apr_stat()
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfilestat.c152 FILEFINDBUF3 ffb; in apr_stat() local
155 &ffb, sizeof(ffb), &count, FIL_STANDARD); in apr_stat()
157 finfo->name = apr_pstrdup(cont, ffb.achName); in apr_stat()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
H A Dopcodes_c3x.d26 b: 00e8fffb.*
200 8b: 03e8fffb.*
279 ba: 04e8fffb.*
325 d6: 05e0fffb.*
393 100: 50e8fffb.*
414 10d: 09e8fffb.*
1171 360: 16e8fffb.*
1263 3a0: 18e8fffb.*
1277 3aa: 19e8fffb.*
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/tic4x/
H A Dopcodes_c4x.d26 b: 00e8fffb.*
294 d5: 03e8fffb.*
306 dd: 03e8fffb.*
397 114: 04e8fffb.*
406 119: 04e9fffb.*
455 138: 05e0fffb.*
523 162: 50e8fffb.*
544 16f: 09e8fffb.*
556 177: 09e8fffb.*
1373 3fa: 16e8fffb.*
[all …]
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DDual_Flange.C177 ldl = smpsl[i] * lpan + ldl * ffb; in out()
178 rdl = smpsr[i] * rpan + rdl * ffb; in out()
207 ldl = smpsl[i] * lpan + ldl * ffb; in out()
208 rdl = smpsr[i] * rpan + rdl * ffb; in out()
292 ldl = smpsl[i] * lpan - ldl * ffb; in out()
293 rdl = smpsr[i] * rpan - rdl * ffb; in out()
440 ffb = (float) Pfb/64.5f; in changepar()

12345678910>>...37