Home
last modified time | relevance | path

Searched refs:div_t (Results 1 – 25 of 37) sorted by relevance

12

/external/musl/src/stdlib/
Ddiv.c3 div_t div(int num, int den) in div()
5 return (div_t){ num/den, num%den }; in div()
/external/musl/include/
Dstdlib.h64 typedef struct { int quot, rem; } div_t; typedef
68 div_t div (int, int);
/external/libcxx/include/
Dcstdlib31 div_t
67 div_t div( int numer, int denom);
101 using ::div_t;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp97 div_t d; ((void)d); in main()
136 ASSERT_SAME_TYPE(div_t, decltype(div(0,0))); in main()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdlib30 div_t
66 div_t div( int numer, int denom);
104 using ::div_t _LIBCPP_USING_IF_EXISTS;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp70 div_t d; ((void)d); in main()
109 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
/external/google-benchmark/src/
Dsleep.cc44 div_t sleepTime = div(microseconds, kNumMicrosPerSecond);
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp58 test_div_struct<std::div_t, int>(); in main()
99 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), ""); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp93 test_div_struct<std::div_t, int>(); in main()
134 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), ""); in main()
/external/libdrm/tests/util/
Dpattern.c856 div_t d = div(x+y, width); in fill_tiles_yuv_planar()
890 div_t d = div(x+y, width); in fill_tiles_yuv_packed()
918 div_t d = div(x+y, width); in fill_tiles_rgb16()
943 div_t d = div(x+y, width); in fill_tiles_rgb24()
966 div_t d = div(x+y, width); in fill_tiles_rgb32()
993 div_t d = div(x+y, width); in fill_tiles_rgb16fp()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h81 typedef int div_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2062 class div_t(Structure): class
2064 div_t._fields_ = [
2068 assert sizeof(div_t) == 8, sizeof(div_t)
2069 assert alignment(div_t) == 4, alignment(div_t)
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2062 class div_t(Structure): class
2064 div_t._fields_ = [
2068 assert sizeof(div_t) == 8, sizeof(div_t)
2069 assert alignment(div_t) == 4, alignment(div_t)
/external/rust/crates/libc/src/solid/
Dmod.rs138 pub struct div_t {
555 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div() argument
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp1092 std::div_t res = std::div(_scale, 10); in toScientificString()
Ddecimfmt.cpp1883 std::div_t res = std::div(input, 10); in doFastFormatInt32()
/external/cronet/third_party/icu/source/i18n/
Dnumber_decimalquantity.cpp1092 std::div_t res = std::div(_scale, 10); in toScientificString()
Ddecimfmt.cpp1883 std::div_t res = std::div(input, 10); in doFastFormatInt32()
/external/ImageMagick/MagickCore/
Dpixel.c263 div_t in DecodeGamma()
383 div_t in EncodeGamma()
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout95 typedef int div_t;
Dtccgen.c.ppout95 typedef int div_t;
Dsqlite-btree.c.ppout105 typedef int div_t;
/external/libabigail/tests/data/test-annotate/
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi2212 <!-- struct div_t -->
2213 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc…
2215 <!-- int div_t::quot -->
2219 <!-- int div_t::rem -->
5777 <!-- div_t div(int, int) -->
5783 <!-- struct div_t -->
/external/libabigail/tests/data/test-read-dwarf/
Dtest10-pr18818-gcc.so.abi643 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-45' visibili…
651 …<typedef-decl name='div_t' type-id='type-id-46' filepath='/usr/include/stdlib.h' line='101' column…
DPR22015-libboost_iostreams.so.abi176 …<typedef-decl name='div_t' type-id='type-id-19' filepath='/usr/include/stdlib.h' line='101' column…

12