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

1 2

  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 161 size_t chi = ch - FontBitmap::firstGlyphChar; local
162 if (chi >= FontBitmap::numGlyphs) {
163 chi = '?' - FontBitmap::firstGlyphChar;
165 assert(chi < FontBitmap::numGlyphs);
166 return chi;
173 size_t chi = glyphIndex(str[i]);
174 float glyphWidth = FontBitmap::glyphWidth[chi];
200 size_t chi = glyphIndex(str[i]);
201 float glyphWidth = FontBitmap::glyphWidth[chi];
211 float texLeft = mXOffset[chi] / fullTexWidth
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
content_analysis_sse2.cc 167 __m128i chi = _mm_unpackhi_epi8(c, z); local
182 msa_16 = _mm_add_epi16(msa_16, _mm_add_epi16(chi, clo));
185 chi = _mm_slli_epi16(chi, 1);
187 const __m128i sevthi = _mm_subs_epi16(chi, tbhi);
189 const __m128i sehthi = _mm_subs_epi16(chi, lrhi);
192 chi = _mm_slli_epi16(chi, 1);
194 const __m128i sethi = _mm_subs_epi16(chi, _mm_add_epi16(lrhi, tbhi));
  /external/ImageMagick/MagickCore/
geometry.h 109 chi; member in struct:_GeometryInfo
geometry.c 981 Parse rho, sigma, xi, psi, and optionally chi.
    [all...]
threshold.c 587 threshold.alpha=geometry_info.chi;
    [all...]
fx.c 739 blend_percentage.alpha=geometry_info.chi;
    [all...]
color.c     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 286 .addEscape('\u03A7', "&Chi;")
311 .addEscape('\u03C7', "&chi;")
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
536 // Calculate chi-squared and add to samples.
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
536 // Calculate chi-squared and add to samples.
  /external/llvm/test/MC/SystemZ/
insn-bad.s 688 #CHECK: chi %r0, -32769
690 #CHECK: chi %r0, 32768
692 #CHECK: chi %r0, foo
694 chi %r0, -32769
695 chi %r0, 32768
696 chi %r0, foo
    [all...]
insn-good.s     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 108 chi %r6,-32767
esa-g5.d 114 .*: a7 6e 80 01 [ ]*chi %r6,-32767
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs 429 0xa7,0x0e,0x80,0x00 = chi %r0, -32768
430 0xa7,0x0e,0xff,0xff = chi %r0, -1
431 0xa7,0x0e,0x00,0x00 = chi %r0, 0
432 0xa7,0x0e,0x00,0x01 = chi %r0, 1
433 0xa7,0x0e,0x7f,0xff = chi %r0, 32767
434 0xa7,0xfe,0x00,0x00 = chi %r15, 0
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 141 03A7;Chi;GREEK CAPITAL LETTER CHI
385 03C7;chi;GREEK SMALL LETTER CHI
  /external/v8/src/s390/
assembler-s390.h     [all...]
assembler-s390.cc 1338 void Assembler::chi(Register r, const Operand& opnd) { ri_form(CHI, r, opnd); } function in class:v8::internal::Assembler
    [all...]
macro-assembler-s390.h 154 #define CmpPH chi
    [all...]
constants-s390.h     [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 76 __ chi(r0, Operand(delta_to_patch_site));
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go     [all...]
  /prebuilts/go/darwin-x86/src/html/
entity.go 62 "Chi;": '\U000003A7',
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go     [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go 62 "Chi;": '\U000003A7',
    [all...]

Completed in 721 milliseconds

1 2