| /src/lib/libm/noieee_src/ |
| n_j0.c | 130 tpi = 0.636619772367581343075535053490057448, variable 273 return (u00 + tpi*log(x)); 278 return (u/v + tpi*(j0(x)*log(x)));
|
| n_j1.c | 130 tpi = 0.636619772367581343075535053490057448, variable 272 return (-tpi/x); 277 return (x*(u/v) + tpi*(j1(x)*log(x)-one/x));
|
| /src/lib/libm/src/ |
| e_j0.c | 73 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable 192 return(u00 + tpi*__ieee754_log(x)); 197 return(u/v + tpi*(__ieee754_j0(x)*__ieee754_log(x)));
|
| e_j0f.c | 31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable 156 return(u00 + tpi*__ieee754_logf(x)); 161 return(u/v + tpi*(__ieee754_j0f(x)*__ieee754_logf(x)));
|
| e_j1.c | 73 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable 185 return(-tpi/x); 190 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x));
|
| e_j1f.c | 31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable 146 return(-tpi/x); 151 return(x*(u/v) + tpi*(__ieee754_j1f(x)*__ieee754_logf(x)-one/x));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 1952 tree tpi = TEMPLATE_TYPE_PARM_INDEX (arg); local 1954 /* Do not recurse with TPI directly, as that is unbounded 1956 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (tpi), val); 1957 val = iterative_hash_object (TEMPLATE_PARM_IDX (tpi), val); 4603 tree tpi = build_template_parm_index (TEMPLATE_PARM_IDX (index), local 4607 TEMPLATE_PARM_DESCENDANTS (index) = tpi; 4608 TEMPLATE_PARM_PARAMETER_PACK (tpi) 4623 /* Attach the TPI to the decl. */ 4625 TEMPLATE_TYPE_PARM_INDEX (type) = tpi; 4627 DECL_INITIAL (decl) = tpi; [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 4591 tree tpi = build_template_parm_index (TEMPLATE_PARM_IDX (index), local 4595 TEMPLATE_PARM_DESCENDANTS (index) = tpi; 4596 TEMPLATE_PARM_PARAMETER_PACK (tpi) 4616 /* Attach the TPI to the decl. */ 4618 TEMPLATE_TYPE_PARM_INDEX (type) = tpi; 4620 DECL_INITIAL (decl) = tpi;
|