HomeSort by relevance Sort by last modified time
    Searched defs:FLOOR (Results 1 - 25 of 52) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/math/
RoundingMode.java 57 FLOOR(BigDecimal.ROUND_FLOOR),
107 return FLOOR;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 185 /** The {@code FastMath.floor} method wrapped as a {@link ComposableFunction}. */
186 public static final ComposableFunction FLOOR = new ComposableFunction() {
190 return FastMath.floor(d);
  /external/libvncserver/libvncserver/
scale.c 67 #define FLOOR(x) ( (double) ((int) (x)) )
112 /*cast from double to int is same as "*x = floor(x1);" */
113 x2 = FLOOR(x1);
114 y2 = FLOOR(y1);
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 21 #define FLOOR(x, q) ((x) & -(1 << (q)))
177 overlap_b_row = FLOOR(new_row / 4, 3) >> 3;
178 overlap_b_col = FLOOR(new_col / 4, 3) >> 3;
183 overlap_mb_row = FLOOR((overlap_b_row << 3) / 4, 3) >> 3;
184 overlap_mb_col = FLOOR((overlap_b_col << 3) / 4, 3) >> 3;
  /external/freetype/src/smooth/
ftgrays.c 332 #undef FLOOR
340 #define FLOOR( x ) ( (x) & -ONE_PIXEL )
    [all...]
  /external/freetype/src/raster/
ftraster.c 446 #undef FLOOR
451 #define FLOOR( x ) ( (x) & -ras.precision )
462 (Bool)( x - FLOOR( x ) >= ras.precision_half )
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 175 milliseconds

1 2 3