HomeSort by: relevance | last modified time | path
    Searched refs:tpi (Results 1 - 14 of 14) sorted by relevancy

  /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/d/dmd/
dtemplate.d 4310 TypeInstance tpi = cast(TypeInstance)tparam;
4311 if (tpi.idents.dim)
4313 RootObject id = tpi.idents[tpi.idents.dim - 1];
4321 tpi.idents.dim--;
4322 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm);
4323 tpi.idents.dim++;
4451 TypeInstance tpi = cast(TypeInstance)tparam;
4452 if (tpi.idents.dim)
4454 RootObject id = tpi.idents[tpi.idents.dim - 1]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 6255 WU (((lang_tree_node *)t)->tpi.index);
6256 WU (((lang_tree_node *)t)->tpi.level);
6257 WU (((lang_tree_node *)t)->tpi.orig_level);
6259 WT (((lang_tree_node *)t)->tpi.decl);
6730 RU (((lang_tree_node *)t)->tpi.index);
6731 RU (((lang_tree_node *)t)->tpi.level);
6732 RU (((lang_tree_node *)t)->tpi.orig_level);
6733 RT (((lang_tree_node *)t)->tpi.decl);
7284 TEMPLATE_TYPE_PARM_INDEX TPI
7285 b) Type - TYPE_DECL->TEMPLATE_TYPE_PARM TEMPLATE_TYPE_PARM_INDEX TPI
    [all...]
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...]
cp-tree.h 1793 struct template_parm_index GTY ((tag ("TS_CP_TPI"))) tpi;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 6474 WU (((lang_tree_node *)t)->tpi.index);
6475 WU (((lang_tree_node *)t)->tpi.level);
6476 WU (((lang_tree_node *)t)->tpi.orig_level);
6478 WT (((lang_tree_node *)t)->tpi.decl);
6998 RU (((lang_tree_node *)t)->tpi.index);
6999 RU (((lang_tree_node *)t)->tpi.level);
7000 RU (((lang_tree_node *)t)->tpi.orig_level);
7001 RT (((lang_tree_node *)t)->tpi.decl);
7573 TEMPLATE_TYPE_PARM_INDEX TPI
7574 b) Type - TYPE_DECL->TEMPLATE_TYPE_PARM TEMPLATE_TYPE_PARM_INDEX TPI
    [all...]
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;
cp-tree.h 1835 struct template_parm_index GTY ((tag ("TS_CP_TPI"))) tpi;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 6158 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) {
6160 TL.setParam(tpi++, Param);

Completed in 93 milliseconds