Home
last modified time | relevance | path

Searched refs:native_float (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc477 class native_float class
490 native_float() in native_float() function in native_float
492 native_float(long l) in native_float() function in native_float
494 native_float(const char *s) in native_float() function in native_float
496 native_float(const native_float &b) in native_float() function in native_float
499 const native_float& operator= (long l) in operator =()
501 const native_float& operator= (const char *s) in operator =()
503 const native_float& operator= (const native_float &b) in operator =()
506 const native_float& operator+= (const native_float &b) in operator +=()
511 const native_float& operator-= (const native_float &b) in operator -=()
[all …]