Searched refs:div_t (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/include/ |
D | cstdlib | 31 div_t 67 div_t div( int numer, int denom); 101 using ::div_t;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 70 div_t d; ((void)d); in main() 109 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 58 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/libdrm/tests/util/ |
D | pattern.c | 856 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() 994 div_t d = div(x+y, width); in fill_tiles_rgb16fp()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 81 typedef int div_t; typedef
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2062 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/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2062 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/ |
D | number_decimalquantity.cpp | 926 std::div_t res = std::div(_scale, 10); in toScientificString()
|
D | decimfmt.cpp | 1842 std::div_t res = std::div(input, 10); in doFastFormatInt32()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 138 div_t qr;
|
/external/ImageMagick/MagickCore/ |
D | pixel.c | 263 div_t in DecodeGamma() 383 div_t in EncodeGamma()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8676 !253 = !DIDerivedType(tag: DW_TAG_typedef, name: "div_t", file: !254, line: 101, baseType: !255)
|