Searched refs:x2 (Results 51 - 75 of 904) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/struct/
H A Ddiff2.tcl30 ::struct::list assign [::struct::list longestCommonSubsequence $lines1 $lines2] x1 x2
33 foreach chunk [::struct::list lcsInvert2 $x1 $x2 [llength $lines1] [llength $lines2]] {
/macosx-10.10/webdavfs-367/mount.tproj/
H A DLogMessage.h43 kError = 0x2,
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkern_overrides.h42 #define SYS_OVERRIDE_CPU_THROTTLE 0x2
H A Daio.h126 #define AIO_CANCELED 0x2
141 #define LIO_WRITE 0x2 /* option requesting a write */
160 #define LIO_WAIT 0x2
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dmathimpl.h69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
70 const static long cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)};
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ;
/macosx-10.10/ruby-106/ruby/missing/
H A Dacosh.c59 double x2 = z * z; local
60 z *= 1 + x2 * (-1.0/6.0 + x2 * 3.0/40.0);
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Darrow.tcl38 eval {$c create line $v(x1) $v(y) $v(x2) $v(y) -arrow last \
42 set xtip [expr {$v(x2)-10*$v(b)}]
44 $c create line $v(x2) $v(y) $xtip [expr {$v(y)+$deltaY}] \
45 [expr {$v(x2)-10*$v(a)}] $v(y) $xtip [expr {$v(y)-$deltaY}] \
46 $v(x2) $v(y) -width 2 -capstyle round -joinstyle round
50 eval {$c create rect [expr {$v(x2)-10*$v(a)-5}] [expr {$v(y)-5}] \
51 [expr {$v(x2)-10*$v(a)+5}] [expr {$v(y)+5}] \
65 $c create line [expr {$v(x2)+50}] 0 [expr {$v(x2)+50}] 1000 \
67 set tmp [expr {$v(x2)
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Darrow.tcl36 eval {$c create line $v(x1) $v(y) $v(x2) $v(y) -arrow last \
40 set xtip [expr {$v(x2)-10*$v(b)}]
42 $c create line $v(x2) $v(y) $xtip [expr {$v(y)+$deltaY}] \
43 [expr {$v(x2)-10*$v(a)}] $v(y) $xtip [expr {$v(y)-$deltaY}] \
44 $v(x2) $v(y) -width 2 -capstyle round -joinstyle round
48 eval {$c create rect [expr {$v(x2)-10*$v(a)-5}] [expr {$v(y)-5}] \
49 [expr {$v(x2)-10*$v(a)+5}] [expr {$v(y)+5}] \
63 $c create line [expr {$v(x2)+50}] 0 [expr {$v(x2)+50}] 1000 \
65 set tmp [expr {$v(x2)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl298 set x2 [expr {$xmin + $dx*$i}]
299 set x1 [expr {$x2 - $dx}]
303 set z21 [$function $x2 $y1]
304 set z22 [$function $x2 $y2]
308 foreach {px21 py21} [coords3DToPixel $w $x2 $y1 $z21] {break}
309 foreach {px22 py22} [coords3DToPixel $w $x2 $y2 $z22] {break}
371 set x2 [lindex $x $i $j]
385 set xb [list $x1 $x2 $x3 $x4]
417 foreach {x1 x2 x3 x4} $xb {}
421 set xc [expr {($x1 + $x2
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec2_mult.c107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
141 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
158 BN_zero(x2);
165 if (!BN_copy(x2, x)) return 0;
185 if (!BN_GF2m_add(z2, z2, x2)) goto err;
196 if (!group->meth->field_mul(group, x2, x
113 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
221 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2_locl.h148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
153 x2=(t<<3)|(t>>13); \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_locl.h166 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
168 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
170 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
171 x2=(t<<3)|(t>>13); \
172 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_chemical.tcl21 foreach {x1 y1 x2 y2} [lindex $item 2] {break}
24 [expr {($x1+$x2)/2-12}] [expr {($y1+$y2)/2+12}] \
25 [expr {($x1+$x2)/2+12}] [expr {($y1+$y2)/2-12}]
/macosx-10.10/apache-793/httpd/include/
H A Dutil_time.h49 #define AP_CTIME_OPTION_COMPACT 0x2
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_thread_mutex.h45 #define APR_THREAD_MUTEX_UNNESTED 0x2 /**< disable nested locks */
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dfsaccess.h140 #define ISC_FSACCESS_GROUP 0x2 /*%< Primary group owner. */
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dmn10200.h80 #define MN10200_OPERAND_AREG 0x2
H A Ds390.h113 #define S390_OPERAND_FPR 0x2
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCheckHFS.h67 #define REBUILD_EXTENTS 0x2
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dfsaccess.h140 #define ISC_FSACCESS_GROUP 0x2 /*%< Primary group owner. */
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.h23 #define NTP_UINT 0x2 /* unsigned integer */
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A Datm_types.h41 #define ATM_ACTION_COLLECT 0x2
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py2 RTF_GATEWAY = 0x2
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A Delliptic.c112 numer_plus(giant x1, giant x2, giant res, curveParams *par)
113 res = (x1 x2 + a)(x1 + x2) + 2(c x1 x2 + b).
118 denom_times(giant x1, giant z1, giant x2, giant z2, giant res,
120 res := (x1 z2 - x2 z1)^2
122 numer_times(giant x1, giant z1, giant x2, giant z2, giant res,
124 res := (x1 x2 - a z1 z2)^2 - 4 b(x1 z2 + x2 z1 + c z1 z2) z1 z2
245 static void ell_even(giant x1, giant z1, giant x2, gian
486 elliptic_add(giant x1, giant x2, giant x3, curveParams *par, int s) argument
567 ell_even(giant x1, giant z1, giant x2, giant z2, curveParams *par) argument
634 ell_odd(giant x1, giant z1, giant x2, giant z2, giant xxor, giant zor, curveParams *par) argument
830 numer_plus(giant x1, giant x2, giant res, curveParams *par) argument
903 denom_times(giant x1, giant z1, giant x2, giant z2, giant res, curveParams *par) argument
922 numer_times(giant x1, giant z1, giant x2, giant z2, giant res, curveParams *par) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Delliptic.c112 numer_plus(giant x1, giant x2, giant res, curveParams *par)
113 res = (x1 x2 + a)(x1 + x2) + 2(c x1 x2 + b).
118 denom_times(giant x1, giant z1, giant x2, giant z2, giant res,
120 res := (x1 z2 - x2 z1)^2
122 numer_times(giant x1, giant z1, giant x2, giant z2, giant res,
124 res := (x1 x2 - a z1 z2)^2 - 4 b(x1 z2 + x2 z1 + c z1 z2) z1 z2
245 static void ell_even(giant x1, giant z1, giant x2, gian
486 elliptic_add(giant x1, giant x2, giant x3, curveParams *par, int s) argument
567 ell_even(giant x1, giant z1, giant x2, giant z2, curveParams *par) argument
634 ell_odd(giant x1, giant z1, giant x2, giant z2, giant xxor, giant zor, curveParams *par) argument
830 numer_plus(giant x1, giant x2, giant res, curveParams *par) argument
903 denom_times(giant x1, giant z1, giant x2, giant z2, giant res, curveParams *par) argument
922 numer_times(giant x1, giant z1, giant x2, giant z2, giant res, curveParams *par) argument
[all...]

Completed in 156 milliseconds

1234567891011>>