Searched refs:as_float (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/src/
H A Dstring.cpp178 // 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:__anon7803
215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon7803
223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon7803
231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7803
239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7803
247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon7803
317 return as_float<float>( "stof", str, idx );
323 return as_float<floa
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_dump.c446 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[
[all...]

Completed in 3284 milliseconds