/external/clang/test/ASTMerge/Inputs/ |
enum1.c | 40 } E6; 42 E6 x6;
|
enum2.c | 40 } E6; 42 E6 x6;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
greg1.s | 3 E6 SET $234,7899 9 GREG E6+24
|
greg2.s | 9 .greg ,E6+24 % Somewhat unusable, but hey... 17 E6:
|
greg1.d | 10 0+4 l \.text 0+ E6
|
greg1a.d | 12 0+4 l \.text 0+ E6
|
greg2.d | 10 0+4 l \.text 0+ E6
|
greg2a.d | 12 0+4 l \.text 0+ E6
|
/external/clang/test/CXX/expr/expr.const/ |
p3-0x.cpp | 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; 49 case E6: 60 a = E6, 68 using Int = A<E6>;
|
/external/clang/test/CXX/special/class.copy/ |
p23-cxx11.cpp | 154 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}} 155 E6 &operator=(E6 &&) = default; // expected-note {{here}} 162 template struct MoveAssign<E6>; // expected-note {{here}}
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
DormandPrince54Integrator.java | 89 private static final double E6 = 22.0 / 525.0; 143 E6 * yDotK[5][j] + E7 * yDotK[6][j];
|
/external/webrtc/webrtc/system_wrappers/source/ |
event_timer_posix.cc | 30 const long int E6 = 1000000; 31 const long int E9 = 1000 * E6; 92 end_at.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6; 194 end_at.tv_nsec = created_at_.tv_nsec + (time - (time / 1000) * 1000) * E6;
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
p5.cpp | 22 enum E6 : IntAlign16 {}; 23 static_assert(alignof(E6) == 4, "");
|
/external/caliper/examples/src/main/java/examples/ |
EnumSetContainsBenchmark.java | 58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, 64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17,
|
/external/dng_sdk/source/ |
dng_temperature.cpp | 136 fTemperature = 1.0E6 / (kTempTable [index - 1] . r * f + 185 real64 r = 1.0E6 / fTemperature;
|
/frameworks/native/libs/binder/tests/ |
binderThroughputTest.cpp | 106 static constexpr float time_per_bucket_ms = time_per_bucket / 1.0E6; 134 double best = (double)m_best / 1.0E6; 135 double worst = (double)m_worst / 1.0E6; 136 double average = (double)m_total_time / m_transactions / 1.0E6;
|
/frameworks/av/media/libstagefright/ |
AudioPlayer.cpp | 555 ALOGV("adjust seek time to: %.2f", mStartPosUs/ 1E6); 573 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6); 605 mPositionTimeMediaUs / 1E6, mPositionTimeRealUs / 1E6);
|
HTTPBase.cpp | 87 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
|
VBRISeeker.cpp | 75 ALOGV("duration = %.2f secs", durationUs / 1E6);
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 102 printf("min decode time %" PRId64 " us (%.2f secs)\n", minUs, minUs / 1E6); 103 printf("max decode time %" PRId64 " us (%.2f secs)\n", maxUs, maxUs / 1E6); 122 double fps = 1E6 / slotUs; 262 seekTimeUs / 1E6, timestampUs / 1E6); 270 timestampUs, timestampUs / 1E6); 293 seekTimeUs, seekTimeUs / 1E6); 382 printf("avg. %.2f fps\n", n * 1E6 / delay); 395 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay); 1098 thumbTimeUs, thumbTimeUs / 1E6); [all...] |
codec.cpp | 319 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs); 325 state->mNumBuffersDecoded * 1E6 / elapsedTimeUs, 327 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
|
/prebuilts/go/darwin-x86/src/math/ |
tan.go | 65 1.15351664838587416140E6, // 0x413199eca5fc9ddd 71 -1.32089234440210967447E6, //0xc13427bc582abc96
|
/prebuilts/go/linux-x86/src/math/ |
tan.go | 65 1.15351664838587416140E6, // 0x413199eca5fc9ddd 71 -1.32089234440210967447E6, //0xc13427bc582abc96
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
StreamingSource.cpp | 189 durationUs / 1E6); 198 durationUs / 1E6);
|
/external/clang/INPUTS/ |
c99-intconst-1.c | 56 (T4 *) if E4, otherwise (T5 *) if E5, otherwise (T6 *) if E6. */ 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ 64 && !(E4) && !(E5) && (E6)))) 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ 75 T4, (E4), T5, (E5), T6, (E6)))0))
|