Searched defs:__fp (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 72 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st) in __stdinbuf() 102 inline bool __do_getc(FILE* __fp, char* __pbuf) { in __do_getc() 110 inline bool __do_getc(FILE* __fp, wchar_t* __pbuf) { in __do_getc() 119 inline bool __do_ungetc(int __c, FILE* __fp, char __dummy) { in __do_ungetc() 125 inline bool __do_ungetc(std::wint_t __c, FILE* __fp, wchar_t __dummy) { in __do_ungetc() 277 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st) in __stdoutbuf() 291 inline bool __do_fputc(char __c, FILE* __fp) { in __do_fputc() 297 inline bool __do_fputc(wchar_t __c, FILE* __fp) { in __do_fputc()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__random/ |
H A D | normal_distribution.h | 126 result_type __fp = std::sqrt(-2 * std::log(__s) / __s); in operator() local
|
/freebsd-src/contrib/llvm-project/libunwind/src/ |
H A D | Registers.hpp | 1849 uint64_t __fp; // Frame pointer x29 global() member
|