Home
last modified time | relevance | path

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

12345

/third_party/musl/src/math/i386/
Dfloor.s13 .global floor symbol
15 floor: label
/third_party/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/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/flutter/skia/docs/examples/
DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in draw() local
/third_party/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/porting/liteos_a/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/musl/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/boost/libs/hana/benchmark/fold_left/
Dbloat.erb.json14 "floor": 0 number
/third_party/boost/libs/hana/benchmark/transform/
Dbloat.erb.json14 "floor": 0 number
/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/boost/libs/hana/doc/html/
Dchart.js20 floor: 0 property
/third_party/boost/libs/hana/doc/js/
Dchart.js20 floor: 0 property
/third_party/skia/src/core/
DSkGlyphBuffer.cpp87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local
/third_party/boost/libs/hana/doc/html/benchmarks/debug/clang-3.8.0/
Dbenchmark.fold_right.bloat.json11 "floor": 0 number
/third_party/boost/libs/hana/doc/html/benchmarks/release/clang-3.8.1/
Dbenchmark.fold_right.bloat.json11 "floor": 0 number
/third_party/boost/libs/hana/doc/html/benchmarks/debug/clang-3.7.1/
Dbenchmark.count_if.bloat.json11 "floor": 0 number
/third_party/boost/libs/hana/doc/html/benchmarks/release/clang-3.5.0/
Dbenchmark.at.bloat.json11 "floor": 0 number

12345