Home
last modified time | relevance | path

Searched refs:HAVE_ROUND (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Python/
Dpymath.c68 #ifndef HAVE_ROUND
/external/python/cpython3/Python/
Dpymath.c70 #ifndef HAVE_ROUND
/external/python/cpython2/Include/
Dpymath.h21 #ifndef HAVE_ROUND
/external/llvm/device/include/llvm/Config/
Dconfig.h333 #define HAVE_ROUND 1 macro
/external/python/cpython3/Include/
Dpymath.h21 #ifndef HAVE_ROUND
/external/llvm/host/include/llvm/Config/
Dconfig.h368 #define HAVE_ROUND 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h579 #define HAVE_ROUND 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h579 #define HAVE_ROUND 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h579 #define HAVE_ROUND 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h579 #define HAVE_ROUND 1 macro
/external/python/cpython3/PC/
Dpyconfig.h361 #define HAVE_ROUND 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h588 #define HAVE_ROUND 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h589 #define HAVE_ROUND 1 macro
/external/python/cpython2/PC/
Dpyconfig.h452 #define HAVE_ROUND 1 macro
/external/harfbuzz_ng/src/
Dhb.hh497 #if !defined (HAVE_ROUND) && !defined (HAVE_DECL_ROUND)
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.cmake334 #cmakedefine HAVE_ROUND ${HAVE_ROUND}
Dconfig.h.in332 #undef HAVE_ROUND
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst1033 Define HAVE_ROUND when building with Visual Studio 2013 and above. Patch by
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1389 #if HAVE_ROUND in sqrt()
/external/python/cpython2/
Dpyconfig.h.in608 #undef HAVE_ROUND
/external/python/cpython3/
Dpyconfig.h.in807 #undef HAVE_ROUND
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4921 Define HAVE_ROUND when building with Visual Studio 2013 and above. Patch by
/external/python/cpython3/Misc/
DHISTORY1697 - Issue #21958: Define HAVE_ROUND when building with Visual Studio 2013 and