Searched defs:ratio (Results 101 - 117 of 117) sorted by relevance

12345

/external/python/cpython3/Modules/
H A D_datetimemodule.c1654 PyObject *ratio = NULL; local
1659 ratio = _PyObject_CallMethodId(floatobj, &PyId_as_integer_ratio, NULL);
1660 if (ratio == NULL)
1662 temp = PyNumber_Multiply(pyus_in, PyTuple_GET_ITEM(ratio, 0));
1667 pyus_out = divide_nearest(temp, PyTuple_GET_ITEM(ratio, 1));
1675 Py_XDECREF(ratio);
1752 PyObject *ratio = NULL; local
1757 ratio = _PyObject_CallMethodId(f, &PyId_as_integer_ratio, NULL);
1758 if (ratio == NULL)
1760 temp = PyNumber_Multiply(pyus_in, PyTuple_GET_ITEM(ratio,
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp9615 uint64_t ratio = array_typesize / ptrarith_typesize; local
9618 if (ptrarith_typesize * ratio == array_typesize)
9619 size *= llvm::APInt(size.getBitWidth(), ratio);
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/sqlite/dist/orig/
H A Dsqlite3.c70868 int ratio = pgszDest/pgszSrc; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c70868 int ratio = pgszDest/pgszSrc; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 1130 milliseconds

12345