Home
last modified time | relevance | path

Searched refs:CS_ (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dmbtfpp.hpp59 static const double CS_ = .95257934441568037152; variable
76 lp_lat = asin(CS_ * sin(lp_lat)); in fwd()
99 if (fabs(lp_lat = sin(lp_lat) / CS_) >= 1.) { in inv()
Dhatano.hpp63 static const double CS_ = 2.43763; variable
83 c = sin(lp_lat) * (lp_lat < 0. ? CS_ : CN_); in fwd()
/third_party/curl/include/curl/
DMakefile.am28 CHECKSRC = $(CS_$(V))
31 CS_ = $(CS_0) macro
/third_party/curl/tests/server/
DMakefile.am59 CHECKSRC = $(CS_$(V))
62 CS_ = $(CS_0) macro
/third_party/curl/docs/examples/
DMakefile.am64 CHECKSRC = $(CS_$(V))
67 CS_ = $(CS_0) macro
/third_party/curl/packages/
DMakefile.am45 CHECKSRC = $(CS_$(V))
48 CS_ = $(CS_0) macro
/third_party/curl/tests/unit/
DMakefile.am67 CHECKSRC = $(CS_$(V))
70 CS_ = $(CS_0) macro
/third_party/curl/tests/libtest/
DMakefile.am137 CHECKSRC = $(CS_$(V))
140 CS_ = $(CS_0) macro
/third_party/curl/src/
DMakefile.am99 CHECKSRC = $(CS_$(V))
102 CS_ = $(CS_0) macro
/third_party/curl/lib/
DMakefile.am135 CHECKSRC = $(CS_$(V))
138 CS_ = $(CS_0) macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h94 #define X(str, tag) CS_##tag,
DIceGlobalContext.cpp257 Str << "|" << Name << "|" str "|" << Stats[CS_##tag] << "\n"; in dump()