Home
last modified time | relevance | path

Searched defs:half_pi (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp103 const Float4 half_pi(1.57079632f); in Asin_4_terms() local
117 const Float4 half_pi(1.5707963268f); in Asin_8_terms() local
149 const Float4 half_pi(1.57079632f); in Atan() local
159 const Float4 half_pi(1.57079632f); // pi/2 in Atan2() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType half_pi() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp343 const Float4 half_pi(1.57079632f); in arcsin() local
383 const Float4 half_pi(1.57079632f); in arctan() local
393 const Float4 half_pi(1.57079632f); // pi/2 in arctan() local
/third_party/ffmpeg/libavfilter/
Dasrc_sine.c91 unsigned half_pi = 1 << (LOG_PERIOD - 2); in make_sin_table() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp359 const Float4 half_pi(1.57079632f); in arcsin() local
399 const Float4 half_pi(1.57079632f); in arctan() local
409 const Float4 half_pi(1.57079632f); // pi/2 in arctan() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp3014 …const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exac… in RenderRectFilledRangeH() local