HomeSort by relevance Sort by last modified time
    Searched defs:floor (Results 26 - 50 of 362) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 60 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 60 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 60 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
  /external/guava/guava-tests/test/com/google/common/collect/
FilteredCollectionsTest.java 361 assertEquals(unfiltered.floor(i), filtered.floor(i));
ForwardingNavigableSetTest.java 112 public T floor(T e) { method in class:ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
209 forward().floor("a");
210 assertEquals("[floor(Object)]", getCalls());
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedSet.java 201 public E floor(E element) { method in class:RegularImmutableSortedSet
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SafeTreeSet.java 114 @Override public E floor(E e) { method in class:SafeTreeSet
115 return delegate.floor(checkValid(e));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableSetNavigationTester.java 86 assertNull(navigableSet.floor(samples.e0));
107 assertEquals(a, navigableSet.floor(samples.e0));
147 assertEquals(a, navigableSet.floor(a));
148 assertEquals(a, navigableSet.floor(b));
149 assertEquals(c, navigableSet.floor(c));
182 assertEquals(a, navigableSet.floor(a));
183 assertEquals(b, navigableSet.floor(b));
184 assertEquals(c, navigableSet.floor(c));
  /external/mesa3d/src/compiler/nir/
nir_lower_double_ops.c 358 * For x >= 0, floor(x) = trunc(x)
360 * - if x is integer, floor(x) = x
361 * - otherwise, floor(x) = trunc(x) - 1
400 * abs(src) - 2.0 * floor(abs(src) / 2.0)
415 * If fract(src) != 0.5, then we round as floor(src + 0.5)
444 /* mod(x,y) = x - y * floor(x/y)
447 * floor() to return the quotient minus one when x = N * y. If this is the
450 nir_ssa_def *floor = nir_ffloor(b, nir_fdiv(b, src0, src1)); local
451 nir_ssa_def *mod = nir_fsub(b, src0, nir_fmul(b, src1, 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
243 floor=&FLOOR_fromdB_LOOKUP[y0];
267 *d = MULT31_SHIFT15(*d,*floor);
269 floor+=base;
273 floor+=1;
278 render_lineARM(n,d,floor,base,err,adx,ady);
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
332 * value of {@code -StrictMath.floor(-x)}.
358 public static double floor(double a) { method in class:StrictMath
363 * Internal method to share logic between floor and ceil.
623 * equivalently, a fixed point of the method {@link #floor
624 * floor}. A value is a fixed point of a one-argument
    [all...]
  /libcore/ojluni/src/main/java/java/util/
TreeSet.java 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
424 public E floor(E e) { method in class:TreeSet
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
357 public E floor(E e) { method in class:ConcurrentSkipListSet
  /libcore/ojluni/src/main/native/
jfdlibm.h 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
51 #define floor jfloor macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
218 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
352 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
218 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
352 using ::floor;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 62 __DEVICE__ float floor(float __x) { return ::floorf(__x); } function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, floor)
361 using ::floor;

Completed in 1313 milliseconds

12 3 4 5 6 7 8 91011>>