Home
last modified time | relevance | path

Searched refs:M_PI (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.c.headers/
H A Dmath_h.compile.pass.cpp23 # ifndef M_PI
24 # error M_PI not defined
/llvm-project-15.0.7/libclc/generic/include/clc/float/
H A Ddefinitions.h57 #define M_PI 0x1.921fb54442d18p+1 macro
/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dfmod_generic_impl_test.cpp36 T(M_PI),
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dsinpi.cl120 double api = a * M_PI;
H A Dcospi.cl128 double2 sc = __libclc__sincos_piby4(a * M_PI, 0.0);
H A Dclc_tanpi.cl134 double api = a * M_PI;
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmagic-numbers.rst43 double circleArea = M_PI * radius * radius;
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization_assumes.ll7 ; x = sin(M_PI);
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h291 #define M_PI 0x1.921fb54442d18p+1 macro
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst129 NSNumber *piOverTwo = @(M_PI / 2); // [NSNumber numberWithDouble:(M_PI / 2)]