HomeSort by relevance Sort by last modified time
    Searched defs:computed (Results 1 - 24 of 24) sorted by null

  /external/compiler-rt/test/builtins/Unit/ppc/
floatditf_test.c 13 DD computed; local
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
floatunditf_test.c 13 DD computed; local
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
qsub_test.c 118 long double computed = __gcc_qsub(a.ld, b.ld); local
120 DD c = { .ld = computed };
    [all...]
  /external/jemalloc/test/unit/
hash.c 71 uint32_t computed, expected; local
122 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) |
138 assert_u32_eq(computed, expected,
140 hash_variant_string(variant), expected, computed);
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 43 Object computed = new Object(); local
47 .build(constantLoader(computed));
50 assertSame(computed, cache.getUnchecked(key));
53 assertSame(computed, notification.getValue());
60 Object computed = new Object(); local
64 .build(constantLoader(computed));
67 assertSame(computed, cache.getUnchecked(key));
70 assertSame(computed, notification.getValue());
77 Object computed = new Object(); local
81 .build(constantLoader(computed));
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 57 BigDecimal computed = parsed.divide(BigDecimal.ONE); local
58 assertEquals("Unexpected precision for computed value " + value,
59 expectedPrecision, computed.precision());
  /system/core/gatekeeperd/
SoftGateKeeper.h 150 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); local
151 return memcmp(computed.digest, fast_hash.digest, SHA256_DIGEST_LENGTH) == 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival_unittest.cc 168 bool computed = inter_arrival->ComputeDeltas(timestamp, local
174 EXPECT_EQ(computed, false);
190 bool computed = inter_arrival->ComputeDeltas(timestamp, local
196 EXPECT_EQ(true, computed);
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 3547 unsigned int computed; local
    [all...]
  /external/skia/tests/
PathTest.cpp 1900 SkRect computed, expected; local
1911 SkRect computed; local
2066 SkRect expected[2], computed[2]; local
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 399 milliseconds