Home
last modified time | relevance | path

Searched refs:wrel (Results 1 – 25 of 70) sorted by relevance

123

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcarengine.cpp79 float wrel = (wengine-m_w_Mmax)/m_w_Mmax; in getEngineM() local
80 Mengine = m_Mmax - (m_Mmax - m_M0) * wrel*wrel; in getEngineM()
85 float wrel = (wengine-m_w_Mmax)/dw; in getEngineM() local
89 Mengine = m_Mmax + A *wrel*wrel - B*wrel*wrel*wrel; in getEngineM()
93 float wrel = (wengine - m_w_Pmax) / (m_w_Zero - m_w_Pmax); in getEngineM() local
94 Mengine = (m_Pmax / m_w_Pmax) * (1.0 - wrel*wrel); in getEngineM()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DDEXMP_ANOVA.DP21 let wrel = 1
22 if writerel exists; let wrel = writerel; end if
45 if wrel = 1
119 if wrel = 1
143 if wrel <> 1
170 if wrel = 1
177 if wrel <> 1
H A DDEXMP_LEVENE_TEST.DP14 let wrel = 1
15 if writerel exists; let wrel = writerel; end if
42 if wrel = 1
118 if wrel = 1
142 if wrel <> 1
165 if wrel = 1
172 if wrel <> 1
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/
H A Dsymm.py32 wrel=EquivalenceRelation() variable
34 wrel[i]=-i
37 wrel.isCanonical,value_range)))
38 wtrans=dict((weight,weights_canonical_to_index[wrel.canonical(weight)]) for weight in \
/dports/graphics/cfdg/cfdg-3.3_1/src-win/
H A DWin32System.cpp103 wchar_t wbase[32768], wrel[32768]; in relativeFilePath() local
106 !::MultiByteToWideChar(CP_UTF8, 0, rel.c_str(), -1, wrel, 32768)) in relativeFilePath()
115 wcscat_s(wbase, 32768, wrel); in relativeFilePath()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dmpqs_doit.c683 int shift = wrel; /* shift for the relations */ in gauss()
893 unsigned long p, k, Nbits, M, i, wrel, L = 0, *P, *Q; in mpqs_doit() local
982 wrel = ncol + 1 + WANT_EXCESS; /* +1 is for -1 */ in mpqs_doit()
983 Mat = (mpz_t*) malloc (wrel * sizeof (mpz_t)); in mpqs_doit()
984 for (i = 0; i < wrel; i++) in mpqs_doit()
986 X = (mpz_t*) malloc (wrel * sizeof (mpz_t)); in mpqs_doit()
987 Y = (mpz_t*) malloc (wrel * sizeof (mpz_t)); in mpqs_doit()
988 for (i = 0; i < wrel; i++) in mpqs_doit()
1303 gauss (f, Mat, nrel, wrel, ncol + 1, X, Y, N0, verbose); in mpqs_doit()
1310 for (i = 0; i < wrel; i++) in mpqs_doit()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-i386.c2072 if (wrel != rel) in elf_i386_relocate_section()
2073 *wrel = *rel; in elf_i386_relocate_section()
2195 wrel->r_info = 0; in elf_i386_relocate_section()
2203 wrel--; in elf_i386_relocate_section()
2210 if (wrel != rel) in elf_i386_relocate_section()
2211 *wrel = *rel; in elf_i386_relocate_section()
2866 wrel++; in elf_i386_relocate_section()
3218 wrel++; in elf_i386_relocate_section()
3332 wrel++; in elf_i386_relocate_section()
3474 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf64-x86-64.c2484 if (wrel != rel) in elf_x86_64_relocate_section()
2485 *wrel = *rel; in elf_x86_64_relocate_section()
2545 wrel->r_info = 0; in elf_x86_64_relocate_section()
2553 wrel--; in elf_x86_64_relocate_section()
2560 if (wrel != rel) in elf_x86_64_relocate_section()
2561 *wrel = *rel; in elf_x86_64_relocate_section()
3474 wrel++; in elf_x86_64_relocate_section()
3837 wrel++; in elf_x86_64_relocate_section()
4003 wrel++; in elf_x86_64_relocate_section()
4148 *wrel = *rel; in elf_x86_64_relocate_section()
[all …]
H A Delf32-ppc.c7001 rel = wrel = relocs; in ppc_elf_relocate_section()
7063 wrel->r_info = 0; in ppc_elf_relocate_section()
7064 wrel->r_addend = 0; in ppc_elf_relocate_section()
7072 wrel--; in ppc_elf_relocate_section()
7472 wrel++, rel++; in ppc_elf_relocate_section()
8276 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8277 wrel++, rel++; in ppc_elf_relocate_section()
9031 *wrel = *rel; in ppc_elf_relocate_section()
9034 if (wrel != rel) in ppc_elf_relocate_section()
9048 wrel++; in ppc_elf_relocate_section()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-i386.c2072 if (wrel != rel) in elf_i386_relocate_section()
2073 *wrel = *rel; in elf_i386_relocate_section()
2195 wrel->r_info = 0; in elf_i386_relocate_section()
2203 wrel--; in elf_i386_relocate_section()
2210 if (wrel != rel) in elf_i386_relocate_section()
2211 *wrel = *rel; in elf_i386_relocate_section()
2866 wrel++; in elf_i386_relocate_section()
3218 wrel++; in elf_i386_relocate_section()
3332 wrel++; in elf_i386_relocate_section()
3474 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf64-x86-64.c2484 if (wrel != rel) in elf_x86_64_relocate_section()
2485 *wrel = *rel; in elf_x86_64_relocate_section()
2545 wrel->r_info = 0; in elf_x86_64_relocate_section()
2553 wrel--; in elf_x86_64_relocate_section()
2560 if (wrel != rel) in elf_x86_64_relocate_section()
2561 *wrel = *rel; in elf_x86_64_relocate_section()
3474 wrel++; in elf_x86_64_relocate_section()
3837 wrel++; in elf_x86_64_relocate_section()
4003 wrel++; in elf_x86_64_relocate_section()
4148 *wrel = *rel; in elf_x86_64_relocate_section()
[all …]
H A Delf32-ppc.c7001 rel = wrel = relocs; in ppc_elf_relocate_section()
7063 wrel->r_info = 0; in ppc_elf_relocate_section()
7064 wrel->r_addend = 0; in ppc_elf_relocate_section()
7072 wrel--; in ppc_elf_relocate_section()
7472 wrel++, rel++; in ppc_elf_relocate_section()
8276 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8277 wrel++, rel++; in ppc_elf_relocate_section()
9031 *wrel = *rel; in ppc_elf_relocate_section()
9034 if (wrel != rel) in ppc_elf_relocate_section()
9048 wrel++; in ppc_elf_relocate_section()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-i386.c2072 if (wrel != rel) in elf_i386_relocate_section()
2073 *wrel = *rel; in elf_i386_relocate_section()
2195 wrel->r_info = 0; in elf_i386_relocate_section()
2203 wrel--; in elf_i386_relocate_section()
2210 if (wrel != rel) in elf_i386_relocate_section()
2211 *wrel = *rel; in elf_i386_relocate_section()
2866 wrel++; in elf_i386_relocate_section()
3218 wrel++; in elf_i386_relocate_section()
3332 wrel++; in elf_i386_relocate_section()
3474 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf64-x86-64.c2484 if (wrel != rel) in elf_x86_64_relocate_section()
2485 *wrel = *rel; in elf_x86_64_relocate_section()
2545 wrel->r_info = 0; in elf_x86_64_relocate_section()
2553 wrel--; in elf_x86_64_relocate_section()
2560 if (wrel != rel) in elf_x86_64_relocate_section()
2561 *wrel = *rel; in elf_x86_64_relocate_section()
3474 wrel++; in elf_x86_64_relocate_section()
3837 wrel++; in elf_x86_64_relocate_section()
4003 wrel++; in elf_x86_64_relocate_section()
4148 *wrel = *rel; in elf_x86_64_relocate_section()
[all …]
H A Delf32-ppc.c7001 rel = wrel = relocs; in ppc_elf_relocate_section()
7063 wrel->r_info = 0; in ppc_elf_relocate_section()
7064 wrel->r_addend = 0; in ppc_elf_relocate_section()
7072 wrel--; in ppc_elf_relocate_section()
7472 wrel++, rel++; in ppc_elf_relocate_section()
8276 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8277 wrel++, rel++; in ppc_elf_relocate_section()
9031 *wrel = *rel; in ppc_elf_relocate_section()
9034 if (wrel != rel) in ppc_elf_relocate_section()
9048 wrel++; in ppc_elf_relocate_section()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-i386.c2072 if (wrel != rel) in elf_i386_relocate_section()
2073 *wrel = *rel; in elf_i386_relocate_section()
2195 wrel->r_info = 0; in elf_i386_relocate_section()
2203 wrel--; in elf_i386_relocate_section()
2210 if (wrel != rel) in elf_i386_relocate_section()
2211 *wrel = *rel; in elf_i386_relocate_section()
2866 wrel++; in elf_i386_relocate_section()
3218 wrel++; in elf_i386_relocate_section()
3332 wrel++; in elf_i386_relocate_section()
3474 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf64-x86-64.c2484 if (wrel != rel) in elf_x86_64_relocate_section()
2485 *wrel = *rel; in elf_x86_64_relocate_section()
2545 wrel->r_info = 0; in elf_x86_64_relocate_section()
2553 wrel--; in elf_x86_64_relocate_section()
2560 if (wrel != rel) in elf_x86_64_relocate_section()
2561 *wrel = *rel; in elf_x86_64_relocate_section()
3471 wrel++; in elf_x86_64_relocate_section()
3834 wrel++; in elf_x86_64_relocate_section()
4000 wrel++; in elf_x86_64_relocate_section()
4145 *wrel = *rel; in elf_x86_64_relocate_section()
[all …]
H A Delf32-ppc.c7001 rel = wrel = relocs; in ppc_elf_relocate_section()
7063 wrel->r_info = 0; in ppc_elf_relocate_section()
7064 wrel->r_addend = 0; in ppc_elf_relocate_section()
7072 wrel--; in ppc_elf_relocate_section()
7472 wrel++, rel++; in ppc_elf_relocate_section()
8276 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8277 wrel++, rel++; in ppc_elf_relocate_section()
9031 *wrel = *rel; in ppc_elf_relocate_section()
9034 if (wrel != rel) in ppc_elf_relocate_section()
9048 wrel++; in ppc_elf_relocate_section()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-i386.c2043 if (wrel != rel) in elf_i386_relocate_section()
2044 *wrel = *rel; in elf_i386_relocate_section()
2171 wrel->r_info = 0; in elf_i386_relocate_section()
2179 wrel--; in elf_i386_relocate_section()
2186 if (wrel != rel) in elf_i386_relocate_section()
2187 *wrel = *rel; in elf_i386_relocate_section()
2873 wrel++; in elf_i386_relocate_section()
3225 wrel++; in elf_i386_relocate_section()
3339 wrel++; in elf_i386_relocate_section()
3481 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf64-x86-64.c2391 if (wrel != rel) in elf_x86_64_relocate_section()
2392 *wrel = *rel; in elf_x86_64_relocate_section()
2453 wrel->r_info = 0; in elf_x86_64_relocate_section()
2461 wrel--; in elf_x86_64_relocate_section()
2468 if (wrel != rel) in elf_x86_64_relocate_section()
2469 *wrel = *rel; in elf_x86_64_relocate_section()
3301 wrel++; in elf_x86_64_relocate_section()
3598 wrel++; in elf_x86_64_relocate_section()
3708 wrel++; in elf_x86_64_relocate_section()
3847 *wrel = *rel; in elf_x86_64_relocate_section()
[all …]
/dports/math/curv/curv-0.5/ideas/lib/noise/
H A DSS.curv111 local wrel = srel + sum(srel) * TO_WORLD_CONSTANT_2D;
115 local dpos = wrel + LATTICE_LOOKUP_2D[i,1];
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-i386.c3745 if (wrel != rel) in elf_i386_relocate_section()
3746 *wrel = *rel; in elf_i386_relocate_section()
3878 wrel->r_info = 0; in elf_i386_relocate_section()
3886 wrel--; in elf_i386_relocate_section()
3893 if (wrel != rel) in elf_i386_relocate_section()
3894 *wrel = *rel; in elf_i386_relocate_section()
4573 wrel++; in elf_i386_relocate_section()
4925 wrel++; in elf_i386_relocate_section()
5039 wrel++; in elf_i386_relocate_section()
5179 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf32-ppc.c7794 rel = wrel = relocs; in ppc_elf_relocate_section()
7856 wrel->r_info = 0; in ppc_elf_relocate_section()
7857 wrel->r_addend = 0; in ppc_elf_relocate_section()
7865 wrel--; in ppc_elf_relocate_section()
8224 wrel++, rel++; in ppc_elf_relocate_section()
8989 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8990 wrel++, rel++; in ppc_elf_relocate_section()
9603 *wrel = *rel; in ppc_elf_relocate_section()
9606 if (wrel != rel) in ppc_elf_relocate_section()
9620 wrel++; in ppc_elf_relocate_section()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-i386.c3745 if (wrel != rel) in elf_i386_relocate_section()
3746 *wrel = *rel; in elf_i386_relocate_section()
3878 wrel->r_info = 0; in elf_i386_relocate_section()
3886 wrel--; in elf_i386_relocate_section()
3893 if (wrel != rel) in elf_i386_relocate_section()
3894 *wrel = *rel; in elf_i386_relocate_section()
4573 wrel++; in elf_i386_relocate_section()
4925 wrel++; in elf_i386_relocate_section()
5039 wrel++; in elf_i386_relocate_section()
5179 *wrel = *rel; in elf_i386_relocate_section()
[all …]
H A Delf32-ppc.c7794 rel = wrel = relocs; in ppc_elf_relocate_section()
7856 wrel->r_info = 0; in ppc_elf_relocate_section()
7857 wrel->r_addend = 0; in ppc_elf_relocate_section()
7865 wrel--; in ppc_elf_relocate_section()
8224 wrel++, rel++; in ppc_elf_relocate_section()
8989 memmove (wrel + 1, wrel, (relend - wrel - 1) * sizeof (*wrel)); in ppc_elf_relocate_section()
8990 wrel++, rel++; in ppc_elf_relocate_section()
9603 *wrel = *rel; in ppc_elf_relocate_section()
9606 if (wrel != rel) in ppc_elf_relocate_section()
9620 wrel++; in ppc_elf_relocate_section()
[all …]

123