Home
last modified time | relevance | path

Searched defs:ld (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp39 ldiv_t ld; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp39 std::ldiv_t ld; in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dalignment_of.hpp103 struct long_double_wrapper{ long double ld; }; member
/ndk/tests/device/math/jni/
Dmath.c21 long double ld, ld1, ldn; variable
Dmath.cpp21 long double ld, ld1, ldn; variable
/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp42 long double ld; member
/ndk/sources/android/support/src/
Dmath_support.c50 __attribute__((weak)) long double nexttowardl(long double ld, long double td) { in nexttowardl()