Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelItemOpen.cpp444 CTmpProcessInfoRelease(CTmpProcessInfo &tpi): in CTmpProcessInfoRelease()
1035 CTmpProcessInfo &tpi = *(CTmpProcessInfo *)lParam; in OnOpenItemChanged() local
1105 CMyUniquePtr<CTmpProcessInfo> tpi((CTmpProcessInfo *)param); in MyThreadFunction() local
1717 CMyUniquePtr<CTmpProcessInfo> tpi(new CTmpProcessInfo()); in OpenItemInArchive() local
/aosp_15_r20/external/speex/libspeexdsp/
H A 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
/aosp_15_r20/external/musl/src/math/
H A Dj1f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
H A Dj1.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
H A Dj0f.c23 tpi = 6.3661974669e-01; /* 0x3f22f983 */ variable
H A Dj0.c63 tpi = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ variable
/aosp_15_r20/external/trusty/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
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_j1.c68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
H A De_j1f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j0f.c31 tpi = 6.3661974669e-01, /* 0x3f22f983 */ variable
H A De_j0.c68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/aosp_15_r20/external/fdlibm/
H A De_j1.c75 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
H A De_j0.c75 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/coreboot/src/northbridge/intel/pineview/
H A Draminit.c2415 u16 mdclk, tpi, refclk, dqdqs_out, dqdqs_outdelay, dqdqs_delay; in sdram_programdqdqs() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_lib.c632 sg_get_trans_proto_str(int tpi, int buff_len, char * buff) in sg_get_trans_proto_str()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp5091 for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) { in VisitFunctionTypeLoc() local