/third_party/boost/libs/math/example/ |
D | autodiff_multiprecision.cpp | 22 constexpr unsigned Nx = 2; // Max order of derivative to calculate for x 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 | 269 constexpr std::size_t Nx = 2; // Max order of derivative to calculate for x in main() local 272 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); in main() 277 for (std::size_t ix = 0; ix <= Nx; ++ix) in main()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 92 Nx = round (2^LamdaX); 96 Instead of a single sample, Tau, at (u,v), Nx x Ny locations of the 99 i=Nx,j=Ny 101 Tau =1/(Nx*Ny) \ Tau( u_sub_ij, v_sub_ij); 107 u_sub_ij = u(x - 0.5 + i/(Nx+1), y - 0.5 + j/(Ny+1)); 108 v_sub_ij = v(x - 0.5 + i/(Nx+1), y - 0.5 + j/(Ny+1)); 111 It is acceptable to reduce the smaller of Nx and Ny as the pixel
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 92 Nx = round (2^LamdaX); 96 Instead of a single sample, Tau, at (u,v), Nx x Ny locations of the 99 i=Nx,j=Ny 101 Tau =1/(Nx*Ny) \ Tau( u_sub_ij, v_sub_ij); 107 u_sub_ij = u(x - 0.5 + i/(Nx+1), y - 0.5 + j/(Ny+1)); 108 v_sub_ij = v(x - 0.5 + i/(Nx+1), y - 0.5 + j/(Ny+1)); 111 It is acceptable to reduce the smaller of Nx and Ny as the pixel
|
/third_party/boost/boost/safe_numerics/ |
D | safe_integer_literal.hpp | 141 typename Tx, Tx Nx, typename = std::enable_if_t<! checked::minus(Nx).exception()> 160 typename Tx, Tx Nx, typename = std::enable_if_t<! checked::bitwise_not(Nx).exception()>
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_4.cpp | 65 constexpr std::size_t Nx = 2; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 69 const auto x = make_fvar<T, 0, Nx>(12); 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/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. 191 constexpr unsigned Nx = 2; // Max order of derivative to calculate for x 195 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); 197 auto const& x = std::get<1>(variables); // Up to Nx derivatives at x=12 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. 186 constexpr unsigned Nx = 2; // Max order of derivative to calculate for x 190 auto const variables = make_ftuple<float50, Nw, Nx, Ny, Nz>(11, 12, 13, 14); 192 auto const& x = std::get<1>(variables); // Up to Nx derivatives at x=12 200 << "autodiff : " << v.derivative(Nw, Nx, Ny, Nz) << '\n' 202 << "relative error: " << (v.derivative(Nw, Nx, Ny, Nz) / answer - 1) << '\n'; 639 %only by the C++ compiler/memory/platform. The maximum derivative order of each variable is {\tt Nx… 640 …tively. Then the type for {\tt w} is {\tt boost::math::differentiation::autodiff\_fvar<T,Nx,Ny,Nz>} 654 % using var = autodiff_fvar<double,Nx,Ny,Nz>; // Nx, Ny, Nz are constexpr size_t. [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1245 Nx = -2, Nw = 0; in shapeUnicode() 1251 while (Nx < 0) { /* we need to know about next char */ in shapeUnicode() 1254 Nx = 3000; in shapeUnicode() 1258 Nx = Nw; in shapeUnicode() 1344 if (i == Nx) { in shapeUnicode() 1346 Nx = -2; in shapeUnicode()
|
/third_party/icu/icu4c/source/common/ |
D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1245 Nx = -2, Nw = 0; in shapeUnicode() 1251 while (Nx < 0) { /* we need to know about next char */ in shapeUnicode() 1254 Nx = 3000; in shapeUnicode() 1258 Nx = Nw; in shapeUnicode() 1344 if (i == Nx) { in shapeUnicode() 1346 Nx = -2; in shapeUnicode()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1245 Nx = -2, Nw = 0; in shapeUnicode() 1251 while (Nx < 0) { /* we need to know about next char */ in shapeUnicode() 1254 Nx = 3000; in shapeUnicode() 1258 Nx = Nw; in shapeUnicode() 1344 if (i == Nx) { in shapeUnicode() 1346 Nx = -2; in shapeUnicode()
|
/third_party/node/deps/icu-small/source/common/ |
D | ushape.cpp | 1203 int32_t lastPos,Nx, Nw; in shapeUnicode() local 1245 Nx = -2, Nw = 0; in shapeUnicode() 1251 while (Nx < 0) { /* we need to know about next char */ in shapeUnicode() 1254 Nx = 3000; in shapeUnicode() 1258 Nx = Nw; in shapeUnicode() 1344 if (i == Nx) { in shapeUnicode() 1346 Nx = -2; in shapeUnicode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 387 GepNode *Nx = new (*Mem) GepNode; in processGepInst() local 388 Nx->Parent = PN; // Link Nx to the previous node. in processGepInst() 389 Nx->Flags |= GepNode::Internal | InBounds; in processGepInst() 390 Nx->PTy = PtrTy; in processGepInst() 391 Nx->Idx = Op; in processGepInst() 392 Nodes.push_back(Nx); in processGepInst() 393 NodeOrder.insert(Nx); in processGepInst() 394 PN = Nx; in processGepInst()
|
D | RDFGraph.cpp | 397 NodeId Nx = Next; in append() local 401 NA.Addr->Next = Nx; in append()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.c | 1547 static int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, in dpp_derive_k2() argument 1558 res = dpp_hmac(hash_len, salt, hash_len, Nx, Nx_len, prk); in dpp_derive_k2() 1603 addr[num_elem] = auth->Nx; in dpp_derive_ke() 2521 os_memset(auth->Nx, 0, sizeof(auth->Nx)); in dpp_auth_success() 2888 auth->Nx, &secret_len) < 0) in dpp_auth_build_resp_ok() 2892 auth->Nx, auth->secret_len); in dpp_auth_build_resp_ok() 2895 if (dpp_derive_k2(auth->Nx, auth->secret_len, auth->k2, in dpp_auth_build_resp_ok() 3790 if (dpp_ecdh(auth->own_protocol_key, pr, auth->Nx, &secret_len) < 0) { in dpp_auth_resp_rx() 3799 auth->Nx, auth->secret_len); in dpp_auth_resp_rx() 3802 if (dpp_derive_k2(auth->Nx, auth->secret_len, auth->k2, in dpp_auth_resp_rx() [all …]
|
D | dpp.h | 139 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member 208 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 1547 static int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, in dpp_derive_k2() argument 1558 res = dpp_hmac(hash_len, salt, hash_len, Nx, Nx_len, prk); in dpp_derive_k2() 1603 addr[num_elem] = auth->Nx; in dpp_derive_ke() 2521 os_memset(auth->Nx, 0, sizeof(auth->Nx)); in dpp_auth_success() 2888 auth->Nx, &secret_len) < 0) in dpp_auth_build_resp_ok() 2892 auth->Nx, auth->secret_len); in dpp_auth_build_resp_ok() 2895 if (dpp_derive_k2(auth->Nx, auth->secret_len, auth->k2, in dpp_auth_build_resp_ok() 3790 if (dpp_ecdh(auth->own_protocol_key, pr, auth->Nx, &secret_len) < 0) { in dpp_auth_resp_rx() 3799 auth->Nx, auth->secret_len); in dpp_auth_resp_rx() 3802 if (dpp_derive_k2(auth->Nx, auth->secret_len, auth->k2, in dpp_auth_resp_rx() [all …]
|
D | dpp.h | 139 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member 208 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texgen_emboss.txt | 211 By = Nz*CTs - CTr*Nx 212 Bz = Nx*CTt - CTs*Ny 223 Ty = BNz*Nx - Nz*BNx 224 Tz = BNx*Ny - Nx*BNy
|
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 | 211 By = Nz*CTs - CTr*Nx 212 Bz = Nx*CTt - CTs*Ny 223 Ty = BNz*Nx - Nz*BNx 224 Tz = BNx*Ny - Nx*BNy
|
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/flutter/flutter/packages/flutter/lib/src/painting/ |
D | image_resolution.dart | 31 /// the application bundle under subdirectories named in the form "Nx", where
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …;,�>0�A3�A6�=4�=7�A=�EE�GH�IM�MQ�BF�@C�BK�KT�N[�JZ�F\�F_�A_�Ba�Ei�Jp�Nw�Oz�Nx�Lv�Q{�R{�Ov�Ot�Vy�]{…
|
/third_party/libjpeg/ |
D | testimg.ppm | 4 …������������������铕⊌ل�Ӆ�{u�mk�dd�_a�X[�QQsNHbUFY_CRlBL�EO�LV�U]�[d�]f�Ju�Nx�Pu�Ln�Fc�?Y�5J�+?�5E…
|