| /onnv-gate/usr/src/lib/libc/port/threads/ |
| H A D | pthr_mutex.c | 241 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 D | synch.c | 132 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 D | SubstrHash.pm | 180 sub ceil { subroutine 194 my $num = ceil(shift);
|
| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | uwin | 1 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 D | safe3.t | 27 my $masksize = ceil( Opcode::opcodes / 8 );
|
| /onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | message.c | 309 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 D | ib_send.c | 595 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 D | lgamma.c | 302 y = .5*ceil(x); in neg_lgam() 303 if (y == ceil(y)) in neg_lgam()
|
| H A D | gamma.c | 312 y = .5*ceil(x); 313 if (y == ceil(y))
|
| /onnv-gate/usr/src/lib/libshell/common/data/ |
| H A D | math.tab | 12 f 1 ceil
|
| /onnv-gate/usr/src/lib/libbc/inc/include/ |
| H A D | math.h | 50 extern double ceil(/* double x */);
|
| /onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
| H A D | math | 114 "\001ceil", (Math_f)ceill,
|
| /onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
| H A D | math | 114 "\001ceil", (Math_f)ceill,
|
| /onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
| H A D | math | 114 "\001ceil", (Math_f)ceill,
|
| /onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
| H A D | math | 114 "\001ceil", (Math_f)ceill,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
| H A D | upgrade.inc | 90 } 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 D | bigfltpm.inc | 59 } elsif ($f =~ /^f(nan|sstr|neg|floor|ceil|abs)$/) {
|
| H A D | bigintpm.inc | 76 } 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 D | rdsv3.h | 74 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 D | bigratpm.inc | 60 } elsif ($f =~ /^f(nan|sstr|neg|floor|ceil|abs)$/) {
|
| /onnv-gate/usr/src/cmd/hal/hald/ |
| H A D | device_info.c | 305 *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 D | POSIX.xs | 1163 ceil(x)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlfaq4.pod | 81 =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 D | perlfaq.pod | 407 Does Perl have a round() function? What about ceil() and floor()? Trig functions?
|
| H A D | perlxstut.pod | 361 arg = ceil(arg - 0.5); 456 arg = ceil(arg - 0.5);
|