Home
last modified time | relevance | path

Searched refs:uf (Results 1 – 25 of 68) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-unicode.c418 hb_unicode_funcs_t *uf = (hb_unicode_funcs_t *) user_data; in test_unicode_properties() local
422 g_assert (hb_unicode_funcs_is_immutable (uf)); in test_unicode_properties()
423 g_assert (hb_unicode_funcs_get_parent (uf)); in test_unicode_properties()
433 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); in test_unicode_properties()
440 if (p->getter (uf, tests[j].unicode) != tests[j].value) { in test_unicode_properties()
441 …g_test_message ("Soft fail: Received %x, expected %x", p->getter (uf, tests[j].unicode), tests[j].… in test_unicode_properties()
458 _test_unicode_properties_nil (hb_unicode_funcs_t *uf) in _test_unicode_properties_nil() argument
470 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
475 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
483 hb_unicode_funcs_t *uf = hb_unicode_funcs_create (NULL); in test_unicode_properties_nil() local
[all …]
/third_party/harfbuzz/test/api/
Dtest-unicode.c567 hb_unicode_funcs_t *uf = (hb_unicode_funcs_t *) user_data; in test_unicode_properties() local
571 g_assert (hb_unicode_funcs_is_immutable (uf)); in test_unicode_properties()
572 g_assert (hb_unicode_funcs_get_parent (uf)); in test_unicode_properties()
582 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); in test_unicode_properties()
590 if (p->getter (uf, tests[j].unicode) != tests[j].value) { in test_unicode_properties()
591 …g_test_message ("Soft fail: Received %x, expected %x", p->getter (uf, tests[j].unicode), tests[j].… in test_unicode_properties()
596 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); in test_unicode_properties()
621 _test_unicode_properties_nil (hb_unicode_funcs_t *uf) in _test_unicode_properties_nil() argument
633 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
638 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-unicode.c580 hb_unicode_funcs_t *uf = (hb_unicode_funcs_t *) user_data; in test_unicode_properties() local
584 g_assert (hb_unicode_funcs_is_immutable (uf)); in test_unicode_properties()
585 g_assert (hb_unicode_funcs_get_parent (uf)); in test_unicode_properties()
595 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); in test_unicode_properties()
603 if (p->getter (uf, tests[j].unicode) != tests[j].value) { in test_unicode_properties()
604 …g_test_message ("Soft fail: Received %x, expected %x", p->getter (uf, tests[j].unicode), tests[j].… in test_unicode_properties()
609 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, tests[j].value); in test_unicode_properties()
634 _test_unicode_properties_nil (hb_unicode_funcs_t *uf) in _test_unicode_properties_nil() argument
646 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
651 …g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].u… in _test_unicode_properties_nil()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_v360.c978 static inline void rotate_cube_face(float *uf, float *vf, int rotation) in rotate_cube_face() argument
986 tmp = *uf; in rotate_cube_face()
987 *uf = -*vf; in rotate_cube_face()
991 *uf = -*uf; in rotate_cube_face()
995 tmp = -*uf; in rotate_cube_face()
996 *uf = *vf; in rotate_cube_face()
1004 static inline void rotate_cube_face_inverse(float *uf, float *vf, int rotation) in rotate_cube_face_inverse() argument
1012 tmp = -*uf; in rotate_cube_face_inverse()
1013 *uf = *vf; in rotate_cube_face_inverse()
1017 *uf = -*uf; in rotate_cube_face_inverse()
[all …]
Davf_showspectrum.c512 float *yf, float *uf, float *vf) in color_range() argument
533 *uf = *yf; in color_range()
539 *uf = *yf * M_PI; in color_range()
549 *uf = 256.0f; in color_range()
558 *uf *= 0.5f * sinf((2 * M_PI * ch) / s->nb_display_channels + M_PI * s->rotation); in color_range()
561 *uf *= 0.5f * sinf(M_PI * s->rotation); in color_range()
565 *uf += *uf * sinf(M_PI * s->rotation); in color_range()
569 *uf *= s->saturation; in color_range()
574 float yf, float uf, float vf, in pick_color() argument
608 out[1] = u * uf; in pick_color()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dminiunz.c234 int do_list(uf) in do_list() argument
235 unzFile uf; in do_list()
241 err = unzGetGlobalInfo64(uf,&gi);
253 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
299 err = unzGoToNextFile(uf);
312 int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) in do_extract_currentfile() argument
313 unzFile uf; in do_extract_currentfile()
328 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
370 err = unzOpenCurrentFilePassword(uf,password);
435 err = unzReadCurrentFile(uf,buf,size_buf);
[all …]
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dminiunz.c234 int do_list(uf) in do_list() argument
235 unzFile uf; in do_list()
241 err = unzGetGlobalInfo64(uf,&gi);
253 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
299 err = unzGoToNextFile(uf);
312 int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) in do_extract_currentfile() argument
313 unzFile uf; in do_extract_currentfile()
328 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
370 err = unzOpenCurrentFilePassword(uf,password);
435 err = unzReadCurrentFile(uf,buf,size_buf);
[all …]
/third_party/zlib/contrib/minizip/
Dminiunz.c236 static int do_list(uf) in do_list() argument
237 unzFile uf; in do_list()
243 err = unzGetGlobalInfo64(uf,&gi);
255 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
301 err = unzGoToNextFile(uf);
314 static int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) in do_extract_currentfile() argument
315 unzFile uf; in do_extract_currentfile()
329 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
371 err = unzOpenCurrentFilePassword(uf,password);
436 err = unzReadCurrentFile(uf,buf,size_buf);
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dminiunz.c234 int do_list(uf) in do_list() argument
235 unzFile uf; in do_list()
241 err = unzGetGlobalInfo64(uf,&gi);
253 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
299 err = unzGoToNextFile(uf);
312 int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) in do_extract_currentfile() argument
313 unzFile uf; in do_extract_currentfile()
328 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
370 err = unzOpenCurrentFilePassword(uf,password);
435 err = unzReadCurrentFile(uf,buf,size_buf);
[all …]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dminiunz.c234 int do_list(uf) in do_list() argument
235 unzFile uf; in do_list()
241 err = unzGetGlobalInfo64(uf,&gi);
253 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
299 err = unzGoToNextFile(uf);
312 int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) in do_extract_currentfile() argument
313 unzFile uf; in do_extract_currentfile()
328 … err = unzGetCurrentFileInfo64(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
370 err = unzOpenCurrentFilePassword(uf,password);
435 err = unzReadCurrentFile(uf,buf,size_buf);
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c236 struct brw_urb_fence uf; in brw_upload_urb_fence() local
237 memset(&uf, 0, sizeof(uf)); in brw_upload_urb_fence()
239 uf.header.opcode = CMD_URB_FENCE; in brw_upload_urb_fence()
240 uf.header.length = sizeof(uf)/4-2; in brw_upload_urb_fence()
241 uf.header.vs_realloc = 1; in brw_upload_urb_fence()
242 uf.header.gs_realloc = 1; in brw_upload_urb_fence()
243 uf.header.clp_realloc = 1; in brw_upload_urb_fence()
244 uf.header.sf_realloc = 1; in brw_upload_urb_fence()
245 uf.header.vfe_realloc = 1; in brw_upload_urb_fence()
246 uf.header.cs_realloc = 1; in brw_upload_urb_fence()
[all …]
/third_party/glslang/Test/
Dspv.Operations.frag7 in float uf;
78 v += step(uf,v);
79 v += smoothstep(uf,uf,v);
83 v += refract(v, v, uf);
108 b = isnan(uf);
125 f = ((uf + uf) * uf - uf) / uf;
130 f += dot(f, uf);
133 if (f == uf || f != uf && f != 2.0)
DOperations.frag7 uniform float uf;
88 v += step(uf,v);
89 v += smoothstep(uf,uf,v);
93 v += refract(v, v, uf);
127 b = isnan(uf);
145 f = ((uf + uf) * uf - uf) / uf;
150 f += dot(f, uf);
153 if (f == uf || f != uf && f != 2.0)
Dspv.shortCircuit.frag8 in float uf;
45 if (ub || sin(uf) * 4.0 > of1) // worth short circuiting
48 if (ub && sin(uf) * 4.0 > of1) // worth short circuiting
/third_party/nghttp2/third-party/url-parser/
Durl_parser.c537 enum http_parser_url_fields uf, old_uf; in http_parser_parse_url() local
565 uf = UF_SCHEMA; in http_parser_parse_url()
573 uf = UF_HOST; in http_parser_parse_url()
577 uf = UF_PATH; in http_parser_parse_url()
581 uf = UF_QUERY; in http_parser_parse_url()
585 uf = UF_FRAGMENT; in http_parser_parse_url()
594 if (uf == old_uf) { in http_parser_parse_url()
595 u->field_data[uf].len++; in http_parser_parse_url()
599 u->field_data[uf].off = (uint16_t)(p - buf); in http_parser_parse_url()
600 u->field_data[uf].len = 1; in http_parser_parse_url()
[all …]
/third_party/cef/tests/ceftests/
Dstring_unittest.cc44 cef_string_userfree_utf8_t uf = str2.DetachToUserFree(); in TEST() local
45 EXPECT_TRUE(uf != nullptr); in TEST()
47 str2.AttachToUserFree(uf); in TEST()
82 cef_string_userfree_utf16_t uf = str2.DetachToUserFree(); in TEST() local
83 EXPECT_TRUE(uf != nullptr); in TEST()
85 str2.AttachToUserFree(uf); in TEST()
120 cef_string_userfree_wide_t uf = str2.DetachToUserFree(); in TEST() local
121 EXPECT_TRUE(uf != nullptr); in TEST()
123 str2.AttachToUserFree(uf); in TEST()
/third_party/skia/tests/sksl/workarounds/
DAbsIntStandaloneSettings.glsl4 uniform float uf;
7 float f = abs(uf);
DAbsInt.glsl7 uniform float uf;
10 float f = abs(uf);
/third_party/skia/resources/sksl/workarounds/
DAbsInt.sksl4 uniform float uf;
8 float f = abs(uf);
/third_party/glslang/Test/baseResults/
Dspv.Operations.frag.out20 Name 220 "uf"
39 Decorate 220(uf) Location 2
66 220(uf): 219(ptr) Variable Input
358 221: 6(float) Load 220(uf)
365 227: 6(float) Load 220(uf)
366 228: 6(float) Load 220(uf)
394 252: 6(float) Load 220(uf)
501 360: 6(float) Load 220(uf)
640 461: 6(float) Load 220(uf)
641 462: 6(float) Load 220(uf)
[all …]
Dspv.shortCircuit.frag.out19 Name 113 "uf"
28 Decorate 113(uf) Location 2
54 113(uf): 112(ptr) Variable Input
195 114: 10(float) Load 113(uf)
215 128: 10(float) Load 113(uf)
/third_party/libsnd/src/GSM610/
Dshort_term.c225 float uf [8], rpf [8] ; in Fast_Short_term_analysis_filtering() local
231 { uf [i] = u [i] ; in Fast_Short_term_analysis_filtering()
238 register float ufi = uf [i] ; in Fast_Short_term_analysis_filtering()
240 uf [i] = sav ; in Fast_Short_term_analysis_filtering()
247 for (i = 0 ; i < 8 ; i++) u [i] = uf [i] ; in Fast_Short_term_analysis_filtering()
/third_party/boost/libs/nowide/src/
Diostream.cpp89 namespace uf = utf; in write()
96 uf::code_point c; in write()
98 while((c = decoder::decode(p, e)) != uf::incomplete) in write()
100 if(c == uf::illegal) in write()
/third_party/skia/resources/sksl/errors/
DSwitchTypes.sksl1 uniform float uf;
18 void switch_case_uniform_float() { switch (1) { case uf: break; } }
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DConvert.h89 UINT uf = *(UINT*)&val; in Convert32ToSmallFloat() local
91 sign = (uf & 0x80000000) >> 31; in Convert32ToSmallFloat()
92 exp = (uf & 0x7F800000) >> 23; in Convert32ToSmallFloat()
93 mant = uf & 0x007FFFFF; in Convert32ToSmallFloat()
166 uint32_t uf = *(uint32_t*)&val; in Convert32To16Float() local
167 sign = (uf & 0x80000000) >> 31; in Convert32To16Float()
168 exp = (uf & 0x7F800000) >> 23; in Convert32To16Float()
169 mant = uf & 0x007FFFFF; in Convert32To16Float()

123