Home
last modified time | relevance | path

Searched refs:eo2 (Results 51 – 75 of 445) sorted by relevance

12345678910>>...18

/dports/textproc/bibclean/bibclean-3.06/vms/vax/
H A Dvmstest.com119 $ diff testscr2.eo2 testscr2.er2
/dports/astro/gpsbabel14/gpsbabel-1.4.4/jeeps/
H A Dgpsproj.c2547 double eo2; in GPS_Math_PolarSt_LatLon_To_EN() local
2595 eo2 = e/(double)2.; in GPS_Math_PolarSt_LatLon_To_EN()
2601 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
2630 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
2683 double eo2; in GPS_Math_PolarSt_EN_To_LatLon() local
2732 eo2 = e/(double)2.; in GPS_Math_PolarSt_EN_To_LatLon()
2738 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
2771 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/jeeps/
H A Dgpsproj.cc2547 double eo2; in GPS_Math_PolarSt_LatLon_To_EN() local
2595 eo2 = e/(double)2.; in GPS_Math_PolarSt_LatLon_To_EN()
2601 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
2630 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
2683 double eo2; in GPS_Math_PolarSt_EN_To_LatLon() local
2732 eo2 = e/(double)2.; in GPS_Math_PolarSt_EN_To_LatLon()
2738 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
2771 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/msc7p0/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/wat10/wcc/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/wat10/wcc386/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/wat10/wpp386/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/msc5p1/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/msc6p0/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/tcc3p0/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/tpp3p0/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/textproc/bibclean/bibclean-3.06/ibmpc/dos/tcc2p0/
H A Dibmtest.bat131 echo diff testscr2.eo2 testscr2.er2
/dports/graphics/wdune/wdune-1.926/src/
H A DGpsMathLib.cpp3476 double eo2; in GPS_Math_PolarSt_LatLon_To_EN() local
3526 eo2 = e/(double)2.; in GPS_Math_PolarSt_LatLon_To_EN()
3533 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
3564 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_LatLon_To_EN()
3617 double eo2; in GPS_Math_PolarSt_EN_To_LatLon() local
3668 eo2 = e/(double)2.; in GPS_Math_PolarSt_EN_To_LatLon()
3675 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
3714 pe = pow(((double)1.-es)/((double)1.+es),eo2); in GPS_Math_PolarSt_EN_To_LatLon()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Ddct-avx2.c734 __m256i eo2 = _mm256_permute4x64_epi64(eo, _MM_SHUFFLE(1, 3, 2, 0)); in partial_butterfly_inverse_16_avx2() local
735 __m256i eo3 = _mm256_sign_epi32 (eo2, eo_signmask); in partial_butterfly_inverse_16_avx2()
/dports/lang/php73/php-7.3.33/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/www/mod_php81/php-8.1.1/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/lang/php81/php-8.1.1/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/lang/php74/php-7.4.27/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/lang/php80/php-8.0.15/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/security/php73-hash/php-7.3.33/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \
/dports/www/mod_php73/php-7.3.33/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/www/mod_php74/php-7.4.27/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1024 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1031 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/www/mod_php80/php-8.0.15/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1036 #define SwapPI13( in0,in1,in2,in3,eo0,eo1,eo2,eo3 ) \ in KeccakP1600_Permute_Nrounds() argument
1043 (in2)[eo2] = T0; (in2)[eo2^1] = T1; \ in KeccakP1600_Permute_Nrounds()
/dports/math/pari_elldata/data/elldata/
H A Dell3241eo2",[0,1,0,-409881,99131319],[[-9,10140]]],["324480ep1",[0,1,0,-1121371,353221805],[]],["324480ep…
/dports/x11-wm/e16/e16-1.0.24/src/
H A Decompmgr.c1651 EObj *eo1, *eo2; in ECompMgrDetermineOrder() local
1660 stop = ECompMgrDetermineOrder(lst, num, &eo1, &eo2, d, clip); in ECompMgrDetermineOrder()
1671 eo_prev = eo2; in ECompMgrDetermineOrder()

12345678910>>...18