/third_party/libphonenumber/resources/geocoding/en/ |
D | 240.txt | 78 24033307|Centro-Sur/Kié-Ntem/Wele-Nzás 81 24033317|Centro-Sur/Kié-Ntem/Wele-Nzás 84 24033327|Centro-Sur/Kié-Ntem/Wele-Nzás 87 24033337|Centro-Sur/Kié-Ntem/Wele-Nzás 90 24033347|Centro-Sur/Kié-Ntem/Wele-Nzás 93 24033357|Centro-Sur/Kié-Ntem/Wele-Nzás 96 24033367|Centro-Sur/Kié-Ntem/Wele-Nzás 99 24033377|Centro-Sur/Kié-Ntem/Wele-Nzás 102 24033387|Centro-Sur/Kié-Ntem/Wele-Nzás 105 24033397|Centro-Sur/Kié-Ntem/Wele-Nzás [all …]
|
/third_party/boost/libs/math/example/ |
D | autodiff_multiprecision.cpp | 24 constexpr unsigned Nz = 3; // Max order of derivative to calculate for z in main() local 26 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); in main() 36 << "autodiff : " << v.derivative(Nw, Nx, Ny, Nz) << '\n' in main() 38 << "relative error: " << (v.derivative(Nw, Nx, Ny, Nz) / answer - 1) << '\n'; in main()
|
D | autodiff_mixed_partials.cpp | 271 constexpr std::size_t Nz = 3; // Max order of derivative to calculate for z in main() local 272 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); in main() 279 for (std::size_t iz = 0; iz <= Nz; ++iz) { in main()
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_4.cpp | 67 constexpr std::size_t Nz = 3; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 71 const auto z = make_fvar<T, 0, 0, 0, Nz>(14); in BOOST_AUTO_TEST_CASE_TEMPLATE() 81 static_cast<T>(fabs(v.derivative(Nw, Nx, Ny, Nz) / answer - 1)); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/openssl/apps/ |
D | pca-key.pem | 5 GKXw3NNToxjYooMf0mad2rPX3cKTAgMBAAECgYBvrJ+Nz/Pli9jjt2V9bqHH4Y7r
|
/third_party/boost/libs/math/doc/differentiation/ |
D | autodiff.qbk | 170 In this example, `make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14)` returns a `std::tuple` of 4 173 order used when calling `v.derivative(Nw, Nx, Ny, Nz)` in the example below. 193 constexpr unsigned Nz = 3; // Max order of derivative to calculate for z 195 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); 199 auto const& z = std::get<3>(variables); // Up to Nz derivatives at z=14 205 << "autodiff : " << v.derivative(Nw, Nx, Ny, Nz) << '\n' 207 << "relative error: " << (v.derivative(Nw, Nx, Ny, Nz) / answer - 1) << '\n';
|
D | autodiff.tex | 164 In this example, {\tt make\_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14)} returns a {\tt std::tu… 167 order used when calling {\tt v.derivative(Nw, Nx, Ny, Nz)} in the example below. 188 constexpr unsigned Nz = 3; // Max order of derivative to calculate for z 190 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); 194 auto const& z = std::get<3>(variables); // Up to Nz derivatives at z=14 200 << "autodiff : " << v.derivative(Nw, Nx, Ny, Nz) << '\n' 202 << "relative error: " << (v.derivative(Nw, Nx, Ny, Nz) / answer - 1) << '\n'; 640 %{\tt Nz}, respectively. Then the type for {\tt w} is {\tt boost::math::differentiation::autodiff\_… 654 % using var = autodiff_fvar<double,Nx,Ny,Nz>; // Nx, Ny, Nz are constexpr size_t. 658 % var z = make_fvar<double,Nx,Ny,Nz>(z0); // z0 is of type double [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | ln.txt | 14 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
|
/third_party/icu/icu4c/source/data/coll/ |
D | ln.txt | 14 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | ln.txt | 14 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texgen_emboss.txt | 210 Bx = Ny*CTr - CTt*Nz 211 By = Nz*CTs - CTr*Nx 222 Tx = BNy*Nz - Ny*BNz 223 Ty = BNz*Nx - Nz*BNx
|
D | NV_texture_shader.txt | 206 three dot products into a normal vector (Nx,Ny,Nz). An eye 450 The tangent (Tx,Ty,Tz), binormal (Bx,By,Bz), and normal (Nx,Ny,Nz)
|
/third_party/openGLES/extensions/NV/ |
D | NV_texgen_emboss.txt | 210 Bx = Ny*CTr - CTt*Nz 211 By = Nz*CTs - CTr*Nx 222 Tx = BNy*Nz - Ny*BNz 223 Ty = BNz*Nx - Nz*BNx
|
D | NV_texture_shader.txt | 206 three dot products into a normal vector (Nx,Ny,Nz). An eye 450 The tangent (Tx,Ty,Tz), binormal (Bx,By,Bz), and normal (Nx,Ny,Nz)
|
/third_party/icu/icu4c/source/data/locales/ |
D | sg.txt | 255 dn{"Nzîna ngbonga"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | sg.txt | 255 dn{"Nzîna ngbonga"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | sg.txt | 255 dn{"Nzîna ngbonga"}
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;,�9+�:+�<-�?0�9-�<2�@:�C?�BD�DH�JO�OV�@F�>E�BL�IU�JY�FX�CY�C]�@_�Bd�El�Js�Nz�O|�Ly�Iv�Jw�T��T}�Jq…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;,�9+�:+�<-�?0�9-�<2�@:�C?�BD�DH�JO�OV�@F�>E�BL�IU�JY�FX�CY�C]�@_�Bd�El�Js�Nz�O|�Ly�Iv�Jw�T��T}�Jq…
|
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/ |
D | aad02c8751dbbae84b491af9b5ec0900e4ab6e72 | 9597 `,�g6�$cN���!L�p�<�b<���Nz;�0y�%�
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 13159 �;_�%U)�J�V�Lj-��� ��ƕ����*�Nb� T�B�C� �̪�T*#�M˙��SH�HBD�`Nz�Rlj>�H�\�S<|L�hj���/d�O8�#�o�… 14536 …���!�Cd�`���މ(tiN��6?z@��HS"17������r�DL#�����L�U���R~�O_����~ۓ�Ο✄9�]Nz:���v��C��8iW̞���U3M…
|