/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/machine/ |
ieee.h | 60 * as fractions that look like 0.fffff x 2 . This means that
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/ |
ieee.h | 56 * as fractions that look like 0.fffff x 2 . This means that
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/machine/ |
ieee.h | 57 * as fractions that look like 0.fffff x 2 . This means that
|
/external/llvm/unittests/Support/ |
BranchProbabilityTest.cpp | 145 // Big fractions. 179 // Big fractions.
|
/external/netperf/src/ |
netcpu_kstat10.c | 483 /* ok, we have our fractions, now we want to take that fraction of 538 /* and recalculate our fractions we are really only going to use
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
BigFraction.java | 689 * Test for the equality of two fractions. If the lowest term numerator and 690 * denominators are the same for both fractions, the two fractions are 697 * @return true if two fractions are equal, false if object is [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
ContinuedFraction.java | 25 * Provides a generic means to evaluate continued fractions. Subclasses simply
|
/external/libpcap/ |
sf-pcap-ng.c | 1213 * Convert the time stamp to seconds and fractions of a second, 1214 * with the fractions being in units of the file-supplied resolution. 1220 * Convert the fractions from units of the file-supplied resolution 1236 * user wants; convert the fractions to units of the
|
/external/llvm/docs/ |
BlockFrequencyTerminology.rst | 25 Rather than storing fractions on each edge, we store an integer weight.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
bits_test.go | 25 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
bits_test.go | 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/go/darwin-x86/src/math/big/ |
bits_test.go | 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
bits_test.go | 25 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
bits_test.go | 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/go/linux-x86/src/math/big/ |
bits_test.go | 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
select.so | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFix.java | 169 sFixes.put(TypographyDetector.FRACTIONS.getId(), TypographyFix.class);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
SafeConstructor.java | 345 double fractions = Double.parseDouble(seconds); local 346 int sec_s = (int) Math.round(Math.floor(fractions)); 347 int usec = (int) Math.round((fractions - sec_s) * 1000);
|
/frameworks/base/libs/hwui/tests/unit/ |
VectorDrawableTests.cpp | 327 float fractions[] = {0, 0.00001, 0.28, 0.5, 0.7777, 0.9999999, 1}; local 336 // Interpolate the two path data with different fractions 337 for (float fraction : fractions) {
|
/system/update_engine/common/ |
utils.h | 303 // minutes, seconds and fractions of a second down to microsecond granularity, 306 // for fractions. Seconds are always shown, but fractions thereof are only shown
|
/toolchain/binutils/binutils-2.25/gprof/ |
cg_arcs.c | 357 * fractions from parents. 658 children. also, calculate propagation fractions. this happens 660 fractions. */
|
/external/libexif/libexif/ |
exif-tag.c | 88 "and, for example, fractions of minutes are given up to two " 100 "used and, for example, fractions of minutes are given up to " 171 "for example, fractions of minutes are given up to two decimal " 183 "and, for example, fractions of minutes are given up to two " [all...] |
/art/runtime/ |
monitor.h | 232 // Checks to make sure that "ns" is in the range 0-999999 (i.e. fractions of a millisecond) and
|
/external/icu/icu4c/source/common/ |
uprops.h | 76 /** Fractions: ((ntv>>4)-12) / ((ntv&0xf)+1) = -1..17 / 1..16 */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
pitch_f4.c | 117 * Test the fractions around t0 and choose the one which maximizes *
|