HomeSort by relevance Sort by last modified time
    Searched refs:div_t (Results 1 - 18 of 18) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
div.c 34 #include <stdlib.h> /* div_t */
36 div_t
39 div_t r;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xdiv.c 5 The div, ldiv, and lldiv functions return a structure of type div_t, ldiv_t,
25 #include <stdlib.h> /* div_t, ldiv_t, lldiv_t */
29 beyond the end of the div_t structure.
31 div_t
34 div_t r;
45 beyond the end of the div_t structure.
61 beyond the end of the div_t structure if r.rem is narrower than 64-bits.
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 23 div_t Type of the value returned by the div function.
44 div_t div (int numer, int denom);
137 } div_t; typedef in typeref:struct:__anon13018
336 @return Returns a structure of type div_t, comprising both the
339 div_t div(int numer, int denom);
    [all...]
  /bionic/tests/headers/posix/
stdlib_h.c 43 TYPE(div_t);
83 FUNCTION(div, div_t (*f)(int, int));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 55 } div_t; typedef in typeref:struct:__anon5038
84 div_t div(int, int) __pure2;
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 70 div_t d; ((void)d);
109 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /bionic/libc/include/
stdlib.h 132 } div_t; typedef in typeref:struct:__anon283
134 div_t div(int __numerator, int __denominator) __attribute_const__;
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 58 test_div_struct<std::div_t, int>();
99 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), "");
  /external/libdrm/tests/util/
pattern.c 618 div_t d = div(x+y, width);
652 div_t d = div(x+y, width);
680 div_t d = div(x+y, width);
705 div_t d = div(x+y, width);
728 div_t d = div(x+y, width);
  /bionic/tests/
inttypes_test.cpp 191 div_t r;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/icu/icu4c/source/i18n/
number_decimalquantity.cpp 837 std::div_t res = std::div(_scale, 10);
    [all...]
decimfmt.cpp     [all...]
  /external/skia/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 138 div_t qr;
141 #ifndef SKC_DIV_REM_BEFORE_QUOT // offsetof(div_t,quot) != 0
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 138 div_t qr;
141 #ifndef SKC_DIV_REM_BEFORE_QUOT // offsetof(div_t,quot) != 0
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c 269 div_t
391 div_t
    [all...]

Completed in 783 milliseconds