/external/libcxx/src/ |
string.cpp | 179 // as_float 203 V as_float( const string& func, const S& s, size_t* idx = nullptr ); 208 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon23075 216 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon23075 224 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon23075 232 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon23075 240 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon23075 248 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon23075 318 return as_float<float>( "stof", str, idx ); 324 return as_float<float>( "stof", str, idx ) [all...] |
/prebuilts/ndk/r11/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:__anon111774 215 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon111774 223 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon111774 231 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon111774 239 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon111774 247 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon111774 317 return as_float<float>( "stof", str, idx ); 323 return as_float<float>( "stof", str, idx ) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/ |
string.cpp | 179 // as_float 203 V as_float( const string& func, const S& s, size_t* idx = nullptr ); 208 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon112162 216 as_float(const string& func, const string& s, size_t* idx ) function in namespace:__anon112162 224 as_float( const string& func, const string& s, size_t* idx ) function in namespace:__anon112162 232 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon112162 240 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon112162 248 as_float( const string& func, const wstring& s, size_t* idx ) function in namespace:__anon112162 318 return as_float<float>( "stof", str, idx ); 324 return as_float<float>( "stof", str, idx ) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state_dump.c | 677 float *as_float = brw->batch.bo->virtual + offset; local 683 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3], 693 float *as_float = brw->batch.bo->virtual + offset; local 699 as_float[i], as_float[i + 1], as_float[i + 2], as_float[i + 3] [all...] |
/external/mesa3d/src/compiler/glsl/ |
lower_instructions.cpp | 1268 ir_variable *as_float = local 1348 ir_variable *as_float = local [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
opencl-c.h | 182 #define NAN as_float(INT_MAX) 6643 #define as_float macro [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 7916 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | 8627 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } function [all...] |