/third_party/skia/experimental/lowp-basic/ |
H A D | bilerp-study.cpp | 38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp() argument 41 + (1.0f-ty) * tx * p10 in golden_bilerp() 46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2() 50 double top = (1.0 - dtx) * p00 + dtx * p10; in golden_bilerp2() 57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp() 59 int64_t top = ftx * (p10 - p00) + 65536 * p00; in full_res_bilerp() 69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1() argument 73 I16 qw = (p10 - p00) << logPixelScale; in bilerp_1() 74 U16 qm = (p10 + p00) << logPixelScale; in bilerp_1() 102 for (int p10 in check_bilerp() 45 golden_bilerp2( float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) golden_bilerp2() argument 56 full_res_bilerp( float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) full_res_bilerp() argument [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp10f.c | 7 static const float p10[] = { in exp10f() local 15 if (!y) return p10[(int)n+7]; in exp10f() 17 return y * p10[(int)n+7]; in exp10f()
|
H A D | exp10.c | 7 static const double p10[] = { in exp10() local 17 if (!y) return p10[(int)n+15]; in exp10() 19 return y * p10[(int)n+15]; in exp10()
|
H A D | exp10l.c | 14 static const long double p10[] = { in exp10l() local 24 if (!y) return p10[(int)n+15]; in exp10l() 26 return y * p10[(int)n+15]; in exp10l()
|
/third_party/musl/src/math/ |
H A D | exp10f.c | 7 static const float p10[] = { in exp10f() local 15 if (!y) return p10[(int)n+7]; in exp10f() 17 return y * p10[(int)n+7]; in exp10f()
|
H A D | exp10.c | 7 static const double p10[] = { in exp10() local 17 if (!y) return p10[(int)n+15]; in exp10() 19 return y * p10[(int)n+15]; in exp10()
|
H A D | exp10l.c | 14 static const long double p10[] = { in exp10l() local 24 if (!y) return p10[(int)n+15]; in exp10l() 26 return y * p10[(int)n+15]; in exp10l()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuBilinearImageCompare.cpp | 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) in interpolateChannel() argument 79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel() 100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8() 106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT; in bilinearSampleRGBA8() 107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT; in bilinearSampleRGBA8() 108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT; in bilinearSampleRGBA8() 109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT; in bilinearSampleRGBA8()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | thisTypeInObjectLiterals2.js | 169 let p10 = defineProp(p1, "foo", { value: 42 }); 170 p10.foo = p10.foo + 1; 354 var p10 = defineProp(p1, "foo", { value: 42 });
variable 355 p10.foo = p10.foo + 1;
462 declare let p10: Point & Record<"foo", number>;
|
H A D | emitArrowFunctionES6.js | 20 var p10 = ([{ value, done }]) => { }; 41 var p10 = ([{ value, done }]) => { };
|
H A D | transformsElideNullUndefinedType.js | 37 class C2 { constructor(p10: null) { } } 87 constructor(p10) { }
|
H A D | arrowFunctionExpressions.js | 26 var p10 = ([{ value, done }]) => { }; 142 var p10 = function (_a) {
function
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCases.cpp | 113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage; in init()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 295 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch3() local 307 int s2 = p10 + p22; in partition_mismatch3() 311 int s4 = p10 + p21; in partition_mismatch3() 337 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch4() local 360 int v1 = p01 + astc::min(p10 + mx23, p12 + mx03, p13 + mx02); in partition_mismatch4() 361 int v2 = p02 + astc::min(p11 + mx03, p10 + mx13, p13 + mx01); in partition_mismatch4() 362 int v3 = p03 + astc::min(p11 + mx02, p12 + mx01, p10 + mx12); in partition_mismatch4()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 150 cmp.eq p10,p0=2,r29 } 164 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15 180 (p10) shrp i0=r15,r14,16 } 181 { .mii; (p10) shrp i1=r16,r15,16 187 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15 245 (p10) shrp i0=r15,r14,16 };; 248 (p10) shrp i1=r16,r15,16 };;
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 150 cmp.eq p10,p0=2,r29 } 164 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15 180 (p10) shrp i0=r15,r14,16 } 181 { .mii; (p10) shrp i1=r16,r15,16 187 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15 245 (p10) shrp i0=r15,r14,16 };; 248 (p10) shrp i1=r16,r15,16 };;
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.hpp | 52 , p10 (p10_) in AttribSpec() 62 tcu::Vec4 p10; //!< Top left. member
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCases.cpp | 121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage; in init()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp_init.c | 54 decl_yuv2rgb_fn(ss##p10); \ 69 decl_rgb2yuv_fn(ss##p10); \
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-rbs-asm.S | 158 (p8) tnat.z p10, p0 = loc##n; \ 159 (p9) cmp.ne p10, p0 = r16, loc##n; \ 161 (p10) mov r8 = -n; \ 162 (p10) br.cond.spnt.many .fail
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 181 int p10 = p10s[8-rpm9]; in decfloat() local 184 uint32_t tmp = x[k] % p10; in decfloat() 185 x[k] = x[k]/p10 + carry; in decfloat() 186 carry = 1000000000/p10 * tmp; in decfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 181 int p10 = p10s[8-rpm9];
in decfloat() local 184 uint32_t tmp = x[k] % p10;
in decfloat() 185 x[k] = x[k]/p10 + carry;
in decfloat() 186 carry = 1000000000/p10 * tmp;
in decfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 181 int p10 = p10s[8-rpm9];
in decfloat() local 184 uint32_t tmp = x[k] % p10;
in decfloat() 185 x[k] = x[k]/p10 + carry;
in decfloat() 186 carry = 1000000000/p10 * tmp;
in decfloat()
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 181 int p10 = p10s[8-rpm9]; in decfloat() local 184 uint32_t tmp = x[k] % p10; in decfloat() 185 x[k] = x[k]/p10 + carry; in decfloat() 186 carry = 1000000000/p10 * tmp; in decfloat()
|
/third_party/json/docs/examples/ |
H A D | json_pointer.cpp | 31 json::json_pointer p10("/foo/~"); in main()
|