Home
last modified time | relevance | path

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

/openbsd/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
496 native_float(const native_float &b) in native_float() function in native_float
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 -=()
516 const native_float& operator*= (const native_float &b) in operator *=()
521 const native_float& operator/= (const native_float &b) in operator /=()
529 native_float r; in operator -()
[all …]