Home
last modified time | relevance | path

Searched refs:ldiv_t (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/include/
Dcstdlib32 ldiv_t
68 ldiv_t div( long numer, long denom);
70 ldiv_t ldiv( long numer, long denom);
102 using ::ldiv_t;
Dstdlib.h116 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(… in div()
/external/llvm-project/libcxx/include/
Dcstdlib31 ldiv_t
67 ldiv_t div( long numer, long denom);
69 ldiv_t ldiv( long numer, long denom);
101 using ::ldiv_t;
Dstdlib.h142 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp59 test_div_struct<std::ldiv_t, long>(); in main()
100 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), ""); in main()
102 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), ""); in main()
/external/llvm-project/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp104 test_div_struct<std::ldiv_t, long>(); in main()
148 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), ""); in main()
150 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp71 ldiv_t ld; ((void)ld); in main()
110 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), ""); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp117 ldiv_t ld; ((void)ld); in main()
159 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), ""); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h82 typedef int ldiv_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2070 class ldiv_t(Structure): class
2072 ldiv_t._fields_ = [
2076 assert sizeof(ldiv_t) == 8, sizeof(ldiv_t)
2077 assert alignment(ldiv_t) == 4, alignment(ldiv_t)
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2070 class ldiv_t(Structure): class
2072 ldiv_t._fields_ = [
2076 assert sizeof(ldiv_t) == 8, sizeof(ldiv_t)
2077 assert alignment(ldiv_t) == 4, alignment(ldiv_t)
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc703 SYMBOL(ldiv_t, std::, <cstdlib>)
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout96 typedef int ldiv_t;
Dtccgen.c.ppout96 typedef int ldiv_t;
Dsqlite-btree.c.ppout106 typedef int ldiv_t;
/external/libabigail/tests/data/test-annotate/
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi1913 <!-- struct ldiv_t -->
1914 …<class-decl name='ldiv_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/i…
1916 <!-- long int ldiv_t::quot -->
1920 <!-- long int ldiv_t::rem -->
5216 <!-- ldiv_t ldiv(long int, long int) -->
5222 <!-- struct ldiv_t -->
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi19247 <!-- struct ldiv_t -->
19248 …<class-decl name='ldiv_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/i…
19250 <!-- long int ldiv_t::quot -->
19254 <!-- long int ldiv_t::rem -->
22072 <!-- ldiv_t ldiv(long int, long int) -->
22078 <!-- struct ldiv_t -->
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi1871 <!-- struct ldiv_t -->
1872 …<class-decl name='ldiv_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/i…
1874 <!-- long int ldiv_t::quot -->
1878 <!-- long int ldiv_t::rem -->
6895 <!-- ldiv_t ldiv(long int, long int) -->
6901 <!-- struct ldiv_t -->
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi207 …<typedef-decl name='ldiv_t' type-id='type-id-38' filepath='/usr/include/stdlib.h' line='109' colum…
DPR22122-libftdc.so.abi291 …<typedef-decl name='ldiv_t' type-id='type-id-28' filepath='/usr/include/stdlib.h' line='109' colum…
Dtest9-pr18818-clang.so.abi386 …<typedef-decl name='ldiv_t' type-id='type-id-26' filepath='/usr/include/stdlib.h' line='109' colum…
Dtest10-pr18818-gcc.so.abi469 …<typedef-decl name='ldiv_t' type-id='type-id-34' filepath='/usr/include/stdlib.h' line='109' colum…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi1148 …<class-decl name='ldiv_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/i…
/external/llvm-project/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8691 !258 = !DIDerivedType(tag: DW_TAG_typedef, name: "ldiv_t", file: !254, line: 109, baseType: !259)
/external/libabigail/tests/data/test-diff-dwarf-abixml/
Dtest0-pr19026-libvtkIOSQL-6.1.so.1.abi5276 …<class-decl name='ldiv_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/i…

12