/external/libcxx/src/ |
string.cpp | 178 // as_float 202 V as_float( const string& func, const S& s, size_t* idx = nullptr ); 207 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon7292 215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon7292 223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon7292 231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7292 239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7292 247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7292 317 return as_float<float>( "stof", str, idx ); 323 return as_float<float>( "stof", str, idx ) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
string.cpp | 178 // as_float 202 V as_float( const string& func, const S& s, size_t* idx = nullptr ); 207 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon22879 215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon22879 223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon22879 231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon22879 239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon22879 247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon22879 317 return as_float<float>( "stof", str, idx ); 323 return as_float<float>( "stof", str, idx ) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_dump.c | 446 float *as_float = intel->batch.bo->virtual + offset; local 452 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3], 463 float *as_float = intel->batch.bo->virtual + offset; local 469 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3] [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_dump.c | 446 float *as_float = intel->batch.bo->virtual + offset; local 452 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3], 463 float *as_float = intel->batch.bo->virtual + offset; local 469 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3] [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 33 external as_float: Llvm.lltype -> t -> float
|
llvm_executionengine.mli | 50 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of 53 val as_float : Llvm.lltype -> t -> float
|
/external/llvm/test/Bindings/Ocaml/ |
executionengine.ml | 49 assert (2. = GenericValue.as_float double_type fpgv);
|