Home
last modified time | relevance | path

Searched refs:bfx (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dlong_and_winding.cc123 vector_type bfx(2*r+1); in unperturbed_inequalities_and_interior_point() local
124 bfx[0] = 1; in unperturbed_inequalities_and_interior_point()
125 bfx[1] = Rational(1,2)*t*t; bfx[2] = Rational(1,3)*t; in unperturbed_inequalities_and_interior_point()
141 bfx[2*j+1] = puiseux_field(up_bfx_coeff); in unperturbed_inequalities_and_interior_point()
143 bfx[2*j+2] = puiseux_field(up_bfx_coeff); in unperturbed_inequalities_and_interior_point()
149 return { I, bfx }; in unperturbed_inequalities_and_interior_point()
161 vector_type bfx(I_bfx.second); in long_and_winding() local
162 BigObject p = construct_polytope(I,bfx,options); in long_and_winding()
175 vector_type bfx(I_bfx.second); in perturbed_long_and_winding() local
180 BigObject p = construct_polytope(I,bfx,options); in perturbed_long_and_winding()
/dports/astro/py-ro/RO-3.6.9/python/RO/Astro/
H A DImageWindow.py170 for bfx in range(1, 4):
171 binFac = (bfx, bfx)
172 for begInd in range(1, bfx + 1):
173 for endInd in range(begInd, bfx + 1):
180 if newUnbWin != (1, 1, bfx, bfx):
182 (newUnbWin, bfx, bfx, binWin, binFac))
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dbfx.c33 BFX *bfx; in bfx_create_binv() local
34 bfx = xmalloc(sizeof(BFX)); in bfx_create_binv()
35 bfx->valid = 0; in bfx_create_binv()
36 bfx->lux = NULL; in bfx_create_binv()
37 return bfx; in bfx_create_binv()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpbfx.c38 BFX *bfx; in bfx_create_binv() local
39 bfx = xmalloc(sizeof(BFX)); in bfx_create_binv()
40 bfx->valid = 0; in bfx_create_binv()
41 bfx->lux = NULL; in bfx_create_binv()
42 return bfx; in bfx_create_binv()
/dports/math/glpk/glpk-5.0/src/draft/
H A Dbfx.c33 BFX *bfx; in bfx_create_binv() local
34 bfx = xmalloc(sizeof(BFX)); in bfx_create_binv()
35 bfx->valid = 0; in bfx_create_binv()
36 bfx->lux = NULL; in bfx_create_binv()
37 return bfx; in bfx_create_binv()
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/sound/
H A Dbit.h125 extern void bit_fx(void *bfx);
126 extern void bit_fx_fastcall(void *bfx) __z88dk_fastcall;
130 extern void bit_beepfx(void *bfx);
131 extern void bit_beepfx_fastcall(void *bfx) __z88dk_fastcall;
163 extern void bit_fx_di(void *bfx);
164 extern void bit_fx_di_fastcall(void *bfx) __z88dk_fastcall;
168 extern void bit_beepfx_di(void *bfx);
169 extern void bit_beepfx_di_fastcall(void *bfx) __z88dk_fastcall;
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-bf-exchange-bad.s6 bfx 0, r3
7 bfx -2, r3
11 bfx 2, PC
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-bf-exchange-bad.s6 bfx 0, r3
7 bfx -2, r3
11 bfx 2, PC
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8_1-m-bf-exchange-bad.s6 bfx 0, r3
7 bfx -2, r3
11 bfx 2, PC
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dstats.c515 char bfx[32]; in two_column_output() local
546 … fprintf( print_out, " Mean: %s %s %s\n", fmt(bfx, x.mean), blank, fmt(bfy, y.mean) ); in two_column_output()
547 …fprintf( print_out, " Std Dev: %s %s %s\n", fmt(bfx, x.stddev), blank, fmt(bfy, y.stddev ) … in two_column_output()
548 fprintf( print_out, " Sample StdDev: %s %s %s\n", fmt(bfx, x.ssd), blank, fmt(bfy, y.ssd ) ); in two_column_output()
551 fprintf( print_out, " Avg Dev: %s %s %s\n", fmt(bfx, x.adev), blank, fmt(bfy, y.adev ) ); in two_column_output()
552 fprintf( print_out, " Sum: %s %s %s\n", fmt(bfx, x.sum), blank, fmt(bfy, y.sum) ); in two_column_output()
563 fprintf( print_out, " Minimum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.min.val), in two_column_output()
565 fprintf( print_out, " Maximum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.max.val), in two_column_output()
569 fmt(bfx, x.lower_quartile), blank, fmt(bfy, y.lower_quartile) ); in two_column_output()
571 fmt(bfx, x.median), blank, fmt(bfy, y.median) ); in two_column_output()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dstats.c515 char bfx[32]; in two_column_output() local
546 … fprintf( print_out, " Mean: %s %s %s\n", fmt(bfx, x.mean), blank, fmt(bfy, y.mean) ); in two_column_output()
547 …fprintf( print_out, " Std Dev: %s %s %s\n", fmt(bfx, x.stddev), blank, fmt(bfy, y.stddev ) … in two_column_output()
548 fprintf( print_out, " Sample StdDev: %s %s %s\n", fmt(bfx, x.ssd), blank, fmt(bfy, y.ssd ) ); in two_column_output()
551 fprintf( print_out, " Avg Dev: %s %s %s\n", fmt(bfx, x.adev), blank, fmt(bfy, y.adev ) ); in two_column_output()
552 fprintf( print_out, " Sum: %s %s %s\n", fmt(bfx, x.sum), blank, fmt(bfy, y.sum) ); in two_column_output()
563 fprintf( print_out, " Minimum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.min.val), in two_column_output()
565 fprintf( print_out, " Maximum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.max.val), in two_column_output()
569 fmt(bfx, x.lower_quartile), blank, fmt(bfy, y.lower_quartile) ); in two_column_output()
571 fmt(bfx, x.median), blank, fmt(bfy, y.median) ); in two_column_output()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dstats.c519 char bfx[32]; in two_column_output() local
550 … fprintf( print_out, " Mean: %s %s %s\n", fmt(bfx, x.mean), blank, fmt(bfy, y.mean) ); in two_column_output()
551 …fprintf( print_out, " Std Dev: %s %s %s\n", fmt(bfx, x.stddev), blank, fmt(bfy, y.stddev ) … in two_column_output()
552 fprintf( print_out, " Sample StdDev: %s %s %s\n", fmt(bfx, x.ssd), blank, fmt(bfy, y.ssd ) ); in two_column_output()
555 fprintf( print_out, " Avg Dev: %s %s %s\n", fmt(bfx, x.adev), blank, fmt(bfy, y.adev ) ); in two_column_output()
556 fprintf( print_out, " Sum: %s %s %s\n", fmt(bfx, x.sum), blank, fmt(bfy, y.sum) ); in two_column_output()
567 fprintf( print_out, " Minimum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.min.val), in two_column_output()
569 fprintf( print_out, " Maximum: %s [%*ld] %s [%*ld]\n", fmt(bfx, x.max.val), in two_column_output()
573 fmt(bfx, x.lower_quartile), blank, fmt(bfy, y.lower_quartile) ); in two_column_output()
575 fmt(bfx, x.median), blank, fmt(bfy, y.median) ); in two_column_output()
[all …]
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/sound/
H A Dbit.h122 extern void bit_fx(void *bfx);
125 extern void bit_beepfx(void *bfx);
147 extern void bit_fx_di(void *bfx);
150 extern void bit_beepfx_di(void *bfx);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/sound/
H A Dbit.h114 __DPROTO(,,void,,bit_fx,void *bfx)
115 __DPROTO(,,void,,bit_beepfx,void *bfx)
123 __DPROTO(,,void,,bit_fx_di,void *bfx)
124 __DPROTO(,,void,,bit_beepfx_di,void *bfx)
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DFileMagic.pm662 my $bfx = Unicode::String::utf16($in); #Object is utf16
663 $bfx->byteswap if $bfx->ord == 0xFFFE;
664 $in = $bfx->utf8; #Return utf8 version
686 my $bfx = Unicode::String::utf8($in)->utf8;
688 if($bfx ne $in) {
694 $in = $bfx;
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/sound/
H A Dbit.h126 extern void __LIB__ bit_fx(void *bfx) __smallc __z88dk_fastcall;
129 extern void __LIB__ bit_beepfx(void *bfx) __smallc __z88dk_fastcall;
157 extern void __LIB__ bit_fx_di(void *bfx) __smallc __z88dk_fastcall;
160 extern void __LIB__ bit_beepfx_di(void *bfx) __smallc __z88dk_fastcall;
/dports/devel/liboil/liboil-0.3.17/examples/audioresample/
H A Dfunctable.c153 double afx, dafx, bfx, dbfx; in functable_calculate_multiply() local
163 func (&bfx, &dbfx, x, param1, param2); in functable_calculate_multiply()
164 fx[i] = afx * bfx; in functable_calculate_multiply()
165 dfx[i] = afx * dbfx + dafx * bfx; in functable_calculate_multiply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
612 bfx.a = bfx.a - ldv; in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Datomic_update_codegen.cpp37 } bfx; variable
613 bfx.a = bfx.a - ldv; in main()

12345678910>>...26