Searched defs:fr (Results 1 - 25 of 101) sorted by relevance

12345

/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp12 float &fr = f0(vp, 0); local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp26 float &fr = check_const_int(ic); local
31 float &fr = check_const_int(ic); local
36 float &fr = check_const_int(ic); local
41 float &fr = check_const_int(ic); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp126 float &fr = g(f<int>, 1, 2); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp29 const float &fr = ar; local
/external/clang/test/SemaCXX/
H A Ddecltype.cpp16 float &fr = f2(AC().a); local
H A Doverload-member-call.cpp67 float &fr = cx2p->member(); local
H A Denum.cpp15 float& fr = enumerator_type(Val2); local
/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp32 apply1<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'int'}} variable
H A Ddefault-arguments-cxx0x.cpp25 float &fr = f1(15); local
H A Dinstantiate-template-template-parm.cpp20 apply<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'int'}} variable
H A Dtemp_func_order.cpp10 float &fr = f0(ip); local
39 float &fr = f2(aif); local
51 float &fr = f3(i, fp); local
84 float &fr = f6(ic, ic); local
H A Daddress-spaces.cpp85 float &fr = order1(i); local
H A Dinstantiate-member-class.cpp55 float &fr = e->bar(); local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_assign.pass.cpp95 Func& fr = (f = f); local
96 assert(&fr == &f);
102 Func& fr = (f = f); local
103 assert(&fr == &f);
109 Func& fr = (f = f); local
110 assert(&fr == &f);
116 Func& fr = (f = f); local
117 assert(&fr == &f);
/external/ltp/testcases/kernel/numa/
H A Dnuma_node_size.c59 long fr; local
60 unsigned long sz = numa_node_size(i, &fr);
63 printf("node %d free: %s\n", i, fmt_mem(fr, buf));
/external/clang/test/CXX/expr/
H A Dp9.cpp13 float &fr = f0; variable
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderoptions.cpp53 int fr = FXSYS_GetRValue(m_ForeColor); local
59 r = (br - fr) * gray / 255 + fr;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h51 int fr)
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h, int fr) argument
/external/aac/libAACenc/src/
H A Dtransform.cpp119 fr: right window slope length
122 int tl, fl, nl, fr, nr; local
142 fr = frameLength - offset;
147 fr = frameLength;
151 fr = frameLength >> 3;
154 fl = fr = frameLength >> 3;
165 nr = (tl - fr)>>1;
169 pRightWindowPart = FDKgetWindowSlope(fr, windowShape);
201 for (i=0; i<fr/2; i++)
/external/clang/test/CodeGenCXX/
H A Dlvalue-bitcasts.cpp7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { argument
11 ir = reinterpret_cast<int&>(fr);
19 fr = reinterpret_cast<float&>(ir);
23 fr = reinterpret_cast<float&>(xr);
31 xr = reinterpret_cast<X&>(fr);
43 cfr = reinterpret_cast<_Complex float&>(fr);
52 void c_cast(int &ir, float &fr, X &xr) { argument
56 ir = (int&)fr;
64 fr = (float&)ir;
68 fr
97 functional_cast(int &ir, float &fr, X &xr) argument
[all...]
H A Dconst-init.cpp11 // CHECK: @fr = constant void ()* @_Z1fv
12 void (&fr)() = f; variable
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java71 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr ) {
73 this.origFunctionResolver = this.functionResolver = fr;
76 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr, argument
79 this.origFunctionResolver = this.functionResolver = fr;
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DI.js576 var fr = function() { self.updateFramerate() }
577 setInterval(fr, this.framerateUpdateInterval);
/external/aac/libFDK/src/
H A Dmdct.cpp259 const INT fr,
269 nr = (tl - fr)>>1;
369 hMdct->prev_fr = fr;
248 imdct_block( H_MDCT hMdct, FIXP_DBL *output, FIXP_DBL *spectrum, const SHORT scalefactor[], const INT nSpec, const INT noOutSamples, const INT tl, const FIXP_WTP *wls, INT fl, const FIXP_WTP *wrs, const INT fr, FIXP_DBL gain ) argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp14 float &fr = a.g2(); local
45 float &fr = ci.g2(); local

Completed in 477 milliseconds

12345