/external/opencv3/3rdparty/openexr/Half/ |
D | half.h | 228 unsigned short _h; variable 451 _h = (x.i >> 16); in half() 483 _h = e + ((m + 0x00000fff + ((m >> 13) & 1)) >> 13); in half() 491 _h = convert (x.i); in half() 504 return _toFloat[_h].f; 527 unsigned short s = _h & 0x8000; in round() 528 unsigned short e = _h & 0x7fff; in round() 551 e = _h; in round() 561 h._h = s | e; in round() 575 h._h = _h ^ 0x8000; [all …]
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p2.cpp | 31 template<char...> void operator "" _h() {} in operator ""_h() 33 template<> void operator "" _h<'a', 'b', 'c'>() {} in operator ""_h<'a','b','c'>() 35 template void operator "" _h<'a', 'b', 'c', 'd'>();
|
/external/skia/experimental/DrawingBoard/ |
D | SkColorPalette.cpp | 149 float _h,r,g,b; in selectColorFromGradient() local 153 _h = h * 6; in selectColorFromGradient() 154 _i = (int)_h; in selectColorFromGradient() 156 _2 = v * (1 - s * (_h - _i)); in selectColorFromGradient() 157 _3 = v * (1 - s * (1 - (_h - _i))); in selectColorFromGradient()
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 423 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local 473 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest() 479 sf.getScaled(_h)); in decompTest() 494 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest() 504 _h = _h - (_h % TJ.getMCUHeight(_subsamp)); in decompTest() 510 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest() 512 _ntilesh = (_h + _tileh - 1) / _tileh; in decompTest() 527 for (y = 0, tile = 0; y < _h; y += _tileh) { in decompTest() 531 t[tile].height = Math.min(_tileh, _h - y); in decompTest() 590 _tileh = _h; in decompTest() [all …]
|
/external/libjpeg-turbo/ |
D | tjbench.c | 483 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, in decompTest() local 552 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in decompTest() 558 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in decompTest() 578 _w=h; _h=w; _tilew=tileh; _tileh=tilew; in decompTest() 585 _h=_h-(_h%tjMCUHeight[_subsamp]); in decompTest() 589 _h=_h-(_h%tjMCUWidth[_subsamp]); in decompTest() 591 _ntilesh=(_h+_tileh-1)/_tileh; in decompTest() 605 t[tile].r.h=min(_tileh, _h-row*_tileh); in decompTest() 667 if(h==tileh) _tileh=_h; in decompTest() 670 if(decomp(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0, in decompTest()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { in fs_ctx_init() argument 51 lh = (_h + 1) >> 1; in fs_ctx_init() 72 lh = (_h + 1) >> 1; in fs_ctx_init() 137 int _s2ystride, int _w, int _h) { in fs_downsample_level0() argument 152 j1 = FS_MINI(j0 + 1, _h); in fs_downsample_level0() 425 const unsigned char *_dst, int _dystride, int _w, int _h) { in calc_ssim() argument 430 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS); in calc_ssim() 431 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h); in calc_ssim()
|
D | psnrhvs.c | 94 double _par, int _w, int _h, int _step, in calc_psnrhvs() argument 125 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs()
|
/external/llvm/test/CodeGen/X86/ |
D | sibcall-byval.ll | 21 ; 32: _h: 24 ; 64: _h:
|
D | tail-dup-catchret.ll | 25 ; CHECK: calll _h
|
/external/llvm/test/CodeGen/Mips/ |
D | stchar.ll | 1 …: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_h 54 ; 16_h-LABEL: test: 57 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}}) 58 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-15-RegisterCmpPeephole.ll | 6 ; CHECK: blxeq _h 25 ; CHECK: blxeq _h
|
/external/mesa3d/src/glsl/ |
D | Android.gen.mk | 66 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h) 67 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
|
/external/libvncserver/test/ |
D | tjbench.c | 356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; in dodecomptest() local 414 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in dodecomptest() 420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in dodecomptest() 436 if(h==tileh) _tileh=_h; in dodecomptest() 437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0, in dodecomptest()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_map-xsampa_aut.utf | 15 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_… 33 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
D | es-ES_map-xsampa_symtab.utf | 171 :SYM "{XS:_h}" :PROP mapval = 670
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_map-xsampa_aut.utf | 15 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_… 35 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 85 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 86 : pts(_pts), w(_w), h(_h) {} in FrameInfo()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_map-xsampa_aut.utf | 16 …'{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_d}' '{XS:_c}' '{XS:_a}' '{XS:_^}' … 43 …}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' '{XS:_k}' '{XS:_j}' '{XS:_h}' '{XS:_e}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_map-xsampa_aut.utf | 25 …'{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_k}' … 47 …}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/bison/djgpp/ |
D | config.sed | 174 s,^.*\(gl_cv_absolute_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev… 179 s,^.*\(gl_cv_full_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_map-xsampa_aut.utf | 25 …}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_… 51 …}' '{XS:_N}' '{XS:_O}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_map-xsampa_aut.utf | 25 … '{XS:_G}' '{XS:_N}' '{XS:_O}' '{XS:_^}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' 56 …}' '{XS:_N}' '{XS:_O}' '{XS:_a}' '{XS:_c}' '{XS:_d}' '{XS:_e}' '{XS:_h}' '{XS:_j}' '{XS:_…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/ |
D | parse-xsampa_aut.utf | 24 …_k}' 'F'/'{XS:_F}' '~'/'{XS:_~}' 'R'/'{XS:_R}' 'm'/'{XS:_m}' 'h'/'{XS:_h}' '<'/'{XS:_<}' '/… 102 …_n}' 't'/'{XS:_t}' 'k'/'{XS:_k}' '~'/'{XS:_~}' 'm'/'{XS:_m}' 'h'/'{XS:_h}' '/'/'{XS:_/}' '-…
|
/external/vulkan-validation-layers/demos/ |
D | lunarg.ppm | 117 …��K��I��H��F��C��A�?|�={�;y�9x�7v�5t~3r|2pz0oy.mw,lv*ju(hs&fp&eo$dn#bl"`k_h]h]f[eYdXbWaU_… 150 …��Q��N��L��J��H��E��B~�@}�>z�<x�:w�8u~5s|3q{1oy/mx-kv+jt)gq'fp&eo%bl"aj!_j _h]g[eYdYbW`V`U^… 172 …~�@{�>z�<w�:v7s}4r{3pz0mw.lu,is*hr(fp&dn%cl#ak"`i ^g\g[e!]g(bj,dl+cl*bj'_h!YbS]OXOWMVMVKT… 266 …]��i����������������������������������������������������ژ��r��R��;ow-em)aj'_h)`i9lsO{�n�����������… 272 …m��j��f��c��y����������������������������������������������ځ��Bx�)en'bl%_i$_h#]f [dYcXaU_U]S]… 277 …��l��i�����������������������������������������������_��3mv/is,gp*en'bl&`j$_h#]f!\eZcXaV`U^S]… 303 …�����������������������������V��M��K��G}�D{�@x�>u~;r{7py4mw2kt/iq,fo*cm'aj&_h$^g![e ZcWaW_T^S\… 318 …�����������������u��_��[��V��R��O��L��H}�D{�@w�>t}:r{7oy4mv2ks/hq,eo*cl'`j&_h$]g"[dXbW`V_S]S[… 340 …��������q��n��i��d��a��[��X��T��O��L��H}�Dz�Aw�>u}:r{7ox4mu2js/gp,en*ck'`j&_h$]f"Zd YaW`T^S\QZ… 352 …�����y��t��p��l��g��c��^��Z��V��Q��M��J�G|�Bx�?v~<s|8py5mv3jt0hq-en*ck(aj&_h$]f!Zc YaWaU^S\RZ… [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | IPA_XSampa.txt | 62 ʰ ↔ '_h'; # MODIFIER LETTER SMALL H
|