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

1 2

  /bionic/libm/i387/
s_floor.S 40 ENTRY(floor) function
  /bionic/libm/src/
s_floor.c 18 * floor(x)
23 * Inexact flag raised if x not equal to floor(x).
32 floor(double x) function
  /frameworks/base/core/java/android/util/
FloatMath.java 37 * @return the floor of value
39 public static native float floor(float value); method in class:FloatMath
  /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);
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 17 * {@code floor}, {@code ceiling}, and {@code higher} return elements
85 E floor(E e); method in interface:NavigableSet
TreeSet.java 330 * @see java.util.NavigableSet#floor(java.lang.Object)
333 public E floor(E e) { method in class:TreeSet
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 68 #define floor(x) ml_floor(x) macro
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 154 public BigInteger floor() method in class:SimpleBigDecimal
162 return add(oneHalf.adjustScale(scale)).floor();
167 return floor().intValue();
172 return floor().longValue();
197 BigInteger floorBigInt = floor();
  /external/tremolo/Tremolo/
floor1.c 34 function: floor backend 1 implementation
48 #define floor1_rangedB 140 /* floor 1 fixed at -140dB to 0dB range */
222 void render_lineARM(int n, ogg_int32_t *d,const ogg_int32_t *floor, int base, int err, int adx, int ady);
231 const ogg_int32_t *floor; local
242 floor=&FLOOR_fromdB_LOOKUP[y0];
266 *d = MULT31_SHIFT15(*d,*floor);
268 floor+=base;
272 floor+=1;
277 render_lineARM(n,d,floor,base,err,adx,ady);
codec_internal.h 77 /* Floor backend generic *****************************************/
166 char floor; member in struct:submap
  /libcore/luni/src/main/java/java/lang/
Math.java 327 * <li>{@code floor(+0.0) = +0.0}</li>
328 * <li>{@code floor(-0.0) = -0.0}</li>
329 * <li>{@code floor(+infinity) = +infinity}</li>
330 * <li>{@code floor(-infinity) = -infinity}</li>
331 * <li>{@code floor(NaN) = NaN}</li>
336 * @return the floor of the argument.
338 public static native double floor(double d); method in class:Math
719 * equivalent to {@code (long) Math.floor(d+0.5)}.
741 return (long) floor(d + 0.5d);
746 * equivalent to {@code (int) Math.floor(f+0.5)}
    [all...]
StrictMath.java 335 * <li>{@code floor(+0.0) = +0.0}</li>
336 * <li>{@code floor(-0.0) = -0.0}</li>
337 * <li>{@code floor(+infinity) = +infinity}</li>
338 * <li>{@code floor(-infinity) = -infinity}</li>
339 * <li>{@code floor(NaN) = NaN}</li>
343 * @return the floor of the argument.
345 public static native double floor(double d); method in class:StrictMath
720 * equivalent to {@code (long) Math.floor(d+0.5)}.
743 * equivalent to {@code (int) Math.floor(f+0.5)}.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 314 public E floor(E e) { method in class:ConcurrentSkipListSet
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 136 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 133 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 133 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 136 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 133 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 133 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 342 #define floor(Val) __TGMATH_UNARY_REAL_ONLY (Val, floor) macro
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 530 var floor = Math.floor; variable
  /external/clang/lib/Headers/
tgmath.h 714 // floor
722 __tg_floor(double __x) {return floor(__x);}
728 #undef floor macro
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 714 // floor
722 __tg_floor(double __x) {return floor(__x);}
728 #undef floor macro
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 714 // floor
722 __tg_floor(double __x) {return floor(__x);}
728 #undef floor macro
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 714 // floor
722 __tg_floor(double __x) {return floor(__x);}
728 #undef floor macro
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x)) macro

Completed in 7925 milliseconds

1 2