Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/valgrind/none/tests/mips32/
Dvfp.stdout.exp-mips32r2-BE2 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 …]
Dvfp.stdout.exp-mips32r2-LE2 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 …]
Dvfp.stdout.exp-mips32-LE2 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 …]
Dvfp.stdout.exp-mips32-BE2 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 …]
/external/valgrind/none/tests/amd64/
Dfma.c7 } 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/
DJCLLoggerAdapter.java89 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/
DLog4jLoggerAdapter.java128 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/lzma/CPP/Windows/
DTimeUtils.cpp19 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &ft) throw() 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) throw() 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/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
DJDK14LoggerAdapter.java96 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/
DMessageFormatterTest.java274 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/jetty/lib/
Dslf4j-jdk14-1.6.1.jar ... .Object) org.slf4j.helpers.FormattingTuple ft String format Object arg public void trace (java. ...
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp210 typedef TransformFunctorTraits<UnOp> ft; in transformSmart() typedef
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart()
212 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::write_type write_type; in transformSmart()
216 const int x_shifted = x * ft::smart_shift; in transformSmart()
223 if (x_shifted + ft::smart_shift - 1 < src_.cols) in transformSmart()
228 OpUnroller<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart()
259 typedef TransformFunctorTraits<BinOp> ft; in transformSmart() typedef
260 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::read_type1 read_type1; in transformSmart()
261 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::read_type2 read_type2; in transformSmart()
262 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::write_type write_type; in transformSmart()
[all …]
/external/v8/test/cctest/compiler/
Dtest-code-stub-assembler.cc34 FunctionTester ft(descriptor, code); in TEST() local
35 MaybeHandle<Object> result = ft.Call(); in TEST()
47 FunctionTester ft(descriptor, code); in TEST() local
48 MaybeHandle<Object> result = ft.Call(); in TEST()
60 FunctionTester ft(descriptor, code); in TEST() local
61 MaybeHandle<Object> result = ft.Call(); in TEST()
74 FunctionTester ft(descriptor, code); in TEST() local
75 MaybeHandle<Object> result = ft.Call(); in TEST()
88 FunctionTester ft(descriptor, code); in TEST() local
89 MaybeHandle<Object> result = ft.Call(); in TEST()
[all …]
Dtest-run-stubs.cc52 FunctionTester ft(&graph, 4); in TEST() local
57 Object::ToObject(isolate, ft.Val(testString)).ToHandleChecked(); in TEST()
58 Handle<String> nameArg = ft.Val("length"); in TEST()
59 Handle<Object> slot = ft.Val(0.0); in TEST()
60 Handle<Object> vector = ft.Val(0.0); in TEST()
62 ft.Call(receiverArg, nameArg, slot, vector).ToHandleChecked(); in TEST()
/external/libopus/celt/tests/
Dtest_unit_entropy.c58 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/
Dtime.cc190 FILETIME ft; in GetSystemTime() local
191 ::GetSystemTimeAsFileTime(&ft); in GetSystemTime()
192 return Time::FromFiletime(ft); in GetSystemTime()
220 Time Time::FromFiletime(FILETIME ft) { in FromFiletime() argument
221 if (ft.dwLowDateTime == 0 && ft.dwHighDateTime == 0) { in FromFiletime()
224 if (ft.dwLowDateTime == std::numeric_limits<DWORD>::max() && in FromFiletime()
225 ft.dwHighDateTime == std::numeric_limits<DWORD>::max()) { in FromFiletime()
228 int64_t us = (static_cast<uint64_t>(ft.dwLowDateTime) + in FromFiletime()
229 (static_cast<uint64_t>(ft.dwHighDateTime) << 32)) / 10; in FromFiletime()
236 FILETIME ft; in ToFiletime() local
[all …]
/external/v8/src/mips/
Dsimulator-mips.cc2325 double ft, fs, fd; in DecodeTypeRegisterDRsType() local
2329 ft = (get_instr()->FunctionFieldRaw() != MOVF) in DecodeTypeRegisterDRsType()
2333 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType()
2377 set_fpu_register_double(fd_reg(), (fd_int & 0x1) == 0 ? fs : ft); in DecodeTypeRegisterDRsType()
2419 if (std::isnan(fs) && std::isnan(ft)) { in DecodeTypeRegisterDRsType()
2421 } else if (std::isnan(fs) && !std::isnan(ft)) { in DecodeTypeRegisterDRsType()
2422 set_fpu_register_double(fd_reg(), ft); in DecodeTypeRegisterDRsType()
2423 } else if (!std::isnan(fs) && std::isnan(ft)) { in DecodeTypeRegisterDRsType()
2426 set_fpu_register_double(fd_reg(), (fs >= ft) ? ft : fs); in DecodeTypeRegisterDRsType()
2432 if (std::isnan(fs) && std::isnan(ft)) { in DecodeTypeRegisterDRsType()
[all …]
Dassembler-mips.cc978 FPURegister ft, in GenInstrRegister() argument
982 DCHECK(fd.is_valid() && fs.is_valid() && ft.is_valid()); in GenInstrRegister()
983 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift) in GenInstrRegister()
991 FPURegister ft, in GenInstrRegister() argument
995 DCHECK(fd.is_valid() && fr.is_valid() && fs.is_valid() && ft.is_valid()); in GenInstrRegister()
996 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift) in GenInstrRegister()
1048 void Assembler::GenInstrImmediate(Opcode opcode, Register rs, FPURegister ft, in GenInstrImmediate() argument
1051 DCHECK(rs.is_valid() && ft.is_valid() && (is_int16(j) || is_uint16(j))); in GenInstrImmediate()
1052 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift) in GenInstrImmediate()
2226 FPURegister ft) { in sel() argument
[all …]
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c60 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/v8/src/mips64/
Dsimulator-mips64.cc2323 float fs, ft, fd; in DecodeTypeRegisterSRsType() local
2325 ft = get_fpu_register_float(ft_reg()); in DecodeTypeRegisterSRsType()
2327 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType()
2372 set_fpu_register_float(fd_reg(), fs + ft); in DecodeTypeRegisterSRsType()
2375 set_fpu_register_float(fd_reg(), fs - ft); in DecodeTypeRegisterSRsType()
2378 set_fpu_register_float(fd_reg(), fs * ft); in DecodeTypeRegisterSRsType()
2381 set_fpu_register_float(fd_reg(), fs / ft); in DecodeTypeRegisterSRsType()
2411 set_fcsr_bit(fcsr_cc, std::isnan(fs) || std::isnan(ft)); in DecodeTypeRegisterSRsType()
2414 set_fcsr_bit(fcsr_cc, (fs == ft)); in DecodeTypeRegisterSRsType()
2417 set_fcsr_bit(fcsr_cc, (fs == ft) || (std::isnan(fs) || std::isnan(ft))); in DecodeTypeRegisterSRsType()
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-yuiapp.css7 #hd, #bd, #ft {
16 #ft {
91 #ft p.fine, #ft p.fine a {
95 #ft p.intro {
104 #ft p {
Ddataurl-realdata-yuiapp.css.min1ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:transpare…
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-yuiapp.out1ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:transpare…
Ddataurl-realdata-yuiapp.out.b1ft{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/
Dp4-0x.cpp12 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()

12345678910>>...12