Home
last modified time | relevance | path

Searched refs:lerp (Results 1 – 25 of 2396) sorted by relevance

12345678910>>...96

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/lerp/
H A D1.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/26_numerics/
H A Dlerp.cc37 VERIFY( std::lerp(0.0, 1.0, 0.0) == 0.0 ); in test01()
38 VERIFY( std::lerp(-2.0, 10.0, 1.0) == 10.0 ); in test01()
39 VERIFY( std::lerp(2.0, -10.0, 1.0) == -10.0 ); in test01()
40 VERIFY( std::lerp(-8.0, 10.0, 0.5) == 1.0 ); in test01()
41 VERIFY( std::lerp(-10.0, 10.0, 0.25) == -5.0 ); in test01()
42 VERIFY( std::lerp(10.0, -10.0, 0.375) == 2.5 ); in test01()
44 VERIFY( std::lerp(2.0, 2.0, 200.0) == 2.0 ); in test01()
45 VERIFY( std::lerp(2.0, 4.0, 200.0) == 402.0 ); in test01()
46 VERIFY( std::lerp(2.0, 4.0, -20.0) == -38.0 ); in test01()
48 VERIFY( std::lerp(1.1, 30201.1, 0) == 1.1 ); in test01()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/interpolation-0.2.0/src/
H A Dlerp.rs11 a.lerp(b, t) in lerp()
157 assert_eq!(lerp(&0i8, &10i8, &w), x); in lerp_i8()
162 assert_eq!(lerp(&10i8, &0i8, &w), x); in lerp_i8()
167 assert_eq!(lerp(&-10i8, &0i8, &w), x); in lerp_i8()
172 assert_eq!(lerp(&0i8, &-10i8, &w), x); in lerp_i8()
180 assert_eq!(lerp(&0i16, &10i16, &w), x); in lerp_i16()
185 assert_eq!(lerp(&10i16, &0i16, &w), x); in lerp_i16()
249 assert_eq!(lerp(&0u8, &10u8, &w), x); in lerp_u8()
254 assert_eq!(lerp(&10u8, &0u8, &w), x); in lerp_u8()
301 let pt = lerp(&[0, 0], &[10, 10], &w); in lerp_array_2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/asin/
H A Dasin_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/acos/
H A Dacos_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/sin/
H A Dsin_vec3_frag_xvary_ref.frag14 float lerp(float a, float b, float s)
51 sin_c.x = lerp(sinValues[0], sinValues[1], weight.x);
53 sin_c.x = lerp(sinValues[1], sinValues[2], weight.x);
55 sin_c.x = lerp(sinValues[2], sinValues[3], weight.x);
57 sin_c.x = lerp(sinValues[3], sinValues[4], weight.x);
59 sin_c.x = lerp(sinValues[4], sinValues[5], weight.x);
61 sin_c.x = lerp(sinValues[5], sinValues[6], weight.x);
63 sin_c.x = lerp(sinValues[6], sinValues[7], weight.x);
65 sin_c.x = lerp(sinValues[7], sinValues[8], weight.x);
67 sin_c.x = lerp(sinValues[8], sinValues[9], weight.x);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/acos/
H A Dacos_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/asin/
H A Dasin_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/sin/
H A Dsin_vec3_frag_xvary_ref.frag14 float lerp(float a, float b, float s)
51 sin_c.x = lerp(sinValues[0], sinValues[1], weight.x);
53 sin_c.x = lerp(sinValues[1], sinValues[2], weight.x);
55 sin_c.x = lerp(sinValues[2], sinValues[3], weight.x);
57 sin_c.x = lerp(sinValues[3], sinValues[4], weight.x);
59 sin_c.x = lerp(sinValues[4], sinValues[5], weight.x);
61 sin_c.x = lerp(sinValues[5], sinValues[6], weight.x);
63 sin_c.x = lerp(sinValues[6], sinValues[7], weight.x);
65 sin_c.x = lerp(sinValues[7], sinValues[8], weight.x);
67 sin_c.x = lerp(sinValues[8], sinValues[9], weight.x);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/tests/conformance/ogles/GL/asin/
H A Dasin_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/tests/conformance/ogles/GL/acos/
H A Dacos_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/asin/
H A Dasin_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/acos/
H A Dacos_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/sin/
H A Dsin_vec3_frag_xvary_ref.frag14 float lerp(float a, float b, float s)
51 sin_c.x = lerp(sinValues[0], sinValues[1], weight.x);
53 sin_c.x = lerp(sinValues[1], sinValues[2], weight.x);
55 sin_c.x = lerp(sinValues[2], sinValues[3], weight.x);
57 sin_c.x = lerp(sinValues[3], sinValues[4], weight.x);
59 sin_c.x = lerp(sinValues[4], sinValues[5], weight.x);
61 sin_c.x = lerp(sinValues[5], sinValues[6], weight.x);
63 sin_c.x = lerp(sinValues[6], sinValues[7], weight.x);
65 sin_c.x = lerp(sinValues[7], sinValues[8], weight.x);
67 sin_c.x = lerp(sinValues[8], sinValues[9], weight.x);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/asin/
H A Dasin_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/acos/
H A Dacos_vec3_frag_xvary_ref.frag23 float lerp(float a, float b, float s)
60 asin_c.x = lerp(asinValues[0], asinValues[1], weight.x);
62 asin_c.x = lerp(asinValues[1], asinValues[2], weight.x);
64 asin_c.x = lerp(asinValues[2], asinValues[3], weight.x);
66 asin_c.x = lerp(asinValues[3], asinValues[4], weight.x);
68 asin_c.x = lerp(asinValues[4], asinValues[5], weight.x);
70 asin_c.x = lerp(asinValues[5], asinValues[6], weight.x);
72 asin_c.x = lerp(asinValues[6], asinValues[7], weight.x);
74 asin_c.x = lerp(asinValues[7], asinValues[8], weight.x);
76 asin_c.x = lerp(asinValues[8], asinValues[9], weight.x);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/sin/
H A Dsin_vec3_frag_xvary_ref.frag14 float lerp(float a, float b, float s)
51 sin_c.x = lerp(sinValues[0], sinValues[1], weight.x);
53 sin_c.x = lerp(sinValues[1], sinValues[2], weight.x);
55 sin_c.x = lerp(sinValues[2], sinValues[3], weight.x);
57 sin_c.x = lerp(sinValues[3], sinValues[4], weight.x);
59 sin_c.x = lerp(sinValues[4], sinValues[5], weight.x);
61 sin_c.x = lerp(sinValues[5], sinValues[6], weight.x);
63 sin_c.x = lerp(sinValues[6], sinValues[7], weight.x);
65 sin_c.x = lerp(sinValues[7], sinValues[8], weight.x);
67 sin_c.x = lerp(sinValues[8], sinValues[9], weight.x);
[all …]

12345678910>>...96