HomeSort by relevance Sort by last modified time
    Searched refs:qa (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/OpenMP/
for_reduction_messages.cpp 78 T qa[5] = {T()}; local
83 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
146 #pragma omp for reduction(max : qa[1])
206 #pragma omp parallel private(qa) // expected-note 2 {{defined as private}}
207 #pragma omp for reduction(+ : qa[1], get()[0]) // expected-error 2 {{reduction variable must be shared}} expected-error {{expected variable name as a base of the array subscript}}
210 #pragma omp parallel shared(qa)
211 #pragma omp for reduction(+ : qa[1], qa[0]) // expected-error 2 {{variable can appear only once in OpenMP 'reduction' clause}} expected-note 2 {{previously referenced here}}
233 int qa[5] = {0}; local
240 int &q = qa[i]; // expected-note {{'q' defined here}
    [all...]
parallel_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
170 int qa[5] = {0}; local
177 int &q = qa[i]; // expected-note {{'q' defined here}}
parallel_sections_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
228 int qa[5] = {0}; local
235 int &q = qa[i]; // expected-note {{'q' defined here}}
target_parallel_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
173 int qa[5] = {0}; local
180 int &q = qa[i]; // expected-note {{'q' defined here}}
for_simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
224 int qa[5] = {0}; local
231 int &q = qa[i]; // expected-note {{'q' defined here}}
parallel_for_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
197 int qa[5] = {0}; local
204 int &q = qa[i]; // expected-note {{'q' defined here}}
parallel_for_simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
197 int qa[5] = {0}; local
204 int &q = qa[i]; // expected-note {{'q' defined here}}
sections_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
255 int qa[5] = {0}; local
262 int &q = qa[i]; // expected-note {{'q' defined here}}
simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
200 int qa[5] = {0}; local
207 int &q = qa[i]; // expected-note {{'q' defined here}}
target_parallel_for_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
197 int qa[5] = {0}; local
204 int &q = qa[i]; // expected-note {{'q' defined here}}
target_parallel_for_simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
197 int qa[5] = {0}; local
204 int &q = qa[i]; // expected-note {{'q' defined here}}
teams_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
205 int qa[5] = {0}; local
212 int &q = qa[i]; // expected-note {{'q' defined here}}
distribute_parallel_for_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
259 int qa[5] = {0}; local
266 int &q = qa[i]; // expected-note {{'q' defined here}}
distribute_parallel_for_simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
259 int qa[5] = {0}; local
266 int &q = qa[i]; // expected-note {{'q' defined here}}
distribute_simd_reduction_messages.cpp 77 T qa[5] = {T()}; local
82 T &q = qa[(int)i]; // expected-note 2 {{'q' defined here}}
259 int qa[5] = {0}; local
266 int &q = qa[i]; // expected-note {{'q' defined here}}
  /external/eigen/demos/opengl/
camera.cpp 158 Quaternionf qa(mViewMatrix.linear());
159 qa = qa.conjugate();
160 setOrientation(qa);
161 setPosition(- (qa * mViewMatrix.translation()) );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 403 double qa = 0;
432 qa = qr - (t * t) / (3 * (lambda + a * (y + 1)));
433 if (v < qa) {
    [all...]
  /frameworks/native/libs/math/tests/
quat_test.cpp 258 quatd qa = quatd::fromAxisAngle(double3(0, 0, 1), 0); local
260 quatd qs = slerp(qa, qb, 0.5);
267 qs = nlerp(qa, qb, 0.5);
  /external/netperf/doc/examples/
runemomniaggdemo.sh 243 rpm -qa 2>&1 > rpm.txt
  /external/deqp/framework/delibs/coding_guidelines/
prettify.js 12 g),h=e.match(/^(<[^>]*>)([\s\S]*)(<\/[^>]*>)$/);if(h)a.splice(c,2,d,"tag",d+h[1].length,"src",d+h[1].length+(h[2]||"").length,"tag")}return a}var qa=v([["atv",/^\'[^\']*(?:\'|$)/,null,"'"],["atv",/^\"[^\"]*(?:\"|$)/,null,'"'],["pun",/^[<>\/=]+/,null,"<>/="]],[["tag",/^[\w:\-]+/,/^</],["atv",/^[\w\-]+/,/^=/],["atn",/^[\w:\-]+/,null],["pln",/^\s+/,null," \t\r\n"]]);function ra(b,a){for(var c=0;c<a.length;c+=2){var d=a[c+1];if(d==="tag"){var g,e;g=a[c];e=c+2<a.length?a[c+2]:b.length;var h=b.substring(g,
13 e),f=qa(h,g);u(f,a,c,2);c+=f.length-2}}return a}function r(b){var a=[],c=[];if(b.tripleQuotedStrings)a.push(["str",/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,"'\""]);else if(b.multiLineStrings)a.push(["str",/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]);else a.push(["str",/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,
  /external/slf4j/slf4j-site/src/site/pages/js/
prettify.js 12 g),h=e.match(/^(<[^>]*>)([\s\S]*)(<\/[^>]*>)$/);if(h)a.splice(c,2,d,"tag",d+h[1].length,"src",d+h[1].length+(h[2]||"").length,"tag")}return a}var qa=v([["atv",/^\'[^\']*(?:\'|$)/,null,"'"],["atv",/^\"[^\"]*(?:\"|$)/,null,'"'],["pun",/^[<>\/=]+/,null,"<>/="]],[["tag",/^[\w:\-]+/,/^</],["atv",/^[\w\-]+/,/^=/],["atn",/^[\w:\-]+/,null],["pln",/^\s+/,null," \t\r\n"]]);function ra(b,a){for(var c=0;c<a.length;c+=2){var d=a[c+1];if(d==="tag"){var g,e;g=a[c];e=c+2<a.length?a[c+2]:b.length;var h=b.substring(g,
13 e),f=qa(h,g);u(f,a,c,2);c+=f.length-2}}return a}function r(b){var a=[],c=[];if(b.tripleQuotedStrings)a.push(["str",/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,"'\""]);else if(b.multiLineStrings)a.push(["str",/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]);else a.push(["str",/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,
  /system/extras/ksmutils/
lookup3.c 795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
prettify.js 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
19 n));g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CDATA\[/,Yd=/^<br\b/i,Qa=/^<(\/?)([a-zA-Z]+)/;function Zd(a){var b=a.match(Vd),c=[],d=0,g=[];if(b)for(var i=0,m=b.length;i<m;++i){var l=b[i];if(l.length>1&&l.charAt(0)===I){if(!Wd.test(l))if(Xd.test(l)){c.push(l.substring(9,l.length-3));d+=l.length-12}else if(Yd.test(l)){c.push(jc);++d}else if(l.indexOf(lc)>=0&&$d(l)){var n=l.match(Qa)[2],q=1,v;v=i+1;a:for(;v<
20 m;++v){var w=b[v].match(Qa);if(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,mc).match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/)}function ia(a,b,c,d){if(b){var g={source:b,b:a};c(g);d.push.apply(d,g.c)}}function K(a,b){var c={},d;(function(){for(var m=a.concat(b),
  /external/doclava/res/assets/templates/assets/
prettify.js 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
19 n));g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CDATA\[/,Yd=/^<br\b/i,Qa=/^<(\/?)([a-zA-Z]+)/;function Zd(a){var b=a.match(Vd),c=[],d=0,g=[];if(b)for(var i=0,m=b.length;i<m;++i){var l=b[i];if(l.length>1&&l.charAt(0)===I){if(!Wd.test(l))if(Xd.test(l)){c.push(l.substring(9,l.length-3));d+=l.length-12}else if(Yd.test(l)){c.push(jc);++d}else if(l.indexOf(lc)>=0&&$d(l)){var n=l.match(Qa)[2],q=1,v;v=i+1;a:for(;v<
20 m;++v){var w=b[v].match(Qa);if(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,mc).match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/)}function ia(a,b,c,d){if(b){var g={source:b,b:a};c(g);d.push.apply(d,g.c)}}function K(a,b){var c={},d;(function(){for(var m=a.concat(b),
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 10089 double qa = RawbitsToDouble(0x7ffaaaaaaaaaaaaa); local
10187 float qa = RawbitsToFloat(0x7feaaaaa); local
15698 float qa = RawbitsToFloat(0x7feaaaaa); local
15825 double qa = RawbitsToDouble(0x7ffaaaaaaaaaaaaa); local
    [all...]

Completed in 566 milliseconds

1 2