HomeSort by relevance Sort by last modified time
    Searched full:math (Results 901 - 925 of 2517) sorted by null

<<31323334353637383940>>

  /external/v8/test/mjsunit/
array-sort.js 176 TestSparseNonArraySorting(Math.pow(2, 31) + 1);
195 TestArrayLongerLength(Math.pow(2,32) - 1);
214 TestNonArrayLongerLength(Math.pow(2,32) - 1);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 175 mLastEnd = Math.max(mLastEnd, a.getStartOffset() + a.getDuration());
207 startTime = Math.min(startTime, a.getStartTime());
242 duration = Math.max(duration, animations.get(i).getDuration());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap.java 163 neww = Math.round(deviceR.width());
164 newh = Math.round(deviceR.height());
213 if (Math.abs(stride) < width) {
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 196 startDay = Math.max(startDay, dayAdapterInfo.start);
246 endDay = Math.min(endDay, dayAdapterInfo.end);
327 int distance = Math.abs(julianDay - row.mData);
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 206 int maxValue = (int) Math.floor(max * step);
207 int minValue = (int) Math.ceil(min * step);
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 233 return Math.floor(Math.random() * (max - min + 1) + min);
478 for (var i = (from < 0) ? Math.max(0, len + from) : from || 0; i < len; i++){
498 var obj = {}, length = Math.min(this.length, keys.length);
663 return Math.min(max, Math.max(min, this));
667 precision = Math.pow(10, precision || 0);
668 return Math.round(this * precision) / precision;
687 (function(math){
689 math.each(function(name)
    [all...]
  /bionic/libc/bionic/
ldexp.c 18 #include <math.h>
  /bionic/libm/
fpclassify.c 32 #include <math.h>
  /bionic/libm/man/
erf.3 47 .In math.h
90 .Xr math 3
fma.3 38 .In math.h
74 .In math.h
95 .Xr math 3
hypot.3 47 .In math.h
125 .Xr math 3 ,
ieee_test.3 47 .In math.h
91 .Xr math 3
ilogb.3 48 .In math.h
92 .Xr math 3 ,
j0.3 55 .In math.h
138 .Xr math 3
nextafter.3 49 .In math.h
70 .Xr math 3
remainder.3 47 .In math.h
119 .Xr math 3
rint.3 47 .In math.h
82 .Xr math 3 ,
sqrt.3 47 .In math.h
90 .Xr math 3
  /bionic/libm/src/
e_acosf.c 20 #include "math.h"
e_asinf.c 20 #include "math.h"
e_cosh.c 39 #include "math.h"
e_expf.c 20 #include "math.h"
e_fmodf.c 26 #include "math.h"
e_hypotf.c 20 #include "math.h"
e_log10.c 51 #include "math.h"

Completed in 77 milliseconds

<<31323334353637383940>>