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

12

  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 106 using ::lldiv_t;
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 58 test_div_struct<std::lldiv_t, long long>();
93 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
95 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 58 test_div_struct<std::lldiv_t, long long>();
93 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
95 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
  /bionic/libc/include/
stdlib.h 146 } lldiv_t; typedef in typeref:struct:__anon311
148 lldiv_t lldiv(long long __numerator, long long __denominator) __attribute_const__;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 122 } lldiv_t; typedef in typeref:struct:__anon63098
782 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
793 __extension__ extern lldiv_t lldiv (long long int __numer,
    [all...]
  /bionic/tests/
inttypes_test.cpp 231 lldiv_t r;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 644 typedef struct { __MINGW_EXTENSION long long quot, rem; } lldiv_t; typedef in typeref:struct:__anon65691
646 __MINGW_EXTENSION lldiv_t __cdecl lldiv(long long, long long);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]

Completed in 857 milliseconds

12