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

  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 44 application, it checks accuracy on an algorithm that is
63 Special note regarding errors in accuracy: this program has
94 program with ACCURACY defined. This will generate a version
710 #ifdef ACCURACY
728 printf("This is John Walker's floating point accuracy and\n");
747 #ifdef ACCURACY
748 printf("Beginning execution of floating point accuracy test...\n");
751 printf("Ready to begin John Walker's floating point accuracy\n");
765 #ifdef ACCURACY
806 #ifndef ACCURACY
    [all...]
  /external/valgrind/main/perf/
fbench.c 40 application, it checks accuracy on an algorithm that is
59 Special note regarding errors in accuracy: this program has
90 program with ACCURACY defined. This will generate a version
706 #ifdef ACCURACY
724 printf("This is John Walker's floating point accuracy and\n");
743 #ifdef ACCURACY
744 printf("Beginning execution of floating point accuracy test...\n");
747 printf("Ready to begin John Walker's floating point accuracy\n");
761 #ifdef ACCURACY
802 #ifndef ACCURACY
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 42 static final String ACCURACY = "Accuracy";
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
178 cValues.put(ACCURACY, mLocation.getAccuracy());
221 Float accuracy = getNullableFloat(cursor, ACCURACY); local
222 if (accuracy != null) {
223 location.setAccuracy(accuracy);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 51 * accuracy Accuracy OPTIONAL,
76 private final int [] accuracy; field in class:TSTInfo
87 BigInteger serialNumber, Date genTime, int[] accuracy,
95 this.accuracy = accuracy;
116 if (accuracy != null) {
117 res.append(accuracy[0] + " sec, " + accuracy[1] + " millis, "
118 + accuracy[2] + " micros")
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6 679 ACCURACY AE1 K Y ER0 AH0 S IY0
    [all...]

Completed in 177 milliseconds