Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 25 of 161) sorted by relevance

1234567

/external/openfst/src/script/
Dconvert.cc25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert() function
35 REGISTER_FST_OPERATION(Convert, StdArc, ConvertArgs);
36 REGISTER_FST_OPERATION(Convert, LogArc, ConvertArgs);
37 REGISTER_FST_OPERATION(Convert, Log64Arc, ConvertArgs);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp36 struct Convert { struct
37 constexpr Convert(T v) : v(v) {} in Convert() function
41 template<typename T> Convert<T> ConvertVar(); argument
59 …Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to … in float_to_int()
105 …Agg<float> ce1 = { Convert<double>(1e300) }; // expected-warning {{constant expression evaluates t… in shrink_float()
126 …Agg<float> ce1 = { Convert<int>(123456789) }; // expected-warning {{constant expression evaluates … in int_to_float()
169 …Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to … in shrink_int()
Dp7-0x.cpp35 struct Convert { struct
36 constexpr Convert(T v) : v(v) {} in Convert() argument
40 template<typename T> Convert<T> ConvertVar(); argument
58 …Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'c… in float_to_int()
104 …Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to … in shrink_float()
125 …Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to… in int_to_float()
168 …Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 10… in shrink_int()
/external/openfst/src/include/fst/script/
Dconvert.h32 void Convert(ConvertArgs *args) { in Convert() function
36 Fst<Arc> *result = Convert(fst, new_type); in Convert()
42 %newobject Convert;
44 FstClass *Convert(const FstClass& f, const string &new_type);
Dcompile.h60 using fst::Convert; in CompileFst()
71 fst = Convert<Arc>(*fst, args->fst_type); in CompileFst()
Dfst-class.h206 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
284 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
328 static FstClassImplBase *Convert(const FstClass &other) { in Convert() function
Dregister.h110 Class::Convert<Arc>))
/external/v8/src/
Dunicode.h287 static int Convert(uchar c,
294 static int Convert(uchar c,
301 static int Convert(uchar c,
308 static int Convert(uchar c,
315 static int Convert(uchar c,
Dunicode.cc1015 int ToLowercase::Convert(uchar c, in Convert() function in unibrow::ToLowercase
1186 int ToUppercase::Convert(uchar c, in Convert() function in unibrow::ToUppercase
1327 int Ecma262Canonicalize::Convert(uchar c, in Convert() function in unibrow::Ecma262Canonicalize
1718 int Ecma262UnCanonicalize::Convert(uchar c, in Convert() function in unibrow::Ecma262UnCanonicalize
1783 int CanonicalizationRange::Convert(uchar c, in Convert() function in unibrow::CanonicalizationRange
/external/openfst/src/include/fst/
Dregister.h103 &FstRegisterer<F>::Convert); in BuildEntry()
106 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); } in Convert() function
117 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h141 entry.converter = &FstRegisterer<F>::Convert; in FstRegisterer()
147 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); } in Convert() function
158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) { in Convert() function
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td210 // Single to Double FP Convert
213 // Double to Single FP Convert
216 // Single-Precision FP to Integer Convert
219 // Double-Precision FP to Integer Convert
222 // Integer to Single-Precision FP Convert
225 // Integer to Double-Precision FP Convert
/external/llvm/test/Transforms/InstCombine/
Dcast-set.ll10 ; Convert to setne int %X, 12
20 ; Convert to setne int %X, %Y
/external/llvm/test/Transforms/ObjCARC/
Dweak-contract.ll5 ; Convert objc_initWeak(p, null) to *p = null.
Drv.ll214 ; Convert objc_retainAutoreleasedReturnValue to objc_retain if its
238 ; Convert objc_retain to objc_retainAutoreleasedReturnValue if its
262 ; Don't Convert objc_retain to objc_retainAutoreleasedReturnValue if it
323 ; Convert autoreleaseRV to autorelease.
/external/openfst/src/bin/
Dfstconvert.cc52 ofst = s::Convert(*ifst, FLAGS_fst_type); in main()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWM.m149 /* Convert Cocoa screen coordinate to Cocoa window coordinate */
157 /* Convert Cocoa window coordinate to Cocoa screen coordinate */
164 /* Convert SDL coordinate to Cocoa coordinate */
178 /* Convert Cocoa coordinate to SDL coordinate */
192 /* Convert SDL coordinate to window server (CoreGraphics) coordinate */
215 /* Convert window server (CoreGraphics) coordinate to SDL coordinate */
222 /* Convert CG Global to Cocoa Global */
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.m228 // Convert to this window's coordinates
231 // Convert to screen coordinates
234 // Convert to other window's coordinates
237 // Convert to other view's coordinates
/external/llvm/lib/Support/Windows/
DPathV2.inc149 // cur_path now holds the current directory in utf-16. Convert to utf-8.
182 // Convert to utf-16.
225 // Convert to utf-16.
248 // Convert to utf-16.
300 // Convert to utf-16.
652 // Convert the Windows API file handle into a C-runtime handle.
672 // Convert path to UTF-16.
796 // Convert path to UTF-16.
913 // Convert path to the format that Windows is happy with.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h102 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
111 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
/external/chromium/base/
Dstring_number_conversions.cc106 static bool Convert(CHAR c, uint8* digit) { in Convert() function in base::__anonf7baffdf0111::BaseCharToDigit
118 static bool Convert(CHAR c, uint8* digit) { in Convert() function in base::__anonf7baffdf0111::BaseCharToDigit
133 return BaseCharToDigit<CHAR, BASE, BASE <= 10>::Convert(c, digit); in CharToDigit()
/external/chromium/chrome/browser/ui/tests/
Dui_gfx_image_unittest.mm26 // while NSReadPixel returns a color in the device color space. Convert back
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml29 (* Convert bool 0/1 to double 0.0 or 1.0 *)
51 (* Convert condition to a bool by comparing equal to 0.0 *)
145 (* Convert condition to a bool by comparing equal to 0.0. *)
/external/llvm/test/Analysis/ScalarEvolution/
Dsext-iv-0.ll3 ; Convert (sext {-128,+,1}) to {sext(-128),+,sext(1)}, since the
/external/chromium/chrome/browser/ui/cocoa/
Dbase_view_unittest.mm29 // Convert a rect in |view_|'s Cocoa coordinate system to gfx::Rect's top-left

1234567