Home
last modified time | relevance | path

Searched refs:ceil (Results 1 – 25 of 36) sorted by relevance

12

/onnv-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c241 pthread_mutex_setprioceiling(pthread_mutex_t *mutex, int ceil, int *oceil) in pthread_mutex_setprioceiling() argument
248 ceil < pccp->pcc_primin || ceil > pccp->pcc_primax) in pthread_mutex_setprioceiling()
254 mp->mutex_ceiling = ceil; in pthread_mutex_setprioceiling()
H A Dsynch.c132 int ceil; in mutex_init() local
152 ((ceil = *(int *)arg) < pccp->pcc_primin || in mutex_init()
153 ceil > pccp->pcc_primax))) { in mutex_init()
172 ((type & LOCK_PRIO_PROTECT) && mp->mutex_ceiling != ceil)) { in mutex_init()
188 mp->mutex_ceiling = ceil; in mutex_init()
2051 uint8_t ceil; in mutex_lock_internal() local
2076 ceil = mp->mutex_ceiling; in mutex_lock_internal()
2078 if (myprio > ceil) { in mutex_lock_internal()
2086 if (myprio < ceil) in mutex_lock_internal()
2087 _ceil_prio_inherit(ceil); in mutex_lock_internal()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm180 sub ceil { subroutine
194 my $num = ceil(shift);
/onnv-gate/usr/src/lib/libast/common/features/
H A Duwin1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe3.t27 my $masksize = ceil( Opcode::opcodes / 8 );
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c309 rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP); in rdsv3_message_map_pages()
319 rm->m_nents = ceil(total_len, PAGE_SIZE); in rdsv3_message_map_pages()
344 rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP); in rdsv3_message_copy_from_user()
H A Dib_send.c595 i = ceil(ntohl(rm->m_inc.i_hdr.h_len), RDSV3_FRAG_SIZE); in rdsv3_ib_xmit()
/onnv-gate/usr/src/lib/libast/common/uwin/
H A Dlgamma.c302 y = .5*ceil(x); in neg_lgam()
303 if (y == ceil(y)) in neg_lgam()
H A Dgamma.c312 y = .5*ceil(x);
313 if (y == ceil(y))
/onnv-gate/usr/src/lib/libshell/common/data/
H A Dmath.tab12 f 1 ceil
/onnv-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h50 extern double ceil(/* double x */);
/onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath114 "\001ceil", (Math_f)ceill,
/onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath114 "\001ceil", (Math_f)ceill,
/onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath114 "\001ceil", (Math_f)ceill,
/onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath114 "\001ceil", (Math_f)ceill,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc90 } elsif ($f =~ /^b(nan|floor|ceil|sstr|neg|abs|inc|dec|not|sqrt|fac)$/) {
1456 # floor and ceil tests are pretty pointless in integer space...but play safe
H A Dbigfltpm.inc59 } elsif ($f =~ /^f(nan|sstr|neg|floor|ceil|abs)$/) {
H A Dbigintpm.inc76 } elsif ($f =~ /^b(nan|floor|ceil|sstr|neg|abs|inc|dec|not|sqrt|fac)$/) {
2189 # floor and ceil tests are pretty pointless in integer space...but play safe
/onnv-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h74 ceil(ulong_t x, ulong_t y) in ceil() function
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc60 } elsif ($f =~ /^f(nan|sstr|neg|floor|ceil|abs)$/) {
/onnv-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side)); in match_compare_property()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1163 ceil(x)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfaq4.pod81 =head2 Does Perl have a round() function? What about ceil() and floor()? Trig functions?
90 ceil(), floor(), and a number of other mathematical and trigonometric
94 $ceil = ceil(3.5); # 4
H A Dperlfaq.pod407 Does Perl have a round() function? What about ceil() and floor()? Trig functions?
H A Dperlxstut.pod361 arg = ceil(arg - 0.5);
456 arg = ceil(arg - 0.5);

12