Searched refs:floor* (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/macosx-10.9.5/CF-855.17/
H A DCFCalendar.c387 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
449 bad_udate = floor((bad_udate + 1000) / 1000) * 1000;
518 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
729 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
782 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
787 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
796 UDate goal = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
876 UDate udate = floor((at + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
898 UDate udate = floor((*atp + kCFAbsoluteTimeIntervalSince1970) * 1000.0);
925 UDate curr = floor((startingA
[all...]
H A DCFDate.c77 double tsrInNanoseconds = floor(tsr * __CF1_TSRRate * NSEC_PER_SEC);
141 return (CFHashCode)(float)floor(date->_time);
205 int32_t result = (int32_t)(float)floor(d - floor(d / modulus) * modulus);
211 double result = d - floor(d / modulus) * modulus;
330 absolute = (int64_t)floor(fixedat / 86400.0);
336 gdate.hour = __CFDoubleModToInt(floor(fixedat / 3600.0), 24);
337 gdate.minute = __CFDoubleModToInt(floor(fixedat / 60.0), 60);
474 absolute = (int64_t)floor(fixedat / 86400.0);
490 absolute = (int64_t)floor(fixeda
[all...]
H A DCFMessagePort.c930 sendTimeOut = floor(sendTimeout);
H A DCFNumber.c349 Float64 t = floor(d / FLOAT_POSITIVE_2_TO_THE_64);
H A DCFSocket.c1686 tv->tv_sec = (0 >= timeout || INT_MAX <= timeout) ? INT_MAX : (int)(float)floor(timeout);
1687 tv->tv_usec = (int)((timeout - floor(timeout)) * 1.0E6);
2967 tv.tv_sec = (timeout <= 0.0 || (CFTimeInterval)INT_MAX <= timeout) ? INT_MAX : (int)floor(timeout);
2968 tv.tv_usec = (int)floor(1.0e+6 * (timeout - floor(timeout)));
3071 tv.tv_sec = (timeout <= 0.0 || (CFTimeInterval)INT_MAX <= timeout) ? INT_MAX : (int)floor(timeout);
3072 tv.tv_usec = (int)floor(1.0e+6 * (timeout - floor(timeout)));
H A DCFTimeZone.c288 __CFTZPeriodInit(&elem, (int32_t)floor(at + 1.0), NULL, 0, false);
1052 ti = (ti < 0.0) ? ceil((ti / 60.0) - 0.5) * 60.0 : floor((ti / 60.0) + 0.5) * 60.0;
H A DCFUtilities.c621 int32_t ms = (int32_t)floor(1000.0 * modf(at, &atf));
H A DForFoundationOnly.h514 dInt = floor(d+0.5);
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm1780 print "The floor wax $name_of{ident $self} ",
1840 The floor wax Shimmer (patent: 1562516251)
1856 The floor wax Shimmer (patent: 1562516251)
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm1781 print "The floor wax $name_of{ident $self} ",
1841 The floor wax Shimmer (patent: 1562516251)
1857 The floor wax Shimmer (patent: 1562516251)
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value/lib/Time/HiRes/
H A DValue.pm13 use POSIX qw( floor );
128 $sec += floor( $usec / USEC );
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm14 use POSIX qw( floor );
129 $sec += floor( $usec / USEC );
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DFunction.pm365 sub floor { subroutine
371 POSIX::floor($num->value));
389 POSIX::floor($num->value + 0.5)); # Yes, I know the spec says don't do this...
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardView.mm530 px = copysignf(floorf(pxa/kRes)*kRes+kRes2, px);
531 pz = copysignf(floorf(pza/kRes)*kRes+kRes2, pz);
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dconfigure3017 echo "$as_me:$LINENO: checking for floor in -lm" >&5
3018 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6
3034 char floor ();
3038 floor (); function
H A Dproof.c684 node->proof = 1 + floorf(ply / 50);
685 node->disproof = l + floorf(ply / 50);
695 node->proof = 1 + floorf(ply / 30);
696 node->disproof = l + floorf(ply / 30);
700 node->proof = 1 + floorf(ply / 80);
701 node->disproof = l + floorf(ply / 80);
706 node->proof = 1 + floorf(ply / 150);
707 node->disproof = l + floorf(ply / 150);
715 node->proof = l + floorf(ply / 50);
716 node->disproof = 1 + floorf(pl
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex26 \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor}
H A Dtommath.tex26 \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor}
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp456 return floor(x);
541 * This is different than calling floor() or ceil():
542 * floor(3.3) = 3, floor(-3.3) = -4
558 return floor(d);
561 return d >= 0 ? floor(d) : ceil(d);
/macosx-10.9.5/ICU-511.35/icuSources/
H A Dconfigure4931 *-*-hpux*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floor in -lm" >&5
4932 $as_echo_n "checking for floor in -lm... " >&6; }
4947 char floor ();
4951 return floor ();
4972 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floor in -lm" >&5
4973 $as_echo_n "checking for floor in -lm... " >&6; }
4988 char floor ();
4992 return floor ();
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.cpp213 return value - range * ClockMath::floorDivide(value, range);
423 double base = (DAY_MS * ClockMath::floorDivide(fTime + fGmtOffset,(double)DAY_MS)) - fGmtOffset;
754 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS);
H A Dcalendar.cpp1321 int32_t days = (int32_t)ClockMath::floorDivide(localMillis, (double)kOneDay);
2792 // int32_t julianInsanityCheck = (int32_t)ClockMath::floorDivide(millis, kOneDay);
H A Dcecal.cpp124 + ClockMath::floorDivide(year, 4) // extra day of leap year
136 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);
H A Dchnsecal.cpp333 eyear += (int32_t)ClockMath::floorDivide(m, 12.0, m);
509 return ClockMath::floorDivide(millis + (double)(rawOffset + dstOffset), kOneDay);
512 return ClockMath::floorDivide(millis + (double)CHINA_OFFSET, kOneDay);
611 // Compute (floor(solarLongitude / (pi/6)) + 2) % 12
732 int32_t cycle = ClockMath::floorDivide(cycle_year - 1, 60, yearOfCycle);
H A Dgregocal.cpp333 int32_t cutoverDay = (int32_t)ClockMath::floorDivide(fGregorianCutover, (double)kOneDay);
389 eyear = (int32_t) ClockMath::floorDivide((4.0*julianEpochDay) + 1464.0, (int32_t) 1461, unusedRemainder);
392 int32_t january1 = 365*(eyear-1) + ClockMath::floorDivide(eyear-1, (int32_t)4);
538 eyear += ClockMath::floorDivide(month, 12, month);
543 int32_t julianDay = 365*y + ClockMath::floorDivide(y, 4) + (kJan1_1JulianDay - 3);
581 extendedYear += ClockMath::floorDivide(month, 12, month);
700 return ClockMath::floorDivide(wallSec, kOneDay/1000.0);
719 double julianDay = 365.0*y + ClockMath::floorDivide(y, 4) + (kJan1_1JulianDay - 3);
788 return (double)kEpochStartAsJulianDay + ClockMath::floorDivide(millis, (double)kOneDay);

Completed in 282 milliseconds

1234567891011>>