HomeSort by relevance Sort by last modified time
    Searched full:140 (Results 251 - 275 of 3407) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/include/elf/
h8.h 83 RELOC_NUMBER (R_H8_OPlow, 140)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-4-nacl.d 15 +\[ 4\] \.dynstr +STRTAB +10000140 +0+140 +0+19 +00 +A +0 +0 +1
  /external/tcpdump/tests/
of10_s4810-vvvv.out     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
de-DE_gl0_kpdf_mgc.utf 669 140
713 140
751 140
1146 140
1863 140
1902 140
2450 140
3122 140
5936 140
6148 140
    [all...]
  /packages/inputmethods/LatinIME/dictionaries/
en_US_wordlist.combined.gz 
en_wordlist.combined.gz 
en_GB_wordlist.combined.gz 
nb_wordlist.combined.gz 
  /external/ImageMagick/PerlMagick/t/
input_p3.ppm 19 130 73 71 157 98 110 140 124 166 108 112 165
28 105 69 52 140 64 46 166 60 45 186 71 60
49 142 62 44 140 61 45 139 60 45 137 59 46
66 148 61 45 140 61 43 136 60 43 135 60 44
73 96 112 114 130 150 140 124 143 129 95 101 81
86 140 171 140 114 129 112 83 90 71 60 64 51
107 145 162 118 140 170 118 160 201 140 157 195 147
121 131 177 140 118 158 124 101 146 103 100 135 10
    [all...]
  /external/valgrind/none/tests/arm/
neon64.c 707 TESTINSN_bin("vadd.i64 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
708 TESTINSN_bin("vadd.i32 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
709 TESTINSN_bin("vadd.i16 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
710 TESTINSN_bin("vadd.i8 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
716 TESTINSN_bin("vadd.i64 d13, d14, d15", d13, d14, i32, 140, d15, i32, 120);
721 TESTINSN_bin("vsub.i64 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
722 TESTINSN_bin("vsub.i32 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
723 TESTINSN_bin("vsub.i16 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
724 TESTINSN_bin("vsub.i8 d0, d1, d2", d0, d1, i32, 140, d2, i32, 120);
730 TESTINSN_bin("vsub.i64 d13, d14, d15", d13, d14, i32, 140, d15, i32, 120)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
en-GB_kh0_kpdf_mgc.utf 865 140
1852 140
2008 140
2359 140
2831 140
3066 140
5006 140
5433 140
5896 140
6075 140
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 35 * range get no closer to a long double than 2**-140, or that
36 * ilogb(x) + ilogb(min_delta) < 45 - -140.
  /device/htc/flounder/
bcmdhd.cal 132 AvVmid_c0=2,140,2,145,2,145,2,145,2,145
133 AvVmid_c1=2,140,2,145,2,145,2,145,2,145
bcmdhd_lte.cal 132 AvVmid_c0=2,140,2,145,2,145,2,145,2,145
133 AvVmid_c1=2,140,2,145,2,145,2,145,2,145
  /device/huawei/angler/
bcmdhd-pme.cal 149 AvVmid_c0=2,140,2,145,2,145,2,145,2,145
150 AvVmid_c1=2,140,2,145,2,145,2,145,2,145
  /external/ImageMagick/www/source/
piechart.svg 9 <text style='font-size: 40; fill: white; stroke-width: 1' x='1400' y='140'>MagickWand for PHP</text>
10 <text style='font-size: 30; fill: white; stroke-width: 1' x='1800' y='140'>(10.0%)</text>
  /external/chromium-trace/catapult/third_party/flot/
jquery.colorhelpers.min.js 1 (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){if(o.a>=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return value<min?min:value>max?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=elem.parent()}while(elem.length&&!$.nodeName(elem.get(0),"body"));if(c=="rgba(0, 0, 0, 0)")c="transparent";return $.color.parse(c)};$.color.parse=function(str){var res,m=$.color.make;if(res=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10));if(res=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10),parseFloat(res[4]));if(res=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55);if(res=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55,parseFloat(res[4]));if(res=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str))return m(parseInt(res[1],16),parseInt(res[2],16),parseInt(res[3],16));if(res=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str))return m(parseInt(res[1]+res[1],16),parseInt(res[2]+res[2],16),parseInt(res[3]+res[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent")return m(255,255,255,0);else{res=lookupColors[name]||[0,0,0];return m(res[0],res[1],res[2])}};var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211], (…)
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
TextureArrayTest.java 54 ShaderProgram.prependVertexCode = Gdx.app.getType().equals(Application.ApplicationType.Desktop) ? "#version 140\n #extension GL_EXT_texture_array : enable\n" : "#version 300 es\n";
55 ShaderProgram.prependFragmentCode = Gdx.app.getType().equals(Application.ApplicationType.Desktop) ? "#version 140\n #extension GL_EXT_texture_array : enable\n" : "#version 300 es\n";
  /external/libgdx/tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/
LwjglTestStarter.java 77 ShaderProgram.prependVertexCode = "#version 140\n#define varying out\n#define attribute in\n";
78 ShaderProgram.prependFragmentCode = "#version 140\n#define varying in\n#define texture2D texture\n#define gl_FragColor fragColor\nout vec4 fragColor;\n";
  /external/libvorbis/lib/modes/
floor_all.h 179 4,{0,256, 66,16,32,140},
220 4,{0,256, 66,16,32,140},
  /external/llvm/test/CodeGen/ARM/
fast-isel-GEP-coalesce.ll 43 ; ARM: add r0, r0, #140
44 ; THUMB: adds r0, #140
  /external/llvm/test/MC/Mips/eva/
valid_R6.s 9 cachee 5, -140($4) # CHECK: cachee 5, -140($4) # encoding: [0x7c,0x85,0xba,0x1b]
  /external/opencv3/3rdparty/libwebp/dec/
quant.c 41 138, 140, 143, 145, 148, 151, 154, 157
56 131, 134, 137, 140, 143, 146, 149, 152,
  /external/opencv3/modules/python/test/
tickets.py 23 xys = [(94, 121), (94, 122), (93, 123), (92, 123), (91, 124), (91, 125), (91, 126), (92, 127), (92, 128), (92, 129), (92, 130), (92, 131), (91, 132), (90, 131), (90, 130), (90, 131), (91, 132), (92, 133), (92, 134), (93, 135), (94, 136), (94, 137), (94, 138), (95, 139), (96, 140), (96, 141), (96, 142), (96, 143), (97, 144), (97, 145), (98, 146), (99, 146), (100, 146), (101, 146), (102, 146), (103, 146), (104, 146), (105, 146), (106, 146), (107, 146), (108, 146), (109, 146), (110, 146), (111, 146), (112, 146), (113, 146), (114, 146), (115, 146), (116, 146), (117, 146), (118, 146), (119, 146), (120, 146), (121, 146), (122, 146), (123, 146), (124, 146), (125, 146), (126, 146), (126, 145), (126, 144), (126, 143), (126, 142), (126, 141), (126, 140), (127, 139), (127, 138), (127, 137), (127, 136), (127, 135), (127, 134), (127, 133), (128, 132), (129, 132), (130, 131), (131, 130), (131, 129), (131, 128), (132, 127), (133, 126), (134, 125), (134, 124), (135, 123), (136, 122), (136, 121), (135, 121), (134, 121), (133, 121), (132, 121), (131, 121), (130, 121), (129, 121), (128, 121), (127, 121), (126, 121), (125, 121), (124, 121), (123, 121), (122, 121), (121, 121), (120, 121), (119, 121), (118, 121), (117, 121), (116, 121), (115, 121), (114, 121), (113, 121), (112, 121), (111, 121), (110, 121), (109, 121), (108, 121), (107, 121), (106, 121), (105, 121), (104, 121), (103, 121), (102, 121), (101, 121), (100, 121), (99, 121), (98, 121), (97, 121), (96, 121), (95, 121)]
  /external/v8/src/
cached-powers.cc 51 {V8_2PART_UINT64_C(0xf3e2f893, dec3f126), -529, -140},
86 {V8_2PART_UINT64_C(0x865b8692, 5b9bc5c2), 402, 140},

Completed in 1476 milliseconds

<<11121314151617181920>>