/external/valgrind/none/tests/mips32/ |
D | vfp.stdout.exp-mips32r2-BE | 2 ldc1 $f0, 0($t1) :: ft 0x666666664095a266 3 ldc1 $f0, 8($t1) :: ft 0x0bff00000 4 ldc1 $f0, 16($t1) :: ft 0x03ff00000 5 ldc1 $f0, 24($t1) :: ft 0x262d2d2a252a2e2b 6 ldc1 $f0, 32($t1) :: ft 0xffffffffffffffff 7 ldc1 $f0, 40($t1) :: ft 0xb487e5c941d26580 8 ldc1 $f0, 48($t1) :: ft 0xb750e38842026580 9 ldc1 $f0, 56($t1) :: ft 0xe2308c3a3e45798e 10 ldc1 $f0, 64($t1) :: ft 0x3746f65f3fbf9add 11 ldc1 $f0, 0($t1) :: ft 0x666666664095a266 [all …]
|
D | vfp.stdout.exp-mips32r2-LE | 2 ldc1 $f0, 0($t1) :: ft 0x4095a26666666666 3 ldc1 $f0, 8($t1) :: ft 0xbff000000 4 ldc1 $f0, 16($t1) :: ft 0x3ff000000 5 ldc1 $f0, 24($t1) :: ft 0x252a2e2b262d2d2a 6 ldc1 $f0, 32($t1) :: ft 0xffffffffffffffff 7 ldc1 $f0, 40($t1) :: ft 0x41d26580b487e5c9 8 ldc1 $f0, 48($t1) :: ft 0x42026580b750e388 9 ldc1 $f0, 56($t1) :: ft 0x3e45798ee2308c3a 10 ldc1 $f0, 64($t1) :: ft 0x3fbf9add3746f65f 11 ldc1 $f0, 0($t1) :: ft 0x4095a26666666666 [all …]
|
D | vfp.stdout.exp-mips32-BE | 2 ldc1 $f0, 0($t1) :: ft 0x666666664095a266 3 ldc1 $f0, 8($t1) :: ft 0x0bff00000 4 ldc1 $f0, 16($t1) :: ft 0x03ff00000 5 ldc1 $f0, 24($t1) :: ft 0x262d2d2a252a2e2b 6 ldc1 $f0, 32($t1) :: ft 0xffffffffffffffff 7 ldc1 $f0, 40($t1) :: ft 0xb487e5c941d26580 8 ldc1 $f0, 48($t1) :: ft 0xb750e38842026580 9 ldc1 $f0, 56($t1) :: ft 0xe2308c3a3e45798e 10 ldc1 $f0, 64($t1) :: ft 0x3746f65f3fbf9add 11 ldc1 $f0, 0($t1) :: ft 0x666666664095a266 [all …]
|
D | vfp.stdout.exp-mips32-LE | 2 ldc1 $f0, 0($t1) :: ft 0x4095a26666666666 3 ldc1 $f0, 8($t1) :: ft 0xbff000000 4 ldc1 $f0, 16($t1) :: ft 0x3ff000000 5 ldc1 $f0, 24($t1) :: ft 0x252a2e2b262d2d2a 6 ldc1 $f0, 32($t1) :: ft 0xffffffffffffffff 7 ldc1 $f0, 40($t1) :: ft 0x41d26580b487e5c9 8 ldc1 $f0, 48($t1) :: ft 0x42026580b750e388 9 ldc1 $f0, 56($t1) :: ft 0x3e45798ee2308c3a 10 ldc1 $f0, 64($t1) :: ft 0x3fbf9add3746f65f 11 ldc1 $f0, 0($t1) :: ft 0x4095a26666666666 [all …]
|
/external/valgrind/none/tests/amd64/ |
D | fma.c | 7 } ft __attribute__((aligned (32))); variable 31 …sm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "x" (ft.y[i]), "x" (ft.z[i])… in test_fmaf() 32 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 33 …sm __volatile__ ("vfmadd132ss %2, %3, %0" : "=x" (w) : "0" (ft.x[i]), "m" (ft.y[i]), "x" (ft.z[i])… in test_fmaf() 34 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 35 …sm __volatile__ ("vfmadd213ss %3, %2, %0" : "=x" (w) : "0" (ft.x[i]), "x" (ft.y[i]), "x" (ft.z[i])… in test_fmaf() 36 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 37 …sm __volatile__ ("vfmadd213ss %3, %2, %0" : "=x" (w) : "0" (ft.x[i]), "x" (ft.y[i]), "m" (ft.z[i])… in test_fmaf() 38 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 39 …sm __volatile__ ("vfmadd231ss %2, %1, %0" : "=x" (w) : "x" (ft.x[i]), "x" (ft.y[i]), "0" (ft.z[i])… in test_fmaf() [all …]
|
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
D | JCLLoggerAdapter.java | 89 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 90 log.trace(ft.getMessage(), ft.getThrowable()); in trace() 112 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 113 log.trace(ft.getMessage(), ft.getThrowable()); in trace() 131 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in trace() local 132 log.trace(ft.getMessage(), ft.getThrowable()); in trace() 185 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 186 log.debug(ft.getMessage(), ft.getThrowable()); in debug() 208 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 209 log.debug(ft.getMessage(), ft.getThrowable()); in debug() [all …]
|
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/ |
D | Log4jLoggerAdapter.java | 128 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 129 … logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable()); in trace() 151 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 152 … logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable()); in trace() 172 FormattingTuple ft = MessageFormatter.arrayFormat(format, arguments); in trace() local 173 … logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, ft.getMessage(), ft.getThrowable()); in trace() 224 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 225 logger.log(FQCN, Level.DEBUG, ft.getMessage(), ft.getThrowable()); in debug() 247 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 248 logger.log(FQCN, Level.DEBUG, ft.getMessage(), ft.getThrowable()); in debug() [all …]
|
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ |
D | JDK14LoggerAdapter.java | 96 FormattingTuple ft = MessageFormatter.format(format, arg); in trace() local 97 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); in trace() 119 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in trace() local 120 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); in trace() 140 FormattingTuple ft = MessageFormatter.arrayFormat(format, argArray); in trace() local 141 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable()); in trace() 195 FormattingTuple ft = MessageFormatter.format(format, arg); in debug() local 196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); in debug() 218 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2); in debug() local 219 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable()); in debug() [all …]
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | MessageFormatterTest.java | 274 FormattingTuple ft; in testArrayThrowable() local 279 ft = MessageFormatter.arrayFormat("Value {} is smaller than {} and {}.", ia); in testArrayThrowable() 280 assertEquals("Value 1 is smaller than 2 and 3.", ft.getMessage()); in testArrayThrowable() 281 assertTrue(Arrays.equals(iaWitness, ft.getArgArray())); in testArrayThrowable() 282 assertEquals(t, ft.getThrowable()); in testArrayThrowable() 284 ft = MessageFormatter.arrayFormat("{}{}{}", ia); in testArrayThrowable() 285 assertEquals("123", ft.getMessage()); in testArrayThrowable() 286 assertTrue(Arrays.equals(iaWitness, ft.getArgArray())); in testArrayThrowable() 287 assertEquals(t, ft.getThrowable()); in testArrayThrowable() 289 ft = MessageFormatter.arrayFormat("Value {} is smaller than {}.", ia); in testArrayThrowable() [all …]
|
/external/lzma/CPP/Windows/ |
D | Time.cpp | 19 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &ft) in DosTimeToFileTime() argument 22 …turn BOOLToBool(::DosDateTimeToFileTime((UInt16)(dosTime >> 16), (UInt16)(dosTime & 0xFFFF), &ft)); in DosTimeToFileTime() 24 ft.dwLowDateTime = 0; in DosTimeToFileTime() 25 ft.dwHighDateTime = 0; in DosTimeToFileTime() 31 ft.dwLowDateTime = (UInt32)res; in DosTimeToFileTime() 32 ft.dwHighDateTime = (UInt32)(res >> 32); in DosTimeToFileTime() 44 bool FileTimeToDosTime(const FILETIME &ft, UInt32 &dosTime) in FileTimeToDosTime() argument 49 if (!::FileTimeToDosDateTime(&ft, &datePart, &timePart)) in FileTimeToDosTime() 51 dosTime = (ft.dwHighDateTime >= 0x01C00000) ? kHighDosTime : kLowDosTime; in FileTimeToDosTime() 59 UInt64 v64 = ft.dwLowDateTime | ((UInt64)ft.dwHighDateTime << 32); in FileTimeToDosTime() [all …]
|
/external/jetty/lib/ |
D | slf4j-jdk14-1.6.1.jar | ... .Object)
org.slf4j.helpers.FormattingTuple ft
String format
Object arg
public void trace (java. ... |
/external/libopus/celt/tests/ |
D | test_unit_entropy.c | 58 int ft; in main() local 83 for(ft=2;ft<1024;ft++){ in main() 84 for(i=0;i<ft;i++){ in main() 85 entropy+=log(ft)*M_LOG2E; in main() 86 ec_enc_uint(&enc,i,ft); in main() 110 for(ft=2;ft<1024;ft++){ in main() 111 for(i=0;i<ft;i++){ in main() 112 sym=ec_dec_uint(&dec,ft); in main() 114 fprintf(stderr,"Decoded %i instead of %i with ft of %i.\n",sym,i,ft); in main() 174 ft=rand()/((RAND_MAX>>(rand()%11U))+1U)+10; in main() [all …]
|
/external/v8/src/base/platform/ |
D | time.cc | 188 FILETIME ft; in GetSystemTime() local 189 ::GetSystemTimeAsFileTime(&ft); in GetSystemTime() 190 return Time::FromFiletime(ft); in GetSystemTime() 218 Time Time::FromFiletime(FILETIME ft) { in FromFiletime() argument 219 if (ft.dwLowDateTime == 0 && ft.dwHighDateTime == 0) { in FromFiletime() 222 if (ft.dwLowDateTime == std::numeric_limits<DWORD>::max() && in FromFiletime() 223 ft.dwHighDateTime == std::numeric_limits<DWORD>::max()) { in FromFiletime() 226 int64_t us = (static_cast<uint64_t>(ft.dwLowDateTime) + in FromFiletime() 227 (static_cast<uint64_t>(ft.dwHighDateTime) << 32)) / 10; in FromFiletime() 234 FILETIME ft; in ToFiletime() local [all …]
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 60 struct wpa_ft_ies ft; in wpa_sm_set_ft_params() local 65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0) in wpa_sm_set_ft_params() 68 if (ft.mdie && ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1) in wpa_sm_set_ft_params() 71 if (ft.mdie) { in wpa_sm_set_ft_params() 73 ft.mdie, MOBILITY_DOMAIN_ID_LEN); in wpa_sm_set_ft_params() 74 os_memcpy(sm->mobility_domain, ft.mdie, in wpa_sm_set_ft_params() 76 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN]; in wpa_sm_set_ft_params() 82 if (ft.r0kh_id) { in wpa_sm_set_ft_params() 84 ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params() 85 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params() [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/ |
D | dataurl-realdata-yuiapp.css | 7 #hd, #bd, #ft { 16 #ft { 91 #ft p.fine, #ft p.fine a { 95 #ft p.intro { 104 #ft p {
|
D | dataurl-realdata-yuiapp.css.min | 1 …ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:transpare…
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/ |
D | dataurl-realdata-yuiapp.out.b | 1 …ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:transpare…
|
D | dataurl-realdata-yuiapp.out | 1 …ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:transpare…
|
/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 12 template<typename T> int &ft(T) &; 13 template<typename T> float &ft(T) &&; 44 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() 45 float &fr3 = xvalue<X0>().ft(2); in test_ref_qualifier_binding() 46 float &fr4 = prvalue<X0>().ft(3); in test_ref_qualifier_binding()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 71 template <typename T> constexpr T ft(T t) { return t; } in ft() function 80 template <> notlit ft(notlit nl) { return nl; } in ft() function 81 template <> char ft(char c) { return c; } // expected-note {{previous}} in ft() function 82 template <> constexpr char ft(char nl); // expected-error {{constexpr declaration of 'ft<char>' fol… 91 constexpr int i3 = ft(1); 96 (void)ft(nl2); in test()
|
/external/skia/src/ports/ |
D | SkTime_win.cpp | 45 FILETIME ft; in GetMSecs() local 47 GetSystemTimeAsFileTime(&ft); in GetMSecs() 48 li.LowPart = ft.dwLowDateTime; in GetMSecs() 49 li.HighPart = ft.dwHighDateTime; in GetMSecs()
|
/external/icu/icu4c/source/data/unit/ |
D | sl.txt | 86 dnam{"ft²"} 87 few{"{0} ft²"} 88 one{"{0} ft²"} 89 other{"{0} ft²"} 90 two{"{0} ft²"} 420 dnam{"ft"} 421 few{"{0} ft"} 422 one{"{0} ft"} 423 other{"{0} ft"} 424 two{"{0} ft"} [all …]
|
D | zu.txt | 68 dnam{"ft²"} 69 one{"{0} ft²"} 70 other{"{0} ft²"} 312 dnam{"ft"} 313 one{"{0} ft"} 314 other{"{0} ft"} 538 dnam{"ac ft"} 539 one{"{0} ac ft"} 540 other{"{0} ac ft"} 553 dnam{"ft³"} [all …]
|
D | kl.txt | 23 one{"{0} ft²"} 24 other{"{0} ft²"} 67 one{"{0} ft²"} 68 other{"{0} ft²"}
|
/external/valgrind/none/tests/mips64/ |
D | fpu_branches.stdout.exp | 1 --- BC1F --- if fs == ft then out = ft else out = fs + ft 50 --- BC1T --- if fs != ft then out = fs + ft else out = ft 99 --- BC1FL --- if fs == ft then out = ft else out = fs + ft 148 --- BC1TL --- if fs != ft then out = ft else out = fs + ft 197 --- C.F.S/D --- if false then out = fs + ft else out = fs 246 --- C.UN.S/D --- if unordered(fs, ft) then out = fs + ft else out = fs 295 --- C.EQ.S/D --- if fs == ft then out = fs + ft else out = fs 344 --- C.UEQ.S/D --- if (unordered(fs, ft) or (fs == ft)) then out = fs + ft else out = fs 393 --- C.OLT.S/D --- if (ordered(fs, ft) or (fs < ft)) then out = fs + ft else out = fs 442 --- C.ULT.S/D --- if (unordered(fs, ft) or (fs < ft)) then out = fs + ft else out = fs [all …]
|