Searched refs:as_float (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | string.cpp | 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 ) in as_float() function 216 as_float(const string& func, const string& s, size_t* idx ) in as_float() function 224 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 232 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 240 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 248 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 318 return as_float<float>( "stof", str, idx ); in stof() 324 return as_float<float>( "stof", str, idx ); in stof() 330 return as_float<double>( "stod", str, idx ); in stod() [all …]
|
| /netbsd-src/external/mit/libcbor/dist/src/cbor/ |
| H A D | encoding.c | 130 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint; in cbor_encode_half() 174 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer, in cbor_encode_single()
|
| H A D | data.h | 141 float as_float; member
|
| /netbsd-src/external/mit/libcbor/dist/src/cbor/internal/ |
| H A D | loaders.c | 74 return helper.as_float; in _cbor_load_float()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 192 #define NAN as_float(INT_MAX) 523 #define as_float(x) __builtin_astype((x), float) macro
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
| H A D | mmintrin.h | 52 float as_float[2]; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | mmintrin.h | 73 float as_float[2]; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | mmintrin.h | 73 float as_float[2]; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 6298 float as_float; 6310 return u.as_float; 6322 gcc_jit_field *as_float = 6326 "as_float"); 6327 gcc_jit_field *fields[] = @{as_int, as_float@}; 6359 /* return u.as_float; */ 6364 as_float));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 5904 float as_float; 5916 return u.as_float; 5928 gcc_jit_field *as_float = 5932 "as_float"); 5933 gcc_jit_field *fields[] = @{as_int, as_float@}; 5965 /* return u.as_float; */ 5970 as_float));
|