Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dcstdlib31 div_t
67 div_t div( int numer, int denom);
101 using ::div_t;
/external/llvm-project/libcxx/include/
Dcstdlib30 div_t
66 div_t div( int numer, int denom);
100 using ::div_t;
/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/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp116 div_t d; ((void)d); in main()
158 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h81 typedef int div_t; typedef
/external/llvm-project/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp103 test_div_struct<std::div_t, int>(); in main()
147 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/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/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp969 std::div_t res = std::div(_scale, 10); in toScientificString()
Ddecimfmt.cpp1870 std::div_t res = std::div(input, 10); in doFastFormatInt32()
/external/skqp/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c138 div_t qr;
/external/ImageMagick/MagickCore/
Dpixel.c263 div_t in DecodeGamma()
383 div_t in EncodeGamma()
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc281 SYMBOL(div_t, std::, <cstdlib>)
/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.abi1902 <!-- struct div_t -->
1903 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc…
1905 <!-- int div_t::quot -->
1909 <!-- int div_t::rem -->
5200 <!-- div_t div(int, int) -->
5206 <!-- struct div_t -->
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi19140 <!-- struct div_t -->
19141 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc…
19143 <!-- int div_t::quot -->
19147 <!-- int div_t::rem -->
22049 <!-- div_t div(int, int) -->
22055 <!-- struct div_t -->
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi1860 <!-- struct div_t -->
1861 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc…
1863 <!-- int div_t::quot -->
1867 <!-- int div_t::rem -->
6879 <!-- div_t div(int, int) -->
6885 <!-- struct div_t -->
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi206 …<typedef-decl name='div_t' type-id='type-id-36' filepath='/usr/include/stdlib.h' line='101' column…
DPR22122-libftdc.so.abi290 …<typedef-decl name='div_t' type-id='type-id-37' filepath='/usr/include/stdlib.h' line='101' column…
/external/llvm-project/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8686 !253 = !DIDerivedType(tag: DW_TAG_typedef, name: "div_t", file: !254, line: 101, baseType: !255)

12