Home
last modified time | relevance | path

Searched refs:M_PI_4 (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dmath-compat.h63 #ifndef M_PI_4
64 #define M_PI_4 G_PI_4 macro
/third_party/musl/src/math/
Dtanl.c18 if (u.f < M_PI_4) { in tanl()
Dcosl.c18 if (x < M_PI_4) { in cosl()
Dsinl.c18 if (u.f < M_PI_4) { in sinl()
Dsincosl.c24 if (u.f < M_PI_4) { in sincosl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtanl.c18 if (u.f < M_PI_4) { in tanl()
Dcosl.c18 if (x < M_PI_4) { in cosl()
Dsinl.c18 if (u.f < M_PI_4) { in sinl()
Dsincosl.c24 if (u.f < M_PI_4) { in sincosl()
/third_party/jerryscript/jerry-libm/include/
Dmath.h45 #define M_PI_4 0.7853981633974483096156608458198757 macro
/third_party/flutter/engine/flutter/flow/
Dmatrix_decomposition_unittests.cc18 const auto angle = M_PI_4; in TEST()
61 const auto rotation = M_PI_4; in TEST()
/third_party/musl/ndk_musl_include/
Dmath.h377 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/third_party/musl/libc-test/src/api/
Dmath.c31 D(M_PI_4) in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h377 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h377 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/third_party/musl/include/
Dmath.h377 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h377 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/third_party/ffmpeg/libavfilter/
Daf_biquads.c519 double ro = -sin(w0 / 2. - M_PI_4) / sin(w0 / 2. + M_PI_4); in config_filter()
545 double ro = sin(w0 / 2. - M_PI_4) / sin(w0 / 2. + M_PI_4); in config_filter()
Dvf_v360.c1129 if (phi >= -M_PI_4 && phi < M_PI_4) { in xyz_to_cube()
1132 } else if (phi >= -(M_PI_2 + M_PI_4) && phi < -M_PI_4) { in xyz_to_cube()
1135 } else if (phi >= M_PI_4 && phi < M_PI_2 + M_PI_4) { in xyz_to_cube()
3340 const float theta_range = M_PI_4; in barrel_to_xyz()
3414 const float theta_range = M_PI_4; in xyz_to_barrel()
3485 const float theta_range = M_PI_4; in xyz_to_barrelsplit()
3503 vf = theta / M_PI_4; in xyz_to_barrelsplit()
Daf_afftdn.c304 gain *= (gain + M_PI_4 / fmax(d2, 1.0E-6)); in process_frame()
319 gain *= (gain + M_PI_4 / fmax(d2, 1.0E-6)); in process_frame()
333 gain *= gain + M_PI_4 / fmax(d2, 1.0E-6); in process_frame()
Daf_surround.c328 if (fabsf(a) <= M_PI_4) in stereo_transform()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c37 #define M_PI_4f ((float) M_PI_4)
/third_party/boost/libs/math/doc/constants/
Dconstants.qbk318 [[quarter_pi] [[pi]/4] [0.78539816] [Equivalent to POSIX constant M_PI_4] ]
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp89 #define M_PI_4f ((float) M_PI_4)