Searched refs:_pi (Results 1 – 7 of 7) sorted by relevance
/external/marisa-trie/bindings/perl/ |
D | marisa-swig_wrap.cxx | 2420 SWIG_TypeRank _pi = 1; in XS() local 2428 _ranki += _v*_pi; in XS() 2429 _rankm += _pi; in XS() 2430 _pi *= SWIG_MAXCASTRANK; in XS() 2437 _ranki += _v*_pi; in XS() 2438 _rankm += _pi; in XS() 2439 _pi *= SWIG_MAXCASTRANK; in XS() 2450 SWIG_TypeRank _pi = 1; in XS() local 2458 _ranki += _v*_pi; in XS() 2459 _rankm += _pi; in XS() [all …]
|
/external/python/cpython2/Lib/ |
D | random.py | 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 59 TWOPI = 2.0*_pi 473 z = _cos(_pi * u1)
|
/external/python/cpython3/Lib/ |
D | random.py | 49 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil unknown 638 z = _cos(_pi * u1)
|
/external/python/cffi/doc/source/ |
D | overview.rst | 336 ffibuilder.set_source("_pi", # name of the output C extension 353 ``_pi.c``, ``_pi.o`` and the compiled C extension (called ``_pi.so`` on 358 from _pi.lib import pi_approx
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1499 parser.ProcessingInstructionHandler = self._pi 1576 def _pi(self, target, data): member in XMLParser
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 1481 def _pi : T_StorePI_nv_pred <mnemonic, ImmOp, MajOp, PredNot, 0>; 1490 def S2_#NAME#_pi : T_StorePI_nv <mnemonic, ImmOp, MajOp>;
|
D | HexagonInstrInfo.td | 1908 def L2_#NAME#_pi : T_load_pi < mnemonic, RC, ImmOp, MajOp>; 3344 def S2_#NAME#_pi : T_store_pi <mnemonic, RC, ImmOp, MajOp, isHalf>;
|