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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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;
  /cts/tests/tests/util/src/android/util/cts/
HalfTest.java 288 public void floor() { method in class:HalfTest
289 assertShortEquals(POSITIVE_INFINITY, Half.floor(POSITIVE_INFINITY));
290 assertShortEquals(NEGATIVE_INFINITY, Half.floor(NEGATIVE_INFINITY));
291 assertShortEquals(POSITIVE_ZERO, Half.floor(POSITIVE_ZERO));
292 assertShortEquals(NEGATIVE_ZERO, Half.floor(NEGATIVE_ZERO));
293 assertShortEquals(NaN, Half.floor(NaN));
294 assertShortEquals(LOWEST_VALUE, Half.floor(LOWEST_VALUE));
295 assertShortEquals(POSITIVE_ZERO, Half.floor(MIN_NORMAL));
296 assertShortEquals(POSITIVE_ZERO, Half.floor((short) 0x3ff));
297 assertShortEquals(POSITIVE_ZERO, Half.floor(toHalf(0.2f)))
    [all...]
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 370 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_round">Math functions</a>, ceil(), floor()
379 /** \returns an expression of the coefficient-wise floor of *this.
388 floor() const function
398 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_ceil">Math functions</a>, floor(), round()
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 709 public E floor(E e) { method in class:ImmutableSortedSet
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_alu.c 392 intr = "llvm.floor.f32";
394 intr = "llvm.floor.f64";
400 LLVMValueRef floor = lp_build_intrinsic(builder, intr, emit_data->dst_type, local
404 emit_data->args[0], floor, "");
804 bld_base->op_actions[TGSI_OPCODE_FLR].intr_name = "llvm.floor.f32";
    [all...]
  /external/skia/src/opts/
SkNx_neon.h 15 // ARMv8 has vrndmq_f32 to floor 4 floats. Here we emulate it:
200 AI SkNx floor() const { function in class:__anon34159::SkNx
  /external/skqp/src/opts/
SkNx_neon.h 15 // ARMv8 has vrndmq_f32 to floor 4 floats. Here we emulate it:
190 AI SkNx floor() const { function in class:__anon34827::SkNx
  /external/tensorflow/tensorflow/compiler/xla/tests/
conditional_test.cc 61 ComputationBuilder builder(client_, "Floor");
63 builder.Floor(param);
105 auto x_floor = builder.Floor(x);
106 auto y_floor = builder.Floor(y);
229 auto floor = CreateR0FloorComputation(); local
230 auto result = builder.Conditional(pred, operand1, floor, operand2, floor);
241 auto floor = CreateR0FloorComputation(); local
242 auto result = builder.Conditional(pred, operand, floor, operand, floor);
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 77 /* Floor backend generic *****************************************/
166 char floor; member in struct:submap
  /libcore/ojluni/src/main/java/java/lang/
Math.java 20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
403 * value of {@code -Math.floor(-x)}.
430 public static native double floor(double a); method in class:Math
616 * equivalently, a fixed point of the method {@link #floor
617 * floor}. A value is a fixed point of a one-argument
667 // (r >> shift) evaluates to floor(a * 2)
668 // ((r >> shift) + 1) evaluates to floor((a + 1/2) * 2)
669 // (((r >> shift) + 1) >> 1) evaluates to floor(a + 1/2)
716 // (r >> shift) evaluates to floor(a * 2)
717 // ((r >> shift) + 1) evaluates to floor((a + 1/2) * 2
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 144 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 144 #define floor(x) __TGMATH_REAL(x, floor) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 349 #define floor(Val) __TGMATH_UNARY_REAL_ONLY (Val, floor) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 133 #define floor(x) __TGMATH_REAL(x, floor) macro
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 418 * floor returns preceding element
422 Object e1 = q.floor(three);
425 Object e2 = q.floor(six);
428 Object e3 = q.floor(one);
431 Object e4 = q.floor(zero);
869 int floor(int element) { method in class:ConcurrentSkipListSetTest.ReferenceSet
951 assertEq(set.floor(element), rs.floor(element));
TreeSetTest.java 422 * floor returns preceding element
426 Object e1 = q.floor(three);
429 Object e2 = q.floor(six);
432 Object e3 = q.floor(one);
435 Object e4 = q.floor(zero);
870 int floor(int element) { method in class:TreeSetTest.ReferenceSet
952 assertEq(set.floor(element), rs.floor(element));
  /external/eigen/Eigen/src/Core/
MathFunctions.h 427 EIGEN_USING_STD_MATH(floor);
429 return (x > Scalar(0)) ? floor(x + Scalar(0.5)) : ceil(x - Scalar(0.5));
985 T (floor)(const T& x) function in namespace:Eigen::numext
987 EIGEN_USING_STD_MATH(floor);
988 return floor(x);
993 float floor(const float &x) { return ::floorf(x); } function in namespace:Eigen::numext
996 double floor(const double &x) { return ::floor(x); } function in namespace:Eigen::numext
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 422 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half floor(const half& a) { function in namespace:Eigen::half_impl
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 322 floor() const { function in class:Eigen::TensorBase
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 28 import static java.math.RoundingMode.FLOOR;
51 BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Integer.SIZE - 1), FLOOR).intValue(),
66 BigIntegerMath.log10(BigInteger.ONE.shiftLeft(Integer.SIZE - i), FLOOR),
76 BigIntegerMath.sqrt(BigInteger.TEN.pow(2 * i + 1), FLOOR).longValue());
96 assertEquals(IntMath.sqrt(Integer.MAX_VALUE, FLOOR), IntMath.FLOOR_SQRT_MAX_INT);
197 // Relies on the correctness of log10(int, FLOOR) and of pow(int, int).
201 int floor = IntMath.log10(x, FLOOR); local
202 boolean expectSuccess = IntMath.pow(10, floor) == x;
204 assertEquals(floor, IntMath.log10(x, UNNECESSARY))
257 int floor = IntMath.sqrt(x, FLOOR); local
    [all...]
  /external/skia/src/core/
SkNx.h 107 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } function in struct:__anon34016::SkNx
210 AI SkNx floor() const { return Floor(fVal); } function in struct:__anon34016::SkNx
259 AI static float Floor(float val) { return ::floorf(val); }
263 AI static double Floor(double val) { return ::floor(val); }

Completed in 474 milliseconds

1 23 4 5 6 7 8 91011>>