Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhypergeometric.tcc124 const _Tp __big = std::pow(std::numeric_limits<_Tp>::max(), _Tp(0.16L)); in __conf_hyperg_luke() local
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
177 __An /= __big; in __conf_hyperg_luke()
178 __Bn /= __big; in __conf_hyperg_luke()
179 __Anm1 /= __big; in __conf_hyperg_luke()
180 __Bnm1 /= __big; in __conf_hyperg_luke()
181 __Anm2 /= __big; in __conf_hyperg_luke()
182 __Bnm2 /= __big; in __conf_hyperg_luke()
183 __Anm3 /= __big; in __conf_hyperg_luke()
184 __Bnm3 /= __big; in __conf_hyperg_luke()
[all …]
/netbsd/src/lib/libm/noieee_src/
Dtrig.h73 __big = 1E18; /* big := 1/(small**2) */ variable
80 __big = 1E20; /* big := 1/(small**2) */
83 extern const double __zero, __one, __negone, __half, __small, __big;
Dn_sincos.c75 z = __big+a; in __weak_alias()
109 z = __big+a; in __weak_alias()
Dn_tan.c56 z=__big+a; in tan()
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dsendmsg.c82 typedef struct { id many[8]; } __big; typedef
84 static __big
858 static __big
872 return (__big) {{0, 0, 0, 0, 0, 0, 0, 0}}; in __objc_block_forward()