Searched defs:tpi (Results  1 – 12 of 12) sorted by relevance
| /external/musl/src/math/ | 
| D | j1.c | 63 tpi       = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */  variable
  | 
| D | j1f.c | 23 tpi       = 6.3661974669e-01; /* 0x3f22f983 */  variable
  | 
| D | j0f.c | 23 tpi       = 6.3661974669e-01; /* 0x3f22f983 */  variable
  | 
| D | j0.c | 63 tpi       = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */  variable
  | 
| /external/speex/libspeexdsp/ | 
| D | smallft.c | 42   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/ | 
| D | e_j1.c | 75 tpi      =  6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */  variable
  | 
| D | e_j0.c | 75 tpi      =  6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */  variable
  | 
| /external/llvm/lib/CodeGen/ | 
| D | TwoAddressInstructionPass.cpp | 1447   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/ | 
| D | cast.h | 746         if (auto *tpi = get_type_info(cast_type))  variable
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | TwoAddressInstructionPass.cpp | 1506   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/ | 
| D | sg_lib.c | 632 sg_get_trans_proto_str(int tpi, int buff_len, char * buff)  in sg_get_trans_proto_str()
  | 
| /external/clang/lib/Sema/ | 
| D | SemaType.cpp | 5091       for (unsigned i = 0, e = TL.getNumParams(), tpi = 0; i != e; ++i) {  in VisitFunctionTypeLoc()  local
  |