Home
last modified time | relevance | path

Searched defs:TWOPI (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Ddouble_const.py13 TWOPI = 6.28318530717958648 variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h56 TWOPI, enumerator
/third_party/ffmpeg/libavcodec/
Datrac3plusdsp.c88 #define TWOPI (2 * M_PI) macro
/third_party/python/Lib/
Drandom.py51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite unknown