Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dparanoia.cc476 class native_float class
489 native_float() in native_float() function in native_float
491 native_float(long l) in native_float() function in native_float
493 native_float(const char *s) in native_float() function in native_float
495 native_float(const native_float &b) in native_float() function in native_float
498 const native_float& operator= (long l) in operator =()
500 const native_float& operator= (const char *s) in operator =()
502 const native_float& operator= (const native_float &b) in operator =()
505 const native_float& operator+= (const native_float &b) in operator +=()
510 const native_float& operator-= (const native_float &b) in operator -=()
[all …]