Searched refs:ucmp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/ruptime.tproj/
H A Druptime.c81 int ucmp(const void *, const void *);
107 cmp = ucmp;
272 ucmp(const void *a1, const void *a2) function
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dwatch.c445 ucmp(WATCH_STRUCT_UTMP *u, WATCH_STRUCT_UTMP *v) function
482 (int (*) _((const void *, const void *)))ucmp);
540 (int (*) _((const void *, const void *)))ucmp);
554 if (!uct || (wct && ucmp(uptr, wptr) > 0))
556 else if (!wct || (uct && ucmp(uptr, wptr) < 0))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl1947 # ucmp X component or length
1954 proc ::Plotchart::DrawVector { w series xcrd ycrd ucmp vcmp } {
1967 if { $ucmp == "" || $vcmp == "" } {
1996 set x1 [expr {$ucmp * cos( 3.1415926 * $vcmp / 180.0 ) }]
1997 set y1 [expr {$ucmp * sin( 3.1415926 * $vcmp / 180.0 ) }]
1998 set ucmp $x1
2002 set x1 [expr {$ucmp * sin( 3.1415926 * $vcmp / 180.0 ) }]
2003 set y1 [expr {$ucmp * cos( 3.1415926 * $vcmp / 180.0 ) }]
2004 set ucmp $x1
2009 set u1 [expr {$scalef * $ucmp}]
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_bn.c650 BIGNUM_CMP(ucmp)
786 rb_define_method(cBN, "ucmp", ossl_bn_ucmp, 1);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb471 def vector(series, xcrd, ycrd, ucmp, vcmp)
473 xcrd, ycrd, ucmp, vcmp)

Completed in 127 milliseconds