Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dconstants.d34 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */ variable
/netbsd-src/include/
H A Dmath.h164 #define M_2_PI global() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h242 #define M_2_PI 0x1.45f306dc9c883p-1 macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d583 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */ variable