HomeSort by relevance Sort by last modified time
    Searched full:cvt (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 196 cvt.d.s 0.000000 0.000000
197 cvt.d.s 456.248962 456.248962
198 cvt.d.s 3.000000 3.000000
199 cvt.d.s -1.000000 -1.000000
200 cvt.d.s 1384.599976 1384.599976
201 cvt.d.s -7.294568 -7.294568
202 cvt.d.s 1000000000.000000 1000000000.000000
203 cvt.d.s -5786.470215 -5786.470215
204 cvt.d.s 1752.000000 1752.000000
205 cvt.d.s 0.002457 0.00245
    [all...]
round.c 29 "cvt.d.s", "cvt.d.w",
30 "cvt.s.d", "cvt.s.w",
31 "cvt.w.s", "cvt.w.d"
217 UNOPfd("cvt.d.s");
221 UNOPwd("cvt.d.w");
225 UNOPdf("cvt.s.d");
229 UNOPwf("cvt.s.w")
    [all...]
  /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/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format)
43 src = cvt->buf;
44 dst = cvt->buf;
45 for ( i=cvt->len_cvt/2; i; --i ) {
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
59 for ( i=cvt->len_cvt/2; i; --i ) {
71 src = cvt->buf;
72 dst = cvt->buf;
74 for ( i=cvt->len_cvt/4; i; --i )
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_DOUBLE_TO_FLOAT_VFP.S 2 %include "mips/funopNarrower.S" {"instr":"JAL(__truncdfsf2)","instr_f":"cvt.s.d fv0,fa0"}
TEMPLATE_FLOAT_TO_DOUBLE_VFP.S 2 %include "mips/funopWider.S" {"instr":"JAL(__extendsfdf2)","instr_f":"cvt.d.s fv0, fa0"}
TEMPLATE_INT_TO_DOUBLE_VFP.S 2 %include "mips/funopWider.S" {"instr":"JAL(__floatsidf)","instr_f":"cvt.d.w fv0, fa0"}
TEMPLATE_INT_TO_FLOAT_VFP.S 2 %include "mips/funop.S" {"instr":"JAL(__floatsisf)","instr_f":"cvt.s.w fv0, fa0"}
  /dalvik/vm/mterp/mips/
OP_DOUBLE_TO_FLOAT.S 2 %include "mips/unopNarrower.S" {"instr":"JAL(__truncdfsf2)", "instr_f":"cvt.s.d fv0, fa0"}
OP_FLOAT_TO_DOUBLE.S 2 %include "mips/unflopWider.S" {"instr":"JAL(__extendsfdf2)", "instr_f":"cvt.d.s fv0, fa0"}
OP_INT_TO_DOUBLE.S 2 %include "mips/unflopWider.S" {"instr":"JAL(__floatsidf)", "instr_f":"cvt.d.w fv0, fa0"}
OP_INT_TO_FLOAT.S 2 %include "mips/unflop.S" {"instr":"JAL(__floatsisf)", "instr_f":"cvt.s.w fv0, fa0"}
  /external/llvm/test/CodeGen/NVPTX/
convert-fp.ll 6 ; CHECK: cvt.rzi.u16.f32 %rs{{[0-9]+}}, %f{{[0-9]+}};
13 ; CHECK: cvt.rzi.u16.f64 %rs{{[0-9]+}}, %fl{{[0-9]+}};
20 ; CHECK: cvt.rzi.u32.f32 %r{{[0-9]+}}, %f{{[0-9]+}};
27 ; CHECK: cvt.rzi.u32.f64 %r{{[0-9]+}}, %fl{{[0-9]+}};
35 ; CHECK: cvt.rzi.u64.f32 %rl{{[0-9]+}}, %f{{[0-9]+}};
42 ; CHECK: cvt.rzi.u64.f64 %rl{{[0-9]+}}, %fl{{[0-9]+}};
49 ; CHECK: cvt.rn.f32.u16 %f{{[0-9]+}}, %rs{{[0-9]+}};
56 ; CHECK: cvt.rn.f32.u32 %f{{[0-9]+}}, %r{{[0-9]+}};
63 ; CHECK: cvt.rn.f32.u64 %f{{[0-9]+}}, %rl{{[0-9]+}};
70 ; CHECK: cvt.rn.f32.f64 %f{{[0-9]+}}, %fl{{[0-9]+}}
    [all...]
i1-int-to-fp.ll 6 ; CHECK: cvt.rn.f32.u32
15 ; CHECK: cvt.rn.f32.s32
24 ; CHECK: cvt.rn.f64.u32
33 ; CHECK: cvt.rn.f64.s32
sext-in-reg.ll 7 ; CHECK: cvt.s64.s8
8 ; CHECK: cvt.s64.s8
26 ; CHECK: cvt.s64.s32
27 ; CHECK: cvt.s64.s32
44 ; CHECK: cvt.s64.s16
45 ; CHECK: cvt.s64.s16
62 ; CHECK: cvt.s32.s8
63 ; CHECK: cvt.s32.s8
80 ; CHECK: cvt.s32.s16
81 ; CHECK: cvt.s32.s1
    [all...]
  /external/llvm/test/CodeGen/X86/
isint.ll 5 ; CHECK: cvt
7 ; CHECK-NEXT: cvt
20 ; CHECK: cvt
22 ; CHECK-NEXT: cvt
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ConvertAudio.3 8 \fBint \fBSDL_ConvertAudio\fP\fR(\fBSDL_AudioCVT *cvt\fR);
  /external/clang/test/Sema/
deref.c 37 typedef const void CVT;
38 extern CVT cv3;
  /external/llvm/test/CodeGen/Mips/
int-to-float-conversion.ll 9 ; 32: cvt.s.w $f{{[0-9]+}}, $f[[R0]]
19 ; 32: cvt.d.w $f{{[0-9]+}}, $f[[R0]]
22 ; 64: cvt.d.w $f{{[0-9]+}}, $f[[R0]]
32 ; 64: cvt.s.l $f{{[0-9]+}}, $f[[R0]]
42 ; 64: cvt.d.l $f{{[0-9]+}}, $f[[R0]]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 147 /* - the CVT Program */
205 /* The CVT is a one-dimensional array containing values that control */
210 /* to pixel coordinates before being used by the CVT and glyph programs. */
222 /* - All CVT values are scaled to the maximum ppem size. */
224 /* - When performing a read or write in the CVT, a ratio factor is used */
230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
247 /* Reading a cvt value returns */
248 /* ratio * cvt[index] */
250 /* Writing a cvt value in pixels: *
317 FT_Long* cvt; member in struct:TT_SizeRec_
    [all...]
ttobjs.c 257 { 0x05bcf058, 0x000002e4 }, /* cvt */
262 { 0x05bcf058, 0x000002e4 }, /* cvt */
267 { 0x11e5ead4, 0x00000350 }, /* cvt */
272 { 0xfffbfffc, 0x00000008 }, /* cvt */
277 { 0xfffbfffc, 0x00000008 }, /* cvt */
282 { 0x00000000, 0x00000000 }, /* cvt */
287 { 0x00000000, 0x00000000 }, /* cvt */
292 { 0x00000000, 0x00000000 }, /* cvt */
297 { 0x00000000, 0x00000000 }, /* cvt */
302 { 0x00000000, 0x00000000 }, /* cvt */
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 147 /* - the CVT Program */
208 /* The CVT is a one-dimensional array containing values that control */
213 /* to pixel coordinates before being used by the CVT and glyph programs. */
225 /* - All CVT values are scaled to the maximum ppem size. */
227 /* - When performing a read or write in the CVT, a ratio factor is used */
233 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
250 /* Reading a cvt value returns */
251 /* ratio * cvt[index] */
253 /* Writing a cvt value in pixels: *
320 FT_Long* cvt; member in struct:TT_SizeRec_
    [all...]
ttobjs.c 258 { 0x05bcf058, 0x000002e4 }, /* cvt */
263 { 0x05bcf058, 0x000002e4 }, /* cvt */
268 { 0x11e5ead4, 0x00000350 }, /* cvt */
273 { 0xfffbfffc, 0x00000008 }, /* cvt */
278 { 0xfffbfffc, 0x00000008 }, /* cvt */
283 { 0x00000000, 0x00000000 }, /* cvt */
288 { 0x00000000, 0x00000000 }, /* cvt */
293 { 0x00000000, 0x00000000 }, /* cvt */
298 { 0x00000000, 0x00000000 }, /* cvt */
303 { 0x00000000, 0x00000000 }, /* cvt */
    [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/qemu/distrib/sdl-1.2.15/docs/html/
sdlconvertaudio.html 109 >(SDL_AudioCVT *cvt);</CODE
129 >cvt</I
145 >cvt</SPAN
153 >cvt</SPAN
161 >cvt</SPAN
169 >cvt</SPAN
200 >cvt</SPAN
219 >cvt</SPAN
227 >cvt</SPAN
236 >cvt</
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 6 7 8