Home
last modified time | relevance | path

Searched defs:tpi (Results 1 – 12 of 12) sorted by relevance

/external/musl/src/math/
Dj1.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
Dj1f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
Dj0f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
Dj0.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
/external/speex/libspeexdsp/
Dsmallft.c42 static float tpi = 6.28318530717958648f; in drfti1() local
276 static float tpi=6.283185307179586f; in dradfg() local
844 static float tpi=6.283185307179586f; in dradbg() local
/external/fdlibm/
De_j1.c75 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
De_j0.c75 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1447 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
1458 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
/external/python/pybind11/include/pybind11/
Dcast.h746 if (auto *tpi = get_type_info(cast_type)) variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1506 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
1517 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs() local
/external/sg3_utils/lib/
Dsg_lib.c632 sg_get_trans_proto_str(int tpi, int buff_len, char * buff) in sg_get_trans_proto_str()
/external/clang/lib/Sema/
DSemaType.cpp5091 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local