/external/chromium_org/third_party/ots/src/ |
cvt.cc | 5 #include "cvt.h" 7 // cvt - Control Value Table 8 // http://www.microsoft.com/opentype/otspec/cvt.htm 15 OpenTypeCVT *cvt = new OpenTypeCVT; local 16 file->cvt = cvt; 19 return OTS_FAILURE(); // almost all cvt tables are less than 4k bytes. 30 cvt->data = data; 31 cvt->length = length; 39 return g_transcode_hints && file->cvt; 43 const OpenTypeCVT *cvt = file->cvt; local [all...] |
/external/opencv/cv/src/ |
cvsamplers.cpp | 601 worktype, cast_macro, cvt ) \ 634 worktype p0 = cvt(ptr[0])*a1 + cvt(ptr[1])*a; \ 635 worktype p1 = cvt(ptr[src_step])*a1 + cvt(ptr[src_step+1])*a;\ [all...] |
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 18 void cv_test(const volatile T* cvt) { 19 cvt->T::~T(); // no-warning
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
fetch.c | 176 enum fetch_method cvt = CVT_NOP; local 184 return (struct fetch_script) { cvt, FETCH_NOP, sz }; 193 { cvt, FETCH_HFA, sz, hfa_t, count }; 195 { cvt, FETCH_STACK, sz, hfa_t, count }; 202 { cvt, FETCH_GPR, sz }; 205 cvt = CVT_BYREF; 218 return (struct fetch_script) { cvt, FETCH_GPR, sz }; 223 return (struct fetch_script) { cvt, FETCH_STACK, sz }; 230 return (struct fetch_script) { cvt, FETCH_SSE, sz }; 233 return (struct fetch_script) { cvt, FETCH_STACK, sz } [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_data.cc | 40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp, 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
|
/external/llvm/test/MC/Mips/ |
micromips-fpu-instructions.s | 32 # CHECK-EL: cvt.w.s $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x09] 33 # CHECK-EL: cvt.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x49] 48 # CHECK-EL: cvt.d.s $f6, $f8 # encoding: [0xc8,0x54,0x7b,0x13] 49 # CHECK-EL: cvt.d.w $f6, $f8 # encoding: [0xc8,0x54,0x7b,0x33] 50 # CHECK-EL: cvt.s.d $f6, $f8 # encoding: [0xc8,0x54,0x7b,0x1b] 51 # CHECK-EL: cvt.s.w $f6, $f8 # encoding: [0xc8,0x54,0x7b,0x3b] 95 # CHECK-EB: cvt.w.s $f6, $f8 # encoding: [0x54,0xc8,0x09,0x3b] 96 # CHECK-EB: cvt.w.d $f6, $f8 # encoding: [0x54,0xc8,0x49,0x3b] 111 # CHECK-EB: cvt.d.s $f6, $f8 # encoding: [0x54,0xc8,0x13,0x7b] 112 # CHECK-EB: cvt.d.w $f6, $f8 # encoding: [0x54,0xc8,0x33,0x7b [all...] |
mips-fpu-instructions.s | 124 # CHECK: cvt.d.s $f6, $f7 # encoding: [0xa1,0x39,0x00,0x46] 125 # CHECK: cvt.d.w $f12, $f14 # encoding: [0x21,0x73,0x80,0x46] 126 # CHECK: cvt.s.d $f12, $f14 # encoding: [0x20,0x73,0x20,0x46] 127 # CHECK: cvt.s.w $f6, $f7 # encoding: [0xa0,0x39,0x80,0x46] 128 # CHECK: cvt.w.d $f12, $f14 # encoding: [0x24,0x73,0x20,0x46] 129 # CHECK: cvt.w.s $f6, $f7 # encoding: [0xa4,0x39,0x00,0x46] 131 cvt.d.s $f6,$f7 132 cvt.d.w $f12,$f14 133 cvt.s.d $f12,$f14 134 cvt.s.w $f6,$f [all...] |
/external/llvm/test/MC/Mips/mips1/ |
valid.s | 30 cvt.d.s $f22,$f28 31 cvt.d.w $f26,$f11 32 cvt.s.d $f26,$f8 33 cvt.s.w $f22,$f15 34 cvt.w.d $f20,$f14 35 cvt.w.s $f20,$f24
|
invalid-mips5-wrong-error.s | 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 37 cvt.d.s $f22,$f28 38 cvt.d.w $f26,$f11 39 cvt.l.d $f24,$f15 40 cvt.l.s $f11,$f29 41 cvt.s.d $f26,$f8 42 cvt.s.w $f22,$f15 43 cvt.w.d $f20,$f14 44 cvt.w.s $f20,$f24
|
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 35 cvt.d.l $f4,$f16 36 cvt.d.s $f22,$f28 37 cvt.d.w $f26,$f11 38 cvt.l.d $f24,$f15 39 cvt.l.s $f11,$f29 40 cvt.s.d $f26,$f8 41 cvt.s.l $f15,$f30 42 cvt.s.w $f22,$f15 43 cvt.w.d $f20,$f14 44 cvt.w.s $f20,$f2 [all...] |
invalid-mips5-wrong-error.s | 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/llvm/test/MC/Mips/mips4/ |
valid.s | 37 cvt.d.l $f4,$f16 38 cvt.d.s $f22,$f28 39 cvt.d.w $f26,$f11 40 cvt.l.d $f24,$f15 41 cvt.l.s $f11,$f29 42 cvt.s.d $f26,$f8 43 cvt.s.l $f15,$f30 44 cvt.s.w $f22,$f15 45 cvt.w.d $f20,$f14 46 cvt.w.s $f20,$f2 [all...] |
invalid-mips5-wrong-error.s | 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/llvm/test/MC/Mips/mips5/ |
valid.s | 37 cvt.d.l $f4,$f16 38 cvt.d.s $f22,$f28 39 cvt.d.w $f26,$f11 40 cvt.l.d $f24,$f15 41 cvt.l.s $f11,$f29 42 cvt.s.d $f26,$f8 43 cvt.s.l $f15,$f30 44 cvt.s.w $f22,$f15 45 cvt.w.d $f20,$f14 46 cvt.w.s $f20,$f2 [all...] |
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 39 cvt.d.l $f4,$f16 40 cvt.d.s $f22,$f28 41 cvt.d.w $f26,$f11 42 cvt.l.d $f24,$f15 43 cvt.l.s $f11,$f29 44 cvt.s.d $f26,$f8 45 cvt.s.l $f15,$f30 46 cvt.s.w $f22,$f15 47 cvt.w.d $f20,$f14 48 cvt.w.s $f20,$f2 [all...] |
/external/llvm/test/MC/Mips/mips2/ |
invalid-mips5-wrong-error.s | 28 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 29 cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
invalid-mips3.s | 10 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
valid.s | 32 cvt.d.s $f22,$f28 33 cvt.d.w $f26,$f11 34 cvt.s.d $f26,$f8 35 cvt.s.w $f22,$f15 36 cvt.w.d $f20,$f14 37 cvt.w.s $f20,$f24
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
yuv.rs | 84 uchar4 __attribute__((kernel)) cvt(uint32_t x, uint32_t y) {
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.cc | 35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in class:sfntly::Tag 98 Tag::cvt,
|
tag.h | 43 static const int32_t cvt; member in struct:sfntly::Tag
|
/external/chromium_org/third_party/skia/src/opts/ |
SkTextureCompression_opts_neon.cpp | 134 const uint64x2_t cvt = vreinterpretq_u64_u8(x); local 135 const uint64_t l1 = vgetq_lane_u64(cvt, 0); 136 return (l1 == 0) && (l1 == vgetq_lane_u64(cvt, 1));
|
/external/llvm/test/MC/Mips/mips32/ |
valid.s | 37 cvt.d.s $f22,$f28 38 cvt.d.w $f26,$f11 39 cvt.s.d $f26,$f8 40 cvt.s.w $f22,$f15 41 cvt.w.d $f20,$f14 42 cvt.w.s $f20,$f24
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 39 cvt.d.l $f4,$f16 40 cvt.d.s $f22,$f28 41 cvt.d.w $f26,$f11 42 cvt.l.d $f24,$f15 43 cvt.l.s $f11,$f29 44 cvt.s.d $f26,$f8 45 cvt.s.l $f15,$f30 46 cvt.s.w $f22,$f15 47 cvt.w.d $f20,$f14 48 cvt.w.s $f20,$f2 [all...] |