/aosp_15_r20/external/json-schema-validator/src/test/resources/openapi3/ |
H A D | discriminator.json | 30 "floor": { object 364 "floor": { object 418 "floor": 1 number 437 "floor": { object 490 "floor": 3 number 502 "floor": 1, number 515 "floor": 1 number 537 "floor": { object
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | rounding_functions.h | 47 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | rounding_functions.h | 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() function 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | rounding_functions.h | 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() function 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | rounding_functions.h | 47 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | rounding_functions.h | 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() function 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | rounding_functions.h | 47 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __buil… in floor() function 50 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | floor.example.cpp | 7 namespace generated_tests::floor { namespace 54 namespace generated_tests::floor { namespace
|
/aosp_15_r20/external/musl/src/math/i386/ |
H A D | floor.s | 13 .global floor symbol 15 floor: label
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | floor.s | 13 .global floor symbol 15 floor: label
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/ |
H A D | bits.h | 80 int floor = Log2Floor(n); in Log2Ceiling() local 88 int floor = Log2Floor64(n); in Log2Ceiling64() local
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; in TEST_BEGIN() local 109 size_t extent_size, floor, ceil; in TEST_BEGIN() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | test_helpers.cpp | 66 inline MyInt floor ( MyInt const& x ) { return x ; } in floor() function 68 inline MyFloat floor ( MyFloat const& x ) in floor() function
|
D | converter_test.cpp | 30 inline float floor (float x) { return std::floor ( static_cast<double>(x)); } in floor() function 32 inline long double floor (long double x) { return std::floorl(x); } in floor() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/ |
H A D | MOAT.java | 1491 Integer floor, in checkNavigableMapKeys() 1495 equal(m.floorKey(i), floor); in checkNavigableMapKeys() local 1504 Integer floor, in checkNavigableSetKeys() 1508 equal(m.floor(i), floor); in checkNavigableSetKeys() local
|
/aosp_15_r20/external/pytorch/c10/cuda/ |
H A D | CUDAMathCompat.h | 65 __MATH_FUNCTIONS_DECL__ float floor(float x) { in floor() function 68 __MATH_FUNCTIONS_DECL__ double floor(double x) { in floor() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 73 pub(crate) fn floor(f: f64) -> f64 { in floor() function 181 pub(crate) fn floor(f: f64) -> f64 { in floor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_fusion_test.cc | 103 auto floor = builder.AddInstruction( in TEST_F() local 179 auto floor = builder.AddInstruction( in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 108 pub(crate) fn floor(f: f32) -> f32 { in floor() function 217 pub(crate) fn floor(f: f32) -> f32 { in floor() function
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | film_grain_sse4.cc | 162 const __m128i floor = _mm_set1_epi16(min_value); in BlendNoiseWithImageLuma_SSE4_1() local 225 const __m128i floor = _mm_set1_epi16(min_value); in BlendChromaPlaneWithCfl_SSE4_1() local 349 const __m128i floor = _mm_set1_epi16(min_value); in BlendChromaPlane8bpp_SSE4_1() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | report_definition.proto | 847 int64 floor = 1; field 872 int64 floor = 1; field
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/ |
H A D | IntMathTest.java | 278 int floor = IntMath.log10(x, FLOOR); in testLog10Exact() local 335 int floor = IntMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/ |
H A D | IntMathTest.java | 278 int floor = IntMath.log10(x, FLOOR); in testLog10Exact() local 335 int floor = IntMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VSyncDispatchRealtimeTest.cpp | 70 auto const floor = timePoint % mPeriod; in nextAnticipatedVSyncTimeFrom() local 85 auto const floor = (normalized_to_base) % mPeriod; in nextAnticipatedVSyncTimeFrom() local
|
/aosp_15_r20/external/pytorch/torch/utils/_sympy/ |
H A D | numbers.py | 196 def floor(self): member in IntInfinity 390 def floor(self): member in NegativeIntInfinity
|