Searched defs:as_float (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/libcxx/src/ |
H A D | string.cpp | 192 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function 197 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 202 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 208 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 213 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 218 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigRat.pm | 2380 sub as_float { subroutine
|
H A D | BigFloat.pm | 1359 sub as_float { subroutine
|
H A D | BigInt.pm | 1477 sub as_float { subroutine
|
/openbsd/lib/libcbor/src/cbor/ |
H A D | data.h | 148 float as_float; member
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | opencl-c-base.h | 610 #define as_float(x) __builtin_astype((x), float) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 53 float as_float[2]; member
|