Home
last modified time | relevance | path

Searched refs:FXC (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dcollg.hpp59 static const double FXC = 1.12837916709551257390; variable
74 xy_x = FXC * lp_lon * xy_y; in fwd()
96 lp_lon = xy_x / (FXC * sqrt(lp_lon)); in inv()
Deck2.hpp59 static const double FXC = 0.46065886596178063902; variable
71 xy_x = FXC * lp_lon * (xy_y = sqrt(4. - 3. * sin(fabs(lp_lat)))); in fwd()
83 lp_lon = xy_x / (FXC * ( lp_lat = 2. - fabs(xy_y) / FYC) ); in inv()
Dmbtfpp.hpp60 static const double FXC = .92582009977255146156; variable
77 xy_x = FXC * lp_lon * (2. * cos(C23 * lp_lat) - 1.); in fwd()
98 lp_lon = xy_x / ( FXC * (2. * cos(C23 * (lp_lat *= 3.)) - 1.) ); in inv()
Drobin.hpp60 static const double FXC = 0.8487; variable
159 xy_x = v(coefs_x<T>()[i], dphi) * FXC * lp_lon; in fwd()
177 lp_lon = xy_x / FXC; in inv()
Dboggs.hpp61 static const double FXC = 2.00276; variable
90 xy_x = FXC * lp_lon / (1. / cos(lp_lat) + FXC2 / cos(theta)); in fwd()
Dmbtfpq.hpp66 static const double FXC = 0.31245971410378249250; variable
85 xy_x = FXC * lp_lon * (1.0 + 2. * cos(lp_lat)/cos(0.5 * lp_lat)); in fwd()
Dhatano.hpp70 static const double FXC = 0.85; variable
88 xy_x = FXC * lp_lon * cos(lp_lat *= .5); in fwd()
/third_party/glslang/Test/
Dhlsl.intrinsics.negative.frag15 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
55 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
71 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
88 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
95 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
116 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
124 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
132 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
Dhlsl.intrinsics.negative.vert42 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
105 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
150 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
195 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
220 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
227 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
235 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
243 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
Dhlsl.intrinsic.frexp.vert25 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
Dhlsl.intrinsic.frexp.frag26 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
Dhlsl.intrinsics.vert282 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
332 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
341 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
350 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
Dhlsl.intrinsics.negative.comp26 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
87 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
132 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
177 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC
Dhlsl.samplecmp.offset.dx10.frag54 // claims offset is supported for cube textures, but FXC does not accept it, and that does
Dhlsl.samplecmp.offsetarray.dx10.frag54 // claims offset is supported for cube textures, but FXC does not accept it, and that does
Dhlsl.samplecmplevelzero.offsetarray.dx10.frag54 // claims offset is supported for cube textures, but FXC does not accept it, and that does
Dhlsl.samplecmplevelzero.offset.dx10.frag54 // claims offset is supported for cube textures, but FXC does not accept it, and that does
Dhlsl.intrinsics.frag347 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
403 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
412 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
421 // TODO: FXC doesn't accept this with (), but glslang doesn't accept it without.
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-maze-flatten-copy-composite/
D1.spvasm.expected.hlsl1 SKIP: flaky test that takes ~25s and often times out with FXC.
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp182 enum Compiler { FXC, DXC }; enumerator
226 compiler = Compiler::FXC; in Create()
316 request.fxcVersion = compiler == Compiler::FXC ? GetD3DCompilerVersion() : 0; in Create()
700 case ShaderCompilationRequest::Compiler::FXC: in CompileShader()
706 if (dumpShaders && request.compiler == ShaderCompilationRequest::Compiler::FXC) { in CompileShader()
/third_party/skia/third_party/externals/tint/docs/
Dorigin-trial-changes.md50 * Calling a function that returns an unused value no longer produces an FXC compilation error. [tin…
/third_party/eudev/hwdb/
D20-OUI.hwdb17727 ID_OUI_FROM_DATABASE=FXC Inc.