Home
last modified time | relevance | path

Searched refs:s00 (Results 1 – 13 of 13) sorted by relevance

/third_party/glslang/Test/baseResults/
Dspv.structDeref.frag.out34 Name 54 "s00"
35 MemberName 54(s00) 0 "s0_0"
84 54(s00): TypeStruct 8(s0)
85 55: TypePointer Function 54(s00)
86 57: 54(s00) ConstantComposite 33
100 85: TypePointer Private 54(s00)
157 87: 54(s00) Load 86(foo00)
/third_party/glslang/Test/
Dspv.structDeref.frag10 struct s00 {
39 s00 foo00;
45 s00 locals00;
57 locals00 = s00(s0(0));
DstructDeref.frag10 struct s00 {
39 uniform s00 foo00;
45 s00 locals00;
57 locals00 = s00(s0(0));
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c87 (s00, se, loc) CONST char *s00; char **se; locale_t loc in strtod_l() argument
89 (CONST char *s00, char **se, locale_t loc)
147 for(s = s00;;s++) switch(*s) {
186 s = s00;
261 s00 = s;
291 s = s00;
335 s = s00;
1080 (s00, se, loc) CONST char *s00; char **se; locale_t in strtod() argument
1082 (CONST char *s00, char **se)
1085 return strtod_l(s00, se, 0);
Dstrtodg.c318 (s00, se, fpi, exp, bits, loc) in strtodg_l() argument
319 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; locale_t loc; in strtodg_l()
321 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits, locale_t loc)
362 for(s = s00;;s++) switch(*s) {
373 s = s00;
393 s = s00;
459 s = s00;
462 s00 = s;
492 s = s00;
524 s = s00;
Dgdtoaimp.h644 extern double strtod ANSI((const char *s00, char **se));
/third_party/ffmpeg/tests/
Drotozoom.c71 int s00 = src[( int_x & 255) + 256 * ( int_y & 255)]; in ipol() local
75 int s0 = (((1 << 16) - frac_x) * s00 + frac_x * s01) >> 8; in ipol()
/third_party/ffmpeg/libavfilter/
Dvf_rotate.c238 int s00 = src[src_linestep * int_x + i + src_linesize * int_y ]; in interpolate_bilinear8() local
242 int s0 = (((1<<16) - frac_x)*s00 + frac_x*s01); in interpolate_bilinear8()
268 int s00 = AV_RL16(&src[src_linestep * int_x + i + src_linesize * int_y ]); in interpolate_bilinear16() local
272 int s0 = (((1<<16) - frac_x)*s00 + frac_x*s01); in interpolate_bilinear16()
/third_party/skia/third_party/externals/libpng/
Dpng.c3377 png_uint_32 s16, s32, s00;
3403 s00 = (A & 0xffff) * (T & 0xffff);
3406 s00 += s16;
3408 if (s00 < s16)
3432 if (s00 < d00) --s32; /* carry */
3433 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3437 if (s32 == d32 && s00 >= d00)
3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
3442 if (s00 >= (D >> 1))
/third_party/lame/libmp3lame/
Dgain_analysis.c154 Float_t s00 = y0 + y2 + y4 + y6; in filterYule() local
163 Float_t s1 = s00 + s01 + yG + yK; in filterYule()
/third_party/python/Python/
Ddtoa.c1438 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() argument
1455 c = *(s = s00); in _Py_dg_strtod()
1506 *se = (char *)s00; in _Py_dg_strtod()
1514 *se = (char *)s00; in _Py_dg_strtod()
1523 s00 = s; in _Py_dg_strtod()
1562 s = s00; in _Py_dg_strtod()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp1341 Pointer<Byte> s00 = source + ComputeOffset(X0, Y0, sPitchB, srcBytes, srcQuadLayout); in generate() local
1346 Float4 c00; if(!read(c00, s00, state)) return nullptr; in generate()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp1640 Pointer<Byte> s00 = source + ComputeOffset(X0, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample() local
1645 Float4 c00 = readFloat4(s00, state); in sample()