HomeSort by relevance Sort by last modified time
    Searched defs:cvt (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/none/tests/arm/
neon128.c 37 } cvt; local
38 cvt.f = x;
39 return cvt.u;
3291 } cvt; local
    [all...]
neon64.c 38 } cvt; local
39 cvt.f = x;
40 return cvt.u;
4575 } cvt; local
    [all...]
vfp.c 30 } cvt; local
31 cvt.f = x;
32 return cvt.u;
39 } cvt; local
40 cvt.f = x;
41 return cvt.u[0];
48 } cvt; local
49 cvt.f = x;
50 return cvt.u[1];
    [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/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/src/truetype/
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...]
  /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,
1228 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, function
  /external/freetype/include/freetype/internal/
tttypes.h 1357 FT_Short* cvt; member in struct:TT_FaceRec_
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 4808 IROp cvt, cvt2, cmp, op, op2, sh, add; local
5897 IROp op, cvt, add = Iop_INVALID, cvt2, op_rev; local
7430 IROp op, cvt; local
    [all...]

Completed in 881 milliseconds