Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/noieee_src/
H A Dn_j1.c130 tpi = 0.636619772367581343075535053490057448, variable
272 return (-tpi/x); in y1()
277 return (x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
H A Dn_j0.c130 tpi = 0.636619772367581343075535053490057448, variable
273 return (u00 + tpi*log(x)); in y0()
278 return (u/v + tpi*(j0(x)*log(x))); in y0()
/netbsd-src/lib/libm/src/
H A De_j1f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
146 return(-tpi/x); in __ieee754_y1f()
151 return(x*(u/v) + tpi*(__ieee754_j1f(x)*__ieee754_logf(x)-one/x)); in __ieee754_y1f()
H A De_j1.c73 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
185 return(-tpi/x); in __ieee754_y1()
190 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x)); in __ieee754_y1()
H A De_j0f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
156 return(u00 + tpi*__ieee754_logf(x)); in __ieee754_y0f()
161 return(u/v + tpi*(__ieee754_j0f(x)*__ieee754_logf(x))); in __ieee754_y0f()
H A De_j0.c73 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
192 return(u00 + tpi*__ieee754_log(x)); in __ieee754_y0()
197 return(u/v + tpi*(__ieee754_j0(x)*__ieee754_log(x))); in __ieee754_y0()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d4310 TypeInstance tpi = cast(TypeInstance)tparam; in visit() local
4311 if (tpi.idents.dim) in visit()
4313 RootObject id = tpi.idents[tpi.idents.dim - 1]; in visit()
4321 tpi.idents.dim--; in visit()
4322 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in visit()
4323 tpi.idents.dim++; in visit()
4451 TypeInstance tpi = cast(TypeInstance)tparam; in visit() local
4452 if (tpi.idents.dim) in visit()
4454 RootObject id = tpi.idents[tpi.idents.dim - 1]; in visit()
4462 tpi.idents.dim--; in visit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c3932 TypeInstance *tpi = (TypeInstance *)tparam; in deduceType() local
3933 if (tpi->idents.dim) in deduceType()
3935 RootObject *id = tpi->idents[tpi->idents.dim - 1]; in deduceType()
3943 tpi->idents.dim--; in deduceType()
3944 result = deduceType(tparent, sc, tpi, parameters, dedtypes, wm); in deduceType()
3945 tpi->idents.dim++; in deduceType()
4077 TypeInstance *tpi = (TypeInstance *)tparam; in deduceType() local
4078 if (tpi->idents.dim) in deduceType()
4080 RootObject *id = tpi->idents[tpi->idents.dim - 1]; in deduceType()
4088 tpi->idents.dim--; in deduceType()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dvexpress-v2m.dtsi283 compatible = "sil,sii9022-tpi", "sil,sii9022";
H A Dvexpress-v2m-rs1.dtsi363 compatible = "sil,sii9022-tpi", "sil,sii9022";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
H A Dvexpress-v2m-rs1.dtsi363 compatible = "sil,sii9022-tpi", "sil,sii9022";
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_639-2289 tpi Tok Pisin 120000 Papua New Guinea
/netbsd-src/share/misc/
H A Dlanguage428 Tok Pisin tpi
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc6255 WU (((lang_tree_node *)t)->tpi.index); in core_vals()
6256 WU (((lang_tree_node *)t)->tpi.level); in core_vals()
6257 WU (((lang_tree_node *)t)->tpi.orig_level); in core_vals()
6259 WT (((lang_tree_node *)t)->tpi.decl); in core_vals()
6730 RU (((lang_tree_node *)t)->tpi.index); in core_vals()
6731 RU (((lang_tree_node *)t)->tpi.level); in core_vals()
6732 RU (((lang_tree_node *)t)->tpi.orig_level); in core_vals()
6733 RT (((lang_tree_node *)t)->tpi.decl); in core_vals()
9870 tree tpi = (TREE_CODE (inner) == TYPE_DECL in tpl_parms_fini() local
9873 bool original = (TEMPLATE_PARM_LEVEL (tpi) in tpl_parms_fini()
[all …]
H A Dpt.cc1952 tree tpi = TEMPLATE_TYPE_PARM_INDEX (arg); in iterative_hash_template_arg() local
1956 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (tpi), val); in iterative_hash_template_arg()
1957 val = iterative_hash_object (TEMPLATE_PARM_IDX (tpi), val); in iterative_hash_template_arg()
4585 tree tpi = build_template_parm_index (TEMPLATE_PARM_IDX (index), in reduce_template_parm_level() local
4589 TEMPLATE_PARM_DESCENDANTS (index) = tpi; in reduce_template_parm_level()
4590 TEMPLATE_PARM_PARAMETER_PACK (tpi) in reduce_template_parm_level()
4607 TEMPLATE_TYPE_PARM_INDEX (type) = tpi; in reduce_template_parm_level()
4609 DECL_INITIAL (decl) = tpi; in reduce_template_parm_level()
H A Dcp-tree.h1789 struct template_parm_index GTY ((tag ("TS_CP_TPI"))) tpi;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td517 def TPI : StoreInherentS<"tpi", 0xB236, null_frag, 0>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1921 tree tpi = TEMPLATE_TYPE_PARM_INDEX (arg); in iterative_hash_template_arg() local
1925 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (tpi), val); in iterative_hash_template_arg()
1926 val = iterative_hash_object (TEMPLATE_PARM_IDX (tpi), val); in iterative_hash_template_arg()
4463 tree tpi = build_template_parm_index (TEMPLATE_PARM_IDX (index), in reduce_template_parm_level() local
4467 TEMPLATE_PARM_DESCENDANTS (index) = tpi; in reduce_template_parm_level()
4468 TEMPLATE_PARM_PARAMETER_PACK (tpi) in reduce_template_parm_level()
4485 TEMPLATE_TYPE_PARM_INDEX (type) = tpi; in reduce_template_parm_level()
4487 DECL_INITIAL (decl) = tpi; in reduce_template_parm_level()
H A Dcp-tree.h1660 struct template_parm_index GTY ((tag ("TS_CP_TPI"))) tpi;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6158 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local
6160 TL.setParam(tpi++, Param); in VisitFunctionTypeLoc()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-opc.txt233 b236 tpi S_RD "test pending interruption" g5 esa,zarch
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-opc.txt233 b236 tpi S_RD "test pending interruption" g5 esa,zarch