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

1 2

  /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...]
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_is_lock_free.pass.cpp 29 const volatile A cvt; local
30 bool b2 = std::atomic_is_lock_free(&cvt);
  /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/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
228 * and rate, and initializes the 'cvt' structure with information needed
234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
239 * Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
240 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
244 * cvt->buf should be allocated after the cvt structure is initialized by
245 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
228 * and rate, and initializes the 'cvt' structure with information needed
234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
239 * Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
240 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
244 * cvt->buf should be allocated after the cvt structure is initialized by
245 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
228 * and rate, and initializes the 'cvt' structure with information needed
234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
239 * Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
240 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
244 * cvt->buf should be allocated after the cvt structure is initialized by
245 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
228 * and rate, and initializes the 'cvt' structure with information needed
234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
239 * Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
240 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
244 * cvt->buf should be allocated after the cvt structure is initialized by
245 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
530 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
539 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
570 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
532 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
572 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
532 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
572 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next
    [all...]
  /external/llvm/test/MC/Mips/
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/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 222 char *cvt = SDL_stack_alloc(char, len + 1);
223 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL);
224 SetWindowText(SDL_Window, cvt);
225 SDL_stack_free(cvt);
  /external/freetype/src/truetype/
ttpload.c 290 FT_TRACE2(( "CVT " ));
298 face->cvt = NULL;
306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
313 FT_Short* cur = face->cvt;
411 /* Load the cvt program. */
ttgxvar.c 207 /* cvt table, it will only be called once.) */
    [all...]
ttinterp.h 84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
155 FT_Long* cvt; member in struct:TT_ExecContextRec_
215 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
216 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
217 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
ttobjs.h 147 /* - the CVT Program */
206 /* The CVT is a one-dimensional array containing values that control */
211 /* to pixel coordinates before being used by the CVT and glyph programs. */
223 /* - All CVT values are scaled to the maximum ppem size. */
225 /* - When performing a read or write in the CVT, a ratio factor is used */
231 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
248 /* Reading a cvt value returns */
249 /* ratio * cvt[index] */
251 /* Writing a cvt value in pixels: *
318 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/stlport/src/
locale_impl.cpp 164 locale::facet* cvt = 0; local
184 cvt = new codecvt_byname<char, char, mbstate_t>(name);
209 _STLP_UNWIND(delete cvt; delete ct);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 164 locale::facet* cvt = 0; local
184 cvt = new codecvt_byname<char, char, mbstate_t>(name);
209 _STLP_UNWIND(delete cvt; delete ct);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
  /external/freetype/include/freetype/internal/
tttypes.h 1357 FT_Short* cvt; member in struct:TT_FaceRec_
    [all...]
  /bionic/libc/stdio/
vfprintf.c 120 static char *cvt(double, int, int, char *, int *, int, int *);
191 int ndig; /* actual number of digits returned by cvt */
526 cp = cvt(_double, prec, flags, &softsign,
1229 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, function
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 4827 IROp cvt, cvt2, cmp, op, op2, sh, add; local
5916 IROp op, cvt, add = Iop_INVALID, cvt2, op_rev; local
7449 IROp op, cvt; local
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 540 _CvMAT_CVT_ cvt( int newdepth = -1, double scale = 1,
641 _CvMAT_CVT_ cvt( int newdepth = -1, double scale = 1, double shift = 0 ) const;
    [all...]

Completed in 502 milliseconds

1 2