HomeSort by relevance Sort by last modified time
    Searched refs:CM_LOG_LARGE_DOUBLE (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cmathmodule.c 32 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE))
411 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
472 if (z.real > CM_LOG_LARGE_DOUBLE) {
642 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
809 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cmathmodule.c 32 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE))
411 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
472 if (z.real > CM_LOG_LARGE_DOUBLE) {
642 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
809 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
    [all...]
  /external/python/cpython2/Modules/
cmathmodule.c 32 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE))
411 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
472 if (z.real > CM_LOG_LARGE_DOUBLE) {
642 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
809 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
    [all...]
  /external/python/cpython3/Modules/
cmathmodule.c 66 #define CM_LOG_LARGE_DOUBLE (log(CM_LARGE_DOUBLE))
516 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
579 if (z.real > CM_LOG_LARGE_DOUBLE) {
754 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
927 if (fabs(z.real) > CM_LOG_LARGE_DOUBLE) {
    [all...]

Completed in 203 milliseconds