HomeSort by relevance Sort by last modified time
    Searched refs:floor (Results 151 - 175 of 758) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 385 self.assertRaises(TypeError, math.floor)
387 self.assertEqual(float, type(math.floor(1)))
388 self.assertEqual(float, type(math.floor(1L)))
389 self.assertEqual(float, type(math.floor(1.0)))
390 self.ftest('floor(0.5)', math.floor(0.5), 0)
391 self.ftest('floor(1.0)', math.floor(1.0), 1)
392 self.ftest('floor(1.5)', math.floor(1.5), 1
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2185-2.js 51 print("Short " + Math.floor(ms) + "ms");
104 a.push(Math.floor(Math.random() * LEN));
130 print(name + " " + Math.floor(ms) + "ms");
  /external/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
370 _STLP_DMATH_INLINE(floor)
441 _STLP_DEF_MATH_INLINE(floor, floor)
517 # pragma intrinsic (ceil, floor)
563 using ::floor;
  /external/chromium/chrome/browser/sync/notifier/
registration_manager_unittest.cc 180 expected_delay = std::floor(expected_delay);
190 expected_delay = std::floor(expected_delay);
201 expected_delay = std::floor(expected_delay);
  /external/chromium_org/sync/notifier/
registration_manager_unittest.cc 196 expected_delay = std::floor(expected_delay);
206 expected_delay = std::floor(expected_delay);
217 expected_delay = std::floor(expected_delay);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 256 if (pitchRate == 1 && virtualReadIndex == floor(virtualReadIndex)
257 && virtualDeltaFrames == floor(virtualDeltaFrames)
258 && virtualEndFrame == floor(virtualEndFrame)) {
  /external/chromium_org/v8/src/
conversions.cc 397 double integer_part = floor(value);
427 chars[static_cast<int>(floor(decimal_part))];
428 decimal_part -= floor(decimal_part);
  /external/stlport/test/unit/
cmath_test.cpp 77 CPPUNIT_CHECK( are_equals(std::floor(1.5), 1.0) );
111 CPPUNIT_CHECK( are_equals(std::floor(1.5f), 1.0f) );
137 CPPUNIT_CHECK( are_equals(std::floor(1.5l), 1.0l) );
  /external/v8/src/
conversions.cc 384 double integer_part = floor(value);
413 chars[static_cast<int>(floor(decimal_part))];
414 decimal_part -= floor(decimal_part);
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 77 CPPUNIT_CHECK( are_equals(std::floor(1.5), 1.0) );
111 CPPUNIT_CHECK( are_equals(std::floor(1.5f), 1.0f) );
137 CPPUNIT_CHECK( are_equals(std::floor(1.5l), 1.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 77 CPPUNIT_CHECK( are_equals(std::floor(1.5), 1.0) );
111 CPPUNIT_CHECK( are_equals(std::floor(1.5f), 1.0f) );
137 CPPUNIT_CHECK( are_equals(std::floor(1.5l), 1.0l) );
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
performance-test.js 132 var stripNResults = Math.floor(samples.length / 10);
137 InspectorTest.addResult("RESULT " + groupName + ': ' + testName + "= " + Math.floor(sum / (samples.length - stripNResults * 2) / divider) + " " + units);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileCustom.cpp 122 v8SetReturnValue(info, floor(lastModified));
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 178 double alignedTimeRoundedDown = floor(fireTime / alignmentInterval) * alignmentInterval;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 135 var finalFontSize = Math.floor(WebInspector.FontView._measureFontSize * Math.min(widthRatio, heightRatio)) - 2;
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 137 Decimal floor() const;
  /external/chromium_org/third_party/flot/
jquery.flot.time.min.js 9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i.mode=="time"&&(t.tickGenerator=function(e){var t=[],r=s(e.min,i),u=0,l=i.tickSize&&i.tickSize[1]==="quarter"||i.minTickSize&&i.minTickSize[1]==="quarter"?f:a;i.minTickSize!=null&&(typeof i.tickSize=="number"?u=i.tickSize:u=i.minTickSize[0]*o[i.minTickSize[1]]);for(var c=0;c<l.length-1;++c)if(e.delta<(l[c][0]*o[l[c][1]]+l[c+1][0]*o[l[c+1][1]])/2&&l[c][0]*o[l[c][1]]>=u)break;var h=l[c][0],p=l[c][1];if(p=="year"){if(i.minTickSize!=null&&i.minTickSize[1]=="year")h=Math.floor(i.minTickSize[0]);else{var d=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),v=e.delta/o.year/d;v<1.5?h=1:v<3?h=2:v<7.5?h=5:h=10,h*=d}h<1& (…)
  /external/chromium_org/third_party/opus/src/src/
mlp.c 79 i = (int)floor(.5f+25*x);
  /external/chromium_org/tools/telemetry/telemetry/
exception_formatter.py 39 return '%s%s%s' % (target[:int(math.floor(half_length))],

Completed in 452 milliseconds

1 2 3 4 5 67 8 91011>>