/external/tcpdump/ |
D | print-enc.c | 42 #define ENC_PRINT_TYPE(wh, xf, nam) \ argument 43 if ((wh) & (xf)) { \ 44 printf("%s%s", nam, (wh) == (xf) ? "): " : ","); \ 45 (wh) &= ~(xf); \
|
/external/clang/test/SemaTemplate/ |
D | instantiate-field.cpp | 22 void test2(const X<float> *xf) { in test2() argument 23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}} in test2() 26 void test3(const X<int(int)> *xf) { in test3() argument 27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}} in test3()
|
D | instantiate-method.cpp | 13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { in test() argument 16 xf->f(&identity); in test() 17 xf->g(identity); in test()
|
D | instantiate-member-class.cpp | 41 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a … variable 45 …xi = xf; // expected-error{{assigning to 'X<int>::X<int> *' from incompatible type 'X<float>::X<f… in test_naming()
|
D | virtual-member-functions.cpp | 83 void test_X(X<int> xi, X<float> xf) { in test_X() argument
|
D | instantiate-complete.cpp | 20 …X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested … member
|
/external/oprofile/events/ia64/itanium2/ |
D | unit_masks | 64 0xf L1D_NATCONF 108 0xf NRETIND.WRONG_TARGET 142 0xf NRETIND.OKPRED_TAKEN 180 0xf ALL ANY 195 0xf ALL ANY 211 0xf ALL ANY 226 0xf ALL2.WRONG_TARGET 229 name:extern_dp_pins_0_to_3 type:bitmask default:0xf 234 0xf ALL 240 0xf ALL [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p3.cpp | 13 void test(X<int> xi, X<float> xf) { in test() argument 14 float& ir = (xi == xf); in test()
|
/external/clang/test/CodeGenCXX/ |
D | address-of-fntemplate.cpp | 24 void h(X<int (*)()> xf) { in h() argument 25 xf.f(&g<int>); in h()
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p4.cpp | 26 X2<float> xf; in g() local 27 f(xf); in g()
|
/external/oprofile/events/i386/pii/ |
D | unit_masks | 14 name:mmx_uops type:mandatory default:0xf 27 name:seg_rename type:bitmask default:0xf 34 0xf ES, DS, FS, GS registers
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 480 double* xf = _xf->data.db; in calc_activ_func_deriv() local 487 for( i = 0; i < n; i++, xf += cols, df += cols ) in calc_activ_func_deriv() 490 xf[j] += bias[j]; in calc_activ_func_deriv() 499 for( i = 0; i < n; i++, xf += cols, df += cols ) in calc_activ_func_deriv() 502 double t = xf[j] + bias[j]; in calc_activ_func_deriv() 504 xf[j] = t*t*scale; in calc_activ_func_deriv() 510 for( i = 0; i < n; i++, xf += cols, df += cols ) in calc_activ_func_deriv() 512 xf[j] = (xf[j] + bias[j])*scale; in calc_activ_func_deriv() 518 xf -= n; df -= n; in calc_activ_func_deriv() 529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; in calc_activ_func_deriv() [all …]
|
/external/llvm/test/TableGen/ |
D | DefmInsideMultiClass.td | 24 defm ADD : basic_s<0xf>, basic_p<0xf>;
|
D | LetInsideMultiClasses.td | 28 defm ADD : basic_ss<0xf>;
|
/external/llvm/lib/Target/CellSPU/ |
D | SPU128InstrInfo.td | 21 (ROTQMBYIr128_zext_r32 (ANDIi8i32 R8C:$rSrc, 0xf), 12)>; 37 (ROTQMBYIr128_zext_r32 (ANDIi8i32 R8C:$rSrc, 0xf), 12)>;
|
/external/v8/test/mjsunit/ |
D | array-sort.js | 101 for (var xf = 0; xf <= 9; xf++) { 103 addSigned(xb * xf + xo);
|
/external/webkit/Source/WebCore/dom/ |
D | CanvasSurface.cpp | 124 float xf = logicalPos.x() * m_pageScaleFactor; in convertLogicalToDevice() local 127 return IntPoint(static_cast<unsigned>(xf), static_cast<unsigned>(yf)); in convertLogicalToDevice()
|
/external/oprofile/events/mips/5K/ |
D | events | 24 event:0xf counters:0 um:zero minimum:500 name:INSNS_EXECED : Instructions executed 36 event:0xf counters:1 um:zero minimum:500 name:COP2_INSNS_EXECED : COP2 instructions executed
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-SMLAD-arm.txt | 11 0x1b 0x68 0xf 0x97
|
/external/qemu/pc-bios/keymaps/ |
D | common | 21 Tab 0xf localstate 22 ISO_Left_Tab 0xf shift
|
/external/oprofile/events/i386/core/ |
D | unit_masks | 9 name:x0f type:mandatory default:0xf 10 0xf No unit mask
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 9 name:x0f type:mandatory default:0xf 10 0xf No unit mask 168 name:simd_comp_inst_retired type:bitmask default:0xf 179 name:rat_stalls type:bitmask default:0xf
|
/external/srtp/googlepatches/ |
D | vidyo-3-srtp-ws.patch | 400 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 401 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 402 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 403 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 404 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 405 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 406 - *str-- = nibble_to_hex_char(tmp & 0xf); tmp >>= 4; 407 - *str-- = nibble_to_hex_char(tmp & 0xf);
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 114 float xf[4], yf[4]; variable 143 d *= (xf[j] = _x.f); 149 double b = xf[2] * xf[3], a = xf[0] * xf[1]; 151 float z0 = (float) (yf[0] * xf[1] * b * d); 152 float z1 = (float) (yf[1] * xf[0] * b * d); 153 float z2 = (float) (yf[2] * xf[3] * a * d); 154 float z3 = (float) (yf[3] * xf[2] * a * d);
|
/external/valgrind/main/drd/scripts/ppc-cross/ |
D | download-and-build-ppc-crosscompiler | 84 /bin/tar -C patches -cf - . | /bin/tar -C $CROSSTOOL_FOLDER/patches -xf -
|