Home
last modified time | relevance | path

Searched refs:d_i (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dfunctions.h180 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/musl/libc-test/src/math/gen/template/
Dd_i.c5 static struct d_i t[] = {
14 struct d_i *p; in main()
/third_party/musl/libc-test/src/math/
Dilogb.c5 static struct d_i t[] = {
16 struct d_i *p; in main()
Dlrint.c5 static struct d_i t[] = {
16 struct d_i *p; in main()
Dllrint.c5 static struct d_i t[] = {
16 struct d_i *p; in main()
Dlround.c5 static struct d_i t[] = {
16 struct d_i *p; in main()
Dllround.c5 static struct d_i t[] = {
16 struct d_i *p; in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_non_power_of_two.txt265 (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/openGLES/extensions/ARB/
DARB_texture_non_power_of_two.txt275 (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/musl/libc-test/src/common/
Dmtest.h81 struct d_i {POS int r; double x; long long i; int e; }; argument
/third_party/openssl/doc/man7/
DEVP_PKEY-RSA.pod80 as "dP", "dQ" and "d_i in RFC8017".
81 Up to eight additional "d_i" exponents are supported.