HomeSort by relevance Sort by last modified time
    Searched refs:floor (Results 1 - 25 of 886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/lib/books/
Makefile.am 3 SUBDIRS = coupled uncoupled floor
  /external/chromium_org/v8/test/mjsunit/
math-floor-of-div.js 54 assertEquals(Math.floor(div(k, 1)), Math.floor(k / 1));
55 assertEquals(Math.floor(div(k, -1)), Math.floor(k / -1));
56 assertEquals(Math.floor(div(k, 2)), Math.floor(k / 2));
57 assertEquals(Math.floor(div(k, -2)), Math.floor(k / -2));
58 assertEquals(Math.floor(div(k, 3)), Math.floor(k / 3))
    [all...]
math-floor-of-div-nosudiv.js 54 assertEquals(Math.floor(div(k, 1)), Math.floor(k / 1));
55 assertEquals(Math.floor(div(k, -1)), Math.floor(k / -1));
56 assertEquals(Math.floor(div(k, 2)), Math.floor(k / 2));
57 assertEquals(Math.floor(div(k, -2)), Math.floor(k / -2));
58 assertEquals(Math.floor(div(k, 3)), Math.floor(k / 3))
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFloor.rs 24 return floor(in);
28 return floor(in);
32 return floor(in);
36 return floor(in);
  /external/valgrind/main/none/tests/
floored.c 16 return (int)floor(2.90) + 1;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_round.c 41 t = floor(x);
46 t = floor(-x);
  /hardware/ti/omap4-aah/libtiutils/
UtilsCommon.h 37 int floor(T x);
58 inline int floor(const T x) { function in namespace:Ti
65 return floor(x + T(0.5));
67 return floor(x - floor(x - T(1)) + T(0.5)) + floor(x - T(1));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFloatMath.java 27 public static float floor(float value) { method in class:ShadowFloatMath
28 return (float) Math.floor(value);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java 43 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom));
RectShape.java 44 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
os_specific_inline.h 35 x_int = (long int)floor(x_dbl + 0.499999999999);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
os_specific_inline.h 36 x_int = (long int)floor(x_dbl + 0.499999999999);
  /frameworks/base/core/java/android/util/
FloatMath.java 35 * @return the floor of value
37 public static native float floor(float value); method in class:FloatMath
  /external/chromium_org/third_party/angle/src/common/
mathutil.cpp 44 const float exp_p = std::max<float>(-g_sharedexp_bias - 1, floor(log(max_c))) + 1 + g_sharedexp_bias;
45 const int max_s = floor((max_c / (pow(2.0f, exp_p - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f);
49 output.R = floor((red_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f);
50 output.G = floor((green_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f);
51 output.B = floor((blue_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f);
  /cts/tests/tests/util/src/android/util/cts/
FloatMathTest.java 27 // floor
28 assertEquals(7.0f, FloatMath.floor(7.2f));
29 assertEquals(-7.0f, FloatMath.floor(-6.3f));
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
snow.js 26 x: Math.floor(Math.random()*W),
27 y: Math.floor(Math.random()*H),
28 r: Math.floor(Math.random()*7+1),
41 p.x += Math.floor(Math.sin(angle)*5.0);
  /external/chromium_org/ui/gfx/geometry/
safe_integer_conversions.h 26 return ClampToInt(std::floor(value));
36 rounded = std::floor(value + 0.5f);
  /external/skia/experimental/SkV8Example/
snow.js 26 x: Math.floor(Math.random()*W),
27 y: Math.floor(Math.random()*H),
28 r: Math.floor(Math.random()*7+1),
41 p.x += Math.floor(Math.sin(angle)*5.0);
  /frameworks/base/core/tests/coretests/src/android/util/
FloatMathTest.java 34 assertEquals(78, FloatMath.floor(78.89f), 0);
35 assertEquals(-79, FloatMath.floor(-78.89f), 0);
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 42 * @return the floor of value
45 /*package*/ static float floor(float value) { method in class:FloatMath_Delegate
46 return (float)Math.floor(value);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncFloor.java 28 * Execute the Floor() function.
45 return new XNumber(java.lang.Math.floor(m_arg0.execute(xctxt).num()));
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 67 using ::floor;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 15 #include <boost/config/no_tr1/cmath.hpp> // for std::floor and std::ceil
38 using std::floor ;
42 return s < static_cast<S>(0) ? ceil(s) : floor(s) ;
51 struct Floor
60 using std::floor ;
63 return floor(s) ;
100 using std::floor ;
105 S prev = floor(s);
119 bool is_prev_even = two * floor(prev / two) == prev ;
  /external/valgrind/main/none/tests/mips32/
round_fpu64.stdout.exp 1179 floor.l.s 0 0.000000
1181 floor.l.s 456 456.250000
1183 floor.l.s 3 3.000000
1185 floor.l.s -1 -1.000000
1187 floor.l.s 1384 1384.500000
1189 floor.l.s -8 -7.250000
1191 floor.l.s 1000000000 1000000000.000000
1193 floor.l.s -5787 -5786.250000
1195 floor.l.s 1752 1752.000000
1197 floor.l.s 0 0.01562
    [all...]
  /external/libvorbis/lib/
os.h 41 # define rint(x) (floor((x)+0.5f))
50 # define rint(x) (floor((x)+0.5f))
175 the floor() call is required to ensure correct roudning of
177 return (int)floor(f+.5);

Completed in 1624 milliseconds

1 2 3 4 5 6 7 8 91011>>