Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
185 return u/v + tpi*(j0(x)*log(x)); in y0()
187 return u00 + tpi*log(x); in y0()
Dj1f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
117 return -tpi/x; in y1f()
121 return x*(u/v) + tpi*(j1f(x)*logf(x)-1.0f/x); in y1f()
Dj1.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
169 return -tpi/x; in y1()
173 return x*(u/v) + tpi*(j1(x)*log(x)-1/x); in y1()
Dj0f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
125 return u/v + tpi*(j0f(x)*logf(x)); in y0f()
127 return u00 + tpi*logf(x); in y0f()
/third_party/musl/src/math/
Dj1.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
169 return -tpi/x; in y1()
173 return x*(u/v) + tpi*(j1(x)*log(x)-1/x); in y1()
Dj0.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
185 return u/v + tpi*(j0(x)*log(x)); in y0()
187 return u00 + tpi*log(x); in y0()
Dj1f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
117 return -tpi/x; in y1f()
121 return x*(u/v) + tpi*(j1f(x)*logf(x)-1.0f/x); in y1f()
Dj0f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
125 return u/v + tpi*(j0f(x)*logf(x)); in y0f()
127 return u00 + tpi*logf(x); in y0f()
/third_party/boost/libs/math/example/
Dfloat128_example.cpp232 const std::type_info& tpi = typeid(pi1); // OK using GCC 6.1.1. in main() local
234 std::cout << tpi.name() << std::endl; // OK, Output implementation-dependent mangled name: in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1506 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
1507 const MachineOperand &DstMO = MI->getOperand(TiedPairs[tpi].second); in processTiedPairs()
1517 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
1518 unsigned SrcIdx = TiedPairs[tpi].first; in processTiedPairs()
1519 unsigned DstIdx = TiedPairs[tpi].second; in processTiedPairs()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h275 char * sg_get_trans_proto_str(int tpi, int buff_len, char * buff);
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Daz_Cyrl.txt350 tpi{"ток писин"}
Dwae.txt134 tpi{"Niwmelanesiš"}
Dckb.txt344 tpi{"تۆکپیسین"}
Dce.txt359 tpi{"ток-писин"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Daz_Cyrl.txt350 tpi{"ток писин"}
Dckb.txt344 tpi{"تۆکپیسین"}
Dce.txt359 tpi{"ток-писин"}
Dwae.txt135 tpi{"Niwmelanesiš"}
Das.txt363 tpi{"টোক পিছিন"}
/third_party/icu/icu4c/source/data/lang/
Daz_Cyrl.txt350 tpi{"ток писин"}
Dckb.txt344 tpi{"تۆکپیسین"}
Dce.txt359 tpi{"ток-писин"}
Dwae.txt135 tpi{"Niwmelanesiš"}
Dkok.txt368 tpi{"तोक पिसीन"}

12345678910>>...15