Searched refs:d_i (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/math/gen/template/ |
D | d_i.c | 5 static struct d_i t[] = { 14 struct d_i *p; in main()
|
/third_party/musl/libc-test/src/math/ |
D | ilogb.c | 5 static struct d_i t[] = { 16 struct d_i *p; in main()
|
D | lrint.c | 5 static struct d_i t[] = { 16 struct d_i *p; in main()
|
D | llrint.c | 5 static struct d_i t[] = { 16 struct d_i *p; in main()
|
D | lround.c | 5 static struct d_i t[] = { 16 struct d_i *p; in main()
|
D | llround.c | 5 static struct d_i t[] = { 16 struct d_i *p; in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 180 T(ilogb, d_i) 183 T(llrint, d_i) 186 T(lrint, d_i) 189 T(llround, d_i) 192 T(lround, d_i)
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 275 (or h_i or d_i) rather than simply "mod 2^n" (or 2^m or 2^l) for 399 d_s = d_i + 2 b_s (3.15) 402 depth, and w_i, h_i, and d_i are the dimensions of the texture image 403 internal to the border. If w_i, h_i, or d_i are less than zero, 412 "Let u(x,y) = w_i * s(x,y), v(x,y) = h_i * t(x,y), and w(x,y) = d_i * 413 r(x,y), where w_i, h_i, and d_i are as defined by equations 3.13, 417 Replace 2^n, 2^m, and 2^l with w_i, h_i, and d_i in Equations 3.19, 430 { d_i - 1, r = 1 432 Replace 2^n, 2^m, and 2^l with w_i, h_i, and d_i in the equations for 443 { floor(w - 1/2) mod d_i, TEXTURE_WRAP_R is REPEAT [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 265 (or h_i or d_i) rather than simply "mod 2^n" (or 2^m or 2^l) for 389 d_s = d_i + 2 b_s (3.15) 392 depth, and w_i, h_i, and d_i are the dimensions of the texture image 393 internal to the border. If w_i, h_i, or d_i are less than zero, 402 "Let u(x,y) = w_i * s(x,y), v(x,y) = h_i * t(x,y), and w(x,y) = d_i * 403 r(x,y), where w_i, h_i, and d_i are as defined by equations 3.13, 407 Replace 2^n, 2^m, and 2^l with w_i, h_i, and d_i in Equations 3.19, 420 { d_i - 1, r = 1 422 Replace 2^n, 2^m, and 2^l with w_i, h_i, and d_i in the equations for 433 { floor(w - 1/2) mod d_i, TEXTURE_WRAP_R is REPEAT [all …]
|
/third_party/mindspore/mindspore/ccsrc/common/ |
D | trans.cc | 1765 for (size_t d_i = 0; d_i < d; d_i++) { in Ndc1hwc0ToNcdhw() local 1766 size_t d_head = c_head + d_i * hw; in Ndc1hwc0ToNcdhw() 1773 auto src_idx = n_i * dc1hwc0 + d_i * c1hwc0 + c1_i * hwc0 + h_i * wc0 + w_i * c0 + c0_i; in Ndc1hwc0ToNcdhw() 1819 for (size_t d_i = 0; d_i < d; d_i++) { in NcdhwToNdc1hwc0() local 1820 size_t d_head = n_head + d_i * c1hwc0; in NcdhwToNdc1hwc0() 1830 size_t src_i = n_i * cdhw + c_i * dhw + d_i * hw + h_i * w + w_i; in NcdhwToNdc1hwc0() 1878 for (size_t d_i = 0; d_i < d; d_i++) { in NcdhwToFracZ3D() local 1884 …auto dst_i = d_i * c1hwn1n0c0 + c1_i * hwn1n0c0 + h_i * wn1n0c0 + w_i * n1n0c0 + n1n0_i * c0 + c0_… in NcdhwToFracZ3D() 1886 size_t src_i = n1n0_i * cdhw + (c1_i * c0 + c0_i) * dhw + d_i * hw + h_i * w + w_i; in NcdhwToFracZ3D() 1937 for (size_t d_i = 0; d_i < d; d_i++) { in FracZ3DToNcdhw() local [all …]
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 81 struct d_i {POS int r; double x; long long i; int e; }; argument
|