/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | powl.c | 178 #define Ga Wa macro 196 /* double F, Fa, Fb, G, Ga, Gb, H, Ha, Hb */ in powl() 362 Ga = reducl(G); in powl() 363 Gb = G - Ga; in powl() 367 w = (Ga + Ha) * NXT; in powl()
|
/third_party/musl/src/math/ |
H A D | powl.c | 178 #define Ga Wa macro 196 /* double F, Fa, Fb, G, Ga, Gb, H, Ha, Hb */ in powl() 370 Ga = reducl(G); in powl() 371 Gb = G - Ga; in powl() 375 w = (Ga + Ha) * NXT; in powl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.h | 184 unsigned iClassOfDuplexPair(unsigned Ga, unsigned Gb); 227 bool isDuplexPairMatch(unsigned Ga, unsigned Gb);
|
H A D | HexagonMCDuplexInfo.cpp | 90 bool HexagonMCInstrInfo::isDuplexPairMatch(unsigned Ga, unsigned Gb) { in isDuplexPairMatch() argument 91 switch (Ga) { in isDuplexPairMatch() 115 unsigned HexagonMCInstrInfo::iClassOfDuplexPair(unsigned Ga, unsigned Gb) { in iClassOfDuplexPair() argument 116 switch (Ga) { in iClassOfDuplexPair()
|
/third_party/backends/backend/ |
H A D | qcam.c | 746 # define Ga in[i*4 + 1] in despeckle32() macro 747 # define Gb in[i*4 + 1] /* ignore Gb and use Ga instead---Gb is weird */ in despeckle32() 751 # define pGb in[i*4 - 1] /* ignore Gb and use Ga instead---Gb is weird */ in despeckle32() 755 # define nGb in[i*4 + 5] /* ignore Gb and use Ga instead---Gb is weird */ in despeckle32() 771 if (R - ((Ga + Gb) / 2 + B) / 2 > in despeckle32() 778 if (Ga - (R + B) / 2 > NO_LIGHTS + ((pGa - (pR + pB) / 2) + in despeckle32() 782 out[i * 4 + 1] = Ga; in despeckle32() 790 if (B - ((Ga + Gb) / 2 + R) / 2 > in despeckle32() 801 # undef Ga in despeckle32() macro
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 209 static bool isDuplexPairMatch(unsigned Ga, unsigned Gb) { in isDuplexPairMatch() argument 210 switch (Ga) { in isDuplexPairMatch()
|