/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libip/ |
H A D | ptclbsum.c | 12 ulong losum, hisum, mdsum, x; in ptclbsum() local 15 losum = 0; in ptclbsum() 48 losum += addr[0]; in ptclbsum() 50 losum += mdsum; in ptclbsum() 59 losum += mdsum; in ptclbsum() 62 losum += hisum >> 8; in ptclbsum() 63 losum += (hisum & 0xff) << 8; in ptclbsum() 64 while(hisum = losum>>16) in ptclbsum() 65 losum = hisum + (losum & 0xffff); in ptclbsum() 67 return losum & 0xffff; in ptclbsum()
|
/dports/science/lammps/lammps-stable_29Sep2021/src/ |
H A D | balance.cpp | 93 delete [] losum; in ~Balance() 732 losum = new double[max+1]; in shift_setup_static() 838 losum[0] = hisum[0] = 0.0; in shift() 839 losum[np] = hisum[np] = totalcost; in shift() 845 losum[i] = sum[j]; in shift() 1077 losum[i] = sum[i]; in adjust() 1087 losum[i] = losum[i-1]; in adjust() 1101 fraction = 1.0*(target[i]-losum[i]) / (hisum[i]-losum[i]); in adjust() 1347 for (i = 0; i <= np; i++) fmt::print(stderr," {}",losum[i]); in debug_shift_output()
|
H A D | balance.h | 70 double *losum, *hisum; // cumulative counts at lo/hi coords variable
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/ |
H A D | prime_nth_count.h | 22 extern int sum_primes128(UV n, UV *hisum, UV *losum);
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | improcfun.cc | 365 float sum = 0.f, hisum = 0.f, losum = 0.f; in getAutoExp() local 408 losum += histogram[i]; in getAutoExp() 427 if (losum == 0 || hisum == 0) { //probably the image is a blackframe in getAutoExp()
|
/dports/math/R-cran-lpSolve/lpSolve/src/ |
H A D | lp_presolve.c | 3392 presolve_range(lp, i, psdata->rows, &losum, &upsum); 3399 (is_constr_type(lp, i, LE) && (losum >= lorhs))) 4944 if((losum > MIN(upsum, uprhs)+epsvalue) || 4945 (upsum < MAX(losum, lorhs)-epsvalue)) { 4952 if(losum > lorhs+epsvalue) { 5009 presolve_range(lp, i, psdata->rows, &losum, &upsum); 5026 if((j == 1) && (upsum-losum >= -epsvalue)) { 5043 swapREAL(&losum, &upsum); 5044 if((Value1 < losum / my_if(my_infinite(lp, losum), my_sign(Value2), Value2) - epsvalue) || 5109 else if((losum >= lorhs-epsvalue) && [all …]
|
/dports/math/lp_solve/lp_solve_5.5/ |
H A D | lp_presolve.c | 3443 presolve_range(lp, i, psdata->rows, &losum, &upsum); 3450 (is_constr_type(lp, i, LE) && (losum >= lorhs))) 5199 if((losum > MIN(upsum, uprhs)+epsvalue) || 5200 (upsum < MAX(losum, lorhs)-epsvalue)) { 5207 if(losum > lorhs+epsvalue) { 5264 presolve_range(lp, i, psdata->rows, &losum, &upsum); 5281 if((j == 1) && (upsum-losum >= -epsvalue)) { 5298 swapREAL(&losum, &upsum); 5299 if((Value1 < losum / my_if(my_infinite(lp, losum), my_sign(Value2), Value2) - epsvalue) || 5364 else if((losum >= lorhs-epsvalue) && [all …]
|
/dports/graphics/darktable38/darktable-3.8.0/src/iop/ |
H A D | basicadj.c | 885 float sum = 0.f, hisum = 0.f, losum = 0.f; in _get_auto_exp() local 931 losum += histogram[i]; in _get_auto_exp() 951 if(losum == 0.f || hisum == 0.f) in _get_auto_exp()
|
/dports/graphics/darktable/darktable-3.6.1/src/iop/ |
H A D | basicadj.c | 885 float sum = 0.f, hisum = 0.f, losum = 0.f; in _get_auto_exp() local 931 losum += histogram[i]; in _get_auto_exp() 951 if(losum == 0.f || hisum == 0.f) in _get_auto_exp()
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/sparc/ |
H A D | predicates.md | 78 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gcc48/gcc-4.8.5/gcc/config/sparc/ |
H A D | predicates.md | 101 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/sparc/ |
H A D | predicates.md | 101 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/sparc/ |
H A D | predicates.md | 101 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gcc8/gcc-8.5.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|
/dports/lang/gcc9/gcc-9.4.0/gcc/config/sparc/ |
H A D | predicates.md | 68 ;; Return true if OP is a FP constant that needs to be loaded by the sethi/losum
|