Home
last modified time | relevance | path

Searched refs:POS (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c185 #define POS(a, b) (0.5+a*4+b)/16 in compute_coveragef() macro
188 { POS(0, 2), POS(0, 0) }, in compute_coveragef()
189 { POS(3, 3), POS(0, 2) }, in compute_coveragef()
190 { POS(0, 0), POS(3, 1) }, in compute_coveragef()
191 { POS(3, 1), POS(3, 3) }, in compute_coveragef()
193 { POS(1, 1), POS(0, 1) }, in compute_coveragef()
194 { POS(2, 0), POS(0, 3) }, in compute_coveragef()
195 { POS(0, 3), POS(1, 3) }, in compute_coveragef()
196 { POS(1, 2), POS(1, 0) }, in compute_coveragef()
197 { POS(2, 3), POS(1, 2) }, in compute_coveragef()
[all …]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
DMakefile44 POS=de.po es.po nl.po fr.po sv.po macro
49 LANGS=$(POS:%.po=%)
50 MOS=$(POS:%.po=%/LC_MESSAGES/options.mo)
78 po: $(POS)
/external/llvm/test/Transforms/Inline/
Dbyval-tail-call.ll33 ; CHECK: %[[POS:.*]] = alloca i32
35 ; CHECK: store i32 %[[VAL]], i32* %[[POS]]
36 ; CHECK: {{^ *}}call void @ext(i32* nonnull %[[POS]]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl64 "POS=s" => \$POS, # string
121 POS => 5,
/external/libvpx/libvpx/vp8/common/
Dblockd.h44 } POS; typedef
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java788 int[] POS = { in TestPositionHandling() local
798 POS[4*i], POS[4*i+1], POS[4*i+2], POS[4*i+3]); in TestPositionHandling()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
Djquery-1.7.1.js4231 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
4463 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) {
4470 POS: function( match ) {
4740 POS: function( elem, match, i, array ) {
4751 var origPOS = Expr.match.POS,
5310 POS = jQuery.expr.match.POS, variable
5381 POS.test( selector ) ?
5410 var pos = POS.test( selectors ) || typeof selectors !== "string" ?
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java784 int[] POS = { in TestPositionHandling() local
794 POS[4*i], POS[4*i+1], POS[4*i+2], POS[4*i+3]); in TestPositionHandling()
/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp1036 int32_t POS[] = { in TestPositionHandling() local
1054 pos.contextStart= POS[4*i]; in TestPositionHandling()
1055 pos.contextLimit = POS[4*i+1]; in TestPositionHandling()
1056 pos.start = POS[4*i+2]; in TestPositionHandling()
1057 pos.limit = POS[4*i+3]; in TestPositionHandling()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery-1.4.2.min.js76 …]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|fir…
81 g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:…
86 …str(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,…
96POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquer…
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
Djquery-1.4.2.min.js76 …]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|fir…
81 g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:…
86 …str(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,…
96POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquer…
/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp643 #define SAMPLE_POS_TO_SUBPIXEL_COORD(POS) \ argument
644 (deInt64)((POS) * (1<<RASTERIZER_SUBPIXEL_BITS) + 0.5f)
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12 …turn F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F…
19POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]…
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js3POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Djquery-1.6.1.min.js17POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js3POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
/external/pcre/dist/
DHACKING253 minimizing versions. Those with "POS" in their names are possessive versions.
451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
/external/libjpeg-turbo/doc/html/
Djquery.js4 …?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|fir…
5POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a…
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1694 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local
1696 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS); in LowerUDIVREM64()
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js2 …,"w*")+")"),ATTR:new RegExp("^"+attributes),PSEUDO:new RegExp("^"+pseudos),POS:new RegExp(pos,"i")… property
/external/libmicrohttpd/doc/
Dlibmicrohttpd.info1117 POS
1122 that POS will be the sum of all non-negative return values
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt9954 "TT-POS",
21894 "POS",
/external/bison/doc/
Dbison.info9264 -- Constructor on location: location (const position& POS =