Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/musl/src/math/i386/
Dfloor.s13 .global floor symbol
15 floor: label
/third_party/musl/src/math/powerpc64/
Dfloor.c5 double floor(double x) in floor() function
/third_party/musl/src/math/s390x/
Dfloor.c5 double floor(double x) in floor() function
/third_party/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/third_party/skia/docs/examples/
DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in draw() local
/third_party/flutter/skia/docs/examples/
DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in draw() local
/third_party/boost/boost/chrono/
Dfloor.hpp25 To floor(const duration<Rep, Period>& d) in floor() function
/third_party/jerryscript/jerry-libm/
Dfloor.c43 floor (double x) in floor() function
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_floor.c36 libm_hidden_proto(floor) in libm_hidden_proto() argument
/third_party/musl/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/jerryscript/tests/unit-core/
Dtest-to-integer.c110 ecma_value_t floor = ecma_make_number_value (3.001f); in main() local
/third_party/boost/libs/numeric/conversion/test/
Dtest_helpers.cpp66 inline MyInt floor ( MyInt const& x ) { return x ; } in floor() function
68 inline MyFloat floor ( MyFloat const& x ) in floor() function
Dconverter_test.cpp30 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
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_floor.cc35 auto floor = std::make_shared<Floor>(); in TEST_F() local
/third_party/boost/libs/hana/benchmark/transform/
Dbloat.erb.json14 "floor": 0 number
/third_party/boost/libs/hana/benchmark/fold_left/
Dbloat.erb.json14 "floor": 0 number
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Daudio_spectrogram_infer.c24 int floor = 0; in Log2Ceil() local
/third_party/boost/boost/qvm/
Dmath.hpp59 template <> BOOST_QVM_INLINE_TRIVIAL float floor<float>( float x ) { return ::floorf(x); } in floor() function
81 template <> BOOST_QVM_INLINE_TRIVIAL double floor<double>( double x ) { return ::floor(x); } in floor() function
103 …template <> BOOST_QVM_INLINE_TRIVIAL long double floor<long double>( long double x ) { return ::fl… in floor() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/third_party/boost/libs/hana/doc/js/
Dchart.js20 floor: 0 property
/third_party/boost/libs/hana/doc/html/
Dchart.js20 floor: 0 property
/third_party/skia/src/core/
DSkGlyphBuffer.cpp87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local

123456