/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
|
/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 | 75 for (var xf = 0; xf <= 9; xf++) { 80 var x = xb * xf + xo;
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
D | aec_core.c | 573 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; in ProcessBlock() local 615 xf[1][0] = 0; in ProcessBlock() 616 xf[1][PART_LEN] = 0; in ProcessBlock() 617 xf[0][0] = fft[0]; in ProcessBlock() 618 xf[0][PART_LEN] = fft[1]; in ProcessBlock() 621 xf[0][i] = fft[2 * i]; in ProcessBlock() 622 xf[1][i] = fft[2 * i + 1]; in ProcessBlock() 641 (xf[0][i] * xf[0][i] + xf[1][i] * xf[1][i]); in ProcessBlock() 686 memcpy(aec->xfBuf[0] + aec->xfBufBlockPos * PART_LEN1, xf[0], in ProcessBlock() 688 memcpy(aec->xfBuf[1] + aec->xfBufBlockPos * PART_LEN1, xf[1], in ProcessBlock()
|
/external/webrtc/src/modules/audio_processing/aec/main/matlab/ |
D | fullaec.m | 287 xf = tmp(1:N+1); variable 293 xfwm(:,1) = xf; 294 xf = xfwm(:,dIdx); variable 295 %fprintf(1,'%d: %f\n', kk, xf(4)); 302 Sx = gamma*Sx + (1 - gamma)*real(xf.*conj(xf)); 320 %SxFast = xf.*conj(xf); 331 Sxd = gamma*Sxd + (1 - gamma)*xf.*conj(df); 352 %xf = xfm(:,dIdx); 353 %SxBad = gamma*SxBad + (1 - gamma)*real(xf.*conj(xf)); 354 %SxdBad = gamma*SxdBad + (1 - gamma)*xf.*conj(df);
|
/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/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
D | align.m | 1 function [delayStructNew] = align(xf, yf, delayStruct, i, trueDelay); 15 xxf = sqrt(real(xf.*conj(xf))+1e-20);
|
/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/oprofile/events/i386/core/ |
D | unit_masks | 9 name:x0f type:mandatory default:0xf 10 0xf No unit mask
|
/external/qemu/pc-bios/keymaps/ |
D | common | 21 Tab 0xf localstate 22 ISO_Left_Tab 0xf shift
|
/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);
|