Home
last modified time | relevance | path

Searched refs:xf (Results 1 – 25 of 103) sorted by relevance

12345

/external/tcpdump/
Dprint-enc.c42 #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/
Dinstantiate-field.cpp22 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()
Dinstantiate-method.cpp13 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()
Dinstantiate-member-class.cpp41 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()
Dvirtual-member-functions.cpp83 void test_X(X<int> xi, X<float> xf) { in test_X() argument
/external/oprofile/events/ia64/itanium2/
Dunit_masks64 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/
Dp3.cpp13 void test(X<int> xi, X<float> xf) { in test() argument
14 float& ir = (xi == xf); in test()
/external/clang/test/CodeGenCXX/
Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { in h() argument
25 xf.f(&g<int>); in h()
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp4.cpp26 X2<float> xf; in g() local
27 f(xf); in g()
/external/oprofile/events/i386/pii/
Dunit_masks14 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/
Dmlann_mlp.cpp480 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/
DDefmInsideMultiClass.td24 defm ADD : basic_s<0xf>, basic_p<0xf>;
DLetInsideMultiClasses.td28 defm ADD : basic_ss<0xf>;
/external/llvm/lib/Target/CellSPU/
DSPU128InstrInfo.td21 (ROTQMBYIr128_zext_r32 (ANDIi8i32 R8C:$rSrc, 0xf), 12)>;
37 (ROTQMBYIr128_zext_r32 (ANDIi8i32 R8C:$rSrc, 0xf), 12)>;
/external/v8/test/mjsunit/
Darray-sort.js75 for (var xf = 0; xf <= 9; xf++) {
80 var x = xb * xf + xo;
/external/webrtc/src/modules/audio_processing/aec/main/source/
Daec_core.c573 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/
Dfullaec.m287 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/
DCanvasSurface.cpp124 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/
Dalign.m1 function [delayStructNew] = align(xf, yf, delayStruct, i, trueDelay);
15 xxf = sqrt(real(xf.*conj(xf))+1e-20);
/external/oprofile/events/mips/5K/
Devents24 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/
Dinvalid-SMLAD-arm.txt11 0x1b 0x68 0xf 0x97
/external/oprofile/events/i386/core/
Dunit_masks9 name:x0f type:mandatory default:0xf
10 0xf No unit mask
/external/qemu/pc-bios/keymaps/
Dcommon21 Tab 0xf localstate
22 ISO_Left_Tab 0xf shift
/external/oprofile/events/i386/core_2/
Dunit_masks9 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/
Dvidyo-3-srtp-ws.patch400 - *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);

12345