HomeSort by relevance Sort by last modified time
    Searched refs:ldiv_t (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 57 test_div_struct<std::ldiv_t, long>();
92 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), "");
94 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), "");
  /bionic/libc/include/
stdlib.h 139 } ldiv_t; typedef in typeref:struct:__anon310
141 ldiv_t ldiv(long __numerator, long __denominator) __attribute_const__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 110 } ldiv_t; typedef in typeref:struct:__anon63097
782 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
787 extern ldiv_t ldiv (long int __numer, long int __denom)
    [all...]
  /bionic/tests/
inttypes_test.cpp 211 ldiv_t r;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 58 } ldiv_t; typedef in typeref:struct:_ldiv_t
369 ldiv_t __cdecl ldiv(long _Numerator,long _Denominator);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xgate.c 654 ldiv_t result;
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 19 } ldiv_t; typedef in typeref:struct:__anon43158
829 extern ldiv_t ldiv (long int __numer, long int __denom)
    [all...]

Completed in 287 milliseconds

12