Home
last modified time | relevance | path

Searched refs:fu (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/mesa3d/src/intel/compiler/
Dbrw_packed_float.c25 union fu { union
38 union fu fu = { .f = f }; in brw_float_to_vf() local
42 return fu.s.sign << 7; in brw_float_to_vf()
44 unsigned mantissa = fu.s.mantissa >> (23 - 4); in brw_float_to_vf()
45 unsigned exponent = fu.s.exponent - (127 - 3); in brw_float_to_vf()
46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; in brw_float_to_vf()
53 if (fu.u & 0x7ffff || exponent > 7) in brw_float_to_vf()
62 union fu fu; in brw_vf_to_float() local
66 fu.u = (unsigned)vf << 24; in brw_vf_to_float()
67 return fu.f; in brw_vf_to_float()
[all …]
Dtest_vf_float_conversions.cpp50 union fu { union
58 union fu fu; in f2u() local
59 fu.f = f; in f2u()
60 return fu.u; in f2u()
/third_party/typescript/tests/baselines/reference/
DtargetTypingOnFunctions.symbols2 var fu: (s: string) => string = function (s) { return s.toLowerCase() };
3 >fu : Symbol(fu, Decl(targetTypingOnFunctions.ts, 0, 3))
10 var zu = fu = function (s) { return s.toLowerCase() };
12 >fu : Symbol(fu, Decl(targetTypingOnFunctions.ts, 0, 3))
DtargetTypingOnFunctions.types2 var fu: (s: string) => string = function (s) { return s.toLowerCase() };
3 >fu : (s: string) => string
12 var zu = fu = function (s) { return s.toLowerCase() };
14 >fu = function (s) { return s.toLowerCase() } : (s: string) => string
15 >fu : (s: string) => string
DtargetTypingOnFunctions.js2 var fu: (s: string) => string = function (s) { return s.toLowerCase() }; function
4 var zu = fu = function (s) { return s.toLowerCase() };
7 var fu = function (s) { return s.toLowerCase(); };
8 var zu = fu = function (s) { return s.toLowerCase(); };
/third_party/elfutils/tests/
Drun-addr2line-i-demangle-test.sh58 fu() function
60 fubar inlined at /tmp/x.cpp:32 in fu() function
62 fu() function
64 foobar inlined at /tmp/x.cpp:33 in fu() function
66 fu() function
/third_party/ffmpeg/
D.mailmap13 <linjie.justin.fu@gmail.com> <linjie.fu@intel.com>
14 <linjie.justin.fu@gmail.com> <fulinjie@zju.edu.cn>
/third_party/typescript/tests/cases/compiler/
DtargetTypingOnFunctions.ts1 var fu: (s: string) => string = function (s) { return s.toLowerCase() }; variable
3 var zu = fu = function (s) { return s.toLowerCase() };
/third_party/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c327 union { float f; uint32_t u; } fu; in isl_genX() local
328 fu.f = info->depth_clear_value; in isl_genX()
329 clear.DepthClearValue = fu.u; in isl_genX()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp907 Float4 fu, fv; in sampleFloat2D() local
909 …address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, fun… in sampleFloat2D()
952 if(componentCount >= 1) c00.x = c00.x + fu * (c10.x - c00.x); in sampleFloat2D()
953 if(componentCount >= 2) c00.y = c00.y + fu * (c10.y - c00.y); in sampleFloat2D()
954 if(componentCount >= 3) c00.z = c00.z + fu * (c10.z - c00.z); in sampleFloat2D()
955 if(componentCount >= 4) c00.w = c00.w + fu * (c10.w - c00.w); in sampleFloat2D()
957 if(componentCount >= 1) c01.x = c01.x + fu * (c11.x - c01.x); in sampleFloat2D()
958 if(componentCount >= 2) c01.y = c01.y + fu * (c11.y - c01.y); in sampleFloat2D()
959 if(componentCount >= 3) c01.z = c01.z + fu * (c11.z - c01.z); in sampleFloat2D()
960 if(componentCount >= 4) c01.w = c01.w + fu * (c11.w - c01.w); in sampleFloat2D()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dja_Latn_ko.txt97 fu\~ → | p ; # フュ
98 fu → | hu ;
Des_FONIPA_ja.txt58 fu → フ;
Dja_Latn_ru.txt83 fu\~ → | f ; # フュ
/third_party/skia/third_party/externals/icu/source/data/translit/
Dja_Latn_ko.txt98 fu\~ → | p ; # フュ
99 fu → | hu ;
Des_FONIPA_ja.txt59 fu → フ;
/third_party/icu/icu4c/source/data/translit/
Dja_Latn_ko.txt98 fu\~ → | p ; # フュ
99 fu → | hu ;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1223 Float4 fu, fv; in sampleFloat2D() local
1225 …address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, fun… in sampleFloat2D()
1252 if(componentCount >= 1) c0.x = c0.x + fu * (c1.x - c0.x); in sampleFloat2D()
1253 if(componentCount >= 2) c0.y = c0.y + fu * (c1.y - c0.y); in sampleFloat2D()
1254 if(componentCount >= 3) c0.z = c0.z + fu * (c1.z - c0.z); in sampleFloat2D()
1255 if(componentCount >= 4) c0.w = c0.w + fu * (c1.w - c0.w); in sampleFloat2D()
1257 if(componentCount >= 1) c2.x = c2.x + fu * (c3.x - c2.x); in sampleFloat2D()
1258 if(componentCount >= 2) c2.y = c2.y + fu * (c3.y - c2.y); in sampleFloat2D()
1259 if(componentCount >= 3) c2.z = c2.z + fu * (c3.z - c2.z); in sampleFloat2D()
1260 if(componentCount >= 4) c2.w = c2.w + fu * (c3.w - c2.w); in sampleFloat2D()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_opacity_micromap.adoc66 float fu = u * (1u << level);
69 iu = (uint32_t)fu;
72 float uf = fu - float(iu);
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest13-suppr-through-pointer-v0.cc20 fu(S**) in fu() function
Dtest13-suppr-through-pointer-v1.cc20 fu(S**) in fu() function
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c1002 } fu; in ureg_DECL_immediate() local
1006 fu.f[i] = v[i]; in ureg_DECL_immediate()
1009 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32); in ureg_DECL_immediate()
1020 } fu; in ureg_DECL_immediate_f64() local
1025 fu.d[i] = v[i]; in ureg_DECL_immediate_f64()
1028 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT64); in ureg_DECL_immediate_f64()
1085 } fu; in ureg_DECL_immediate_uint64() local
1090 fu.u64[i] = v[i]; in ureg_DECL_immediate_uint64()
1093 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_UINT64); in ureg_DECL_immediate_uint64()
1104 } fu; in ureg_DECL_immediate_int64() local
[all …]
/third_party/icu/icu4c/source/common/
Ddictbe.cpp1264 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange() local
1265 utext_openUnicodeString(&fu, &inString, &status); in divideUpDictionaryRange()
1280 utext_setNativeIndex(&fu, ix); in divideUpDictionaryRange()
1281 count = fDictionary->matches(&fu, maxWordSize, numCodePts, in divideUpDictionaryRange()
1332 utext_close(&fu); in divideUpDictionaryRange()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp1262 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange() local
1263 utext_openUnicodeString(&fu, &inString, &status); in divideUpDictionaryRange()
1278 utext_setNativeIndex(&fu, ix); in divideUpDictionaryRange()
1279 count = fDictionary->matches(&fu, maxWordSize, numCodePts, in divideUpDictionaryRange()
1330 utext_close(&fu); in divideUpDictionaryRange()
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp1264 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange() local
1265 utext_openUnicodeString(&fu, &inString, &status); in divideUpDictionaryRange()
1280 utext_setNativeIndex(&fu, ix); in divideUpDictionaryRange()
1281 count = fDictionary->matches(&fu, maxWordSize, numCodePts, in divideUpDictionaryRange()
1332 utext_close(&fu); in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp1269 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange() local
1270 utext_openUnicodeString(&fu, &inString, &status); in divideUpDictionaryRange()
1285 utext_setNativeIndex(&fu, ix); in divideUpDictionaryRange()
1286 count = fDictionary->matches(&fu, maxWordSize, numCodePts, in divideUpDictionaryRange()
1337 utext_close(&fu); in divideUpDictionaryRange()

12345