HomeSort by relevance Sort by last modified time
    Searched refs:ldiv (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 72 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 72 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), "");
  /art/test/003-omnibus-opcodes/src/
IntMath.java 525 static void bigDivideOverflow(int idiv, long ldiv) {
532 long longDivResult = mostNegLong / ldiv;
533 long longModResult = mostNegLong % ldiv;
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 76 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 76 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), "");
  /external/stlport/test/unit/
cmath_test.cpp 66 std::ldiv_t ldiv_res = std::ldiv(3l, 2l);
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 66 std::ldiv_t ldiv_res = std::ldiv(3l, 2l);
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 66 std::ldiv_t ldiv_res = std::ldiv(3l, 2l);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 104 /* Returned by `ldiv'. */
782 extern ldiv_t ldiv (long int __numer, long int __denom)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 104 /* Returned by `ldiv'. */
782 extern ldiv_t ldiv (long int __numer, long int __denom)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 369 ldiv_t __cdecl ldiv(long _Numerator,long _Denominator);
  /bionic/libc/
Android.mk 291 upstream-netbsd/lib/libc/stdlib/ldiv.c \
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 829 extern ldiv_t ldiv (long int __numer, long int __denom)
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1552 milliseconds

1 2 3 45