HomeSort by relevance Sort by last modified time
    Searched full:as_float (Results 1 - 16 of 16) sorted by null

  /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:__anon27396
215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon27396
223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon27396
231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27396
239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27396
247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon27396
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:__anon42870
215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon42870
223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon42870
231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon42870
239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon42870
247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon42870
317 return as_float<float>( "stof", str, idx );
323 return as_float<float>( "stof", str, idx )
    [all...]
  /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/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/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);
  /external/llvm/docs/tutorial/
OCamlLangImpl4.rst 285 print_float (GenericValue.as_float Codegen.double_type result);
836 print_float (GenericValue.as_float Codegen.double_type result);
    [all...]
OCamlLangImpl5.rst     [all...]
OCamlLangImpl6.rst     [all...]
OCamlLangImpl7.rst     [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 231 milliseconds