/external/mesa3d/src/intel/compiler/ |
D | brw_packed_float.c | 25 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 = vf << 24; in brw_vf_to_float() 67 return fu.f; in brw_vf_to_float() [all …]
|
D | test_vf_float_conversions.cpp | 50 union fu { union 58 union fu fu; in f2u() local 59 fu.f = f; in f2u() 60 return fu.u; in f2u()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
D | BrentOptimizer.java | 186 double fu = computeObjectiveValue(u); in localMin() local 188 fu = -fu; in localMin() 192 if (fu <= fx) { in localMin() 203 fx = fu; in localMin() 210 if (fu <= fw || w == x) { in localMin() 214 fw = fu; in localMin() 215 } else if (fu <= fv || v == x || v == w) { in localMin() 217 fv = fu; in localMin()
|
/external/elfutils/tests/ |
D | run-addr2line-i-demangle-test.sh | 58 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
|
/external/llvm/test/TableGen/ |
D | listconcat.td | 9 // CHECK: list<string> T1 = ["fu", "foo"]; 10 // CHECK: list<string> T2 = ["fu", "foo", "fu", "bar", "baz"]; 18 def Z : Y<["fu"]>;
|
D | strconcat.td | 24 def Z : Y<"fu">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | listconcat.td | 25 // CHECK: list<string> T1 = ["fu", "foo"]; 26 // CHECK: list<string> T2 = ["fu", "foo", "fu", "bar", "baz"]; 48 def Z : Y<["fu"]>;
|
D | strconcat.td | 24 def Z : Y<"fu">;
|
/external/clang/test/CodeGen/ |
D | 2004-06-08-OpaqueStructArg.c | 3 struct fu; 4 void foo(struct fu);
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | blt-fonipa-t-blt.txt | 71 ꪠꪴ fu˨ 91 ꪠꪴ fu˨ 133 ꪠꪴ fu˨ 162 ꪠꪴ fu˨ 200 ꪠꪴ fu˨ 271 ꪠꪴ fu˨ 382 ꪠꪴ fu˨ 517 ꪠꪴ fu˨
|
D | ja-Latn-t-ja-hrkt-m0-bgn.txt | 35 ハ ヒ フ ヘ ホ ha hi fu he ho 36 ハ ヒ フ ヘ ホ ha hi fu he ho 37 は ひ ふ へ ほ ha hi fu he ho
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 99da48b48184b6cc8b7cd1496acd0d65.000001d8.honggfuzz.cov | 11 �e���T��f�A}ǎ��G�l��ǻN�.�e��]��'1R���� ).��}q�+�G�3�M��[���fu�1�=J;r�K��r�˵�1/��ti��l!�ʻ… 12 �f�A}ǎ��G�l��ǻN�.�e��]��'1R���� ).��}q�+�G�3�M��[���fu�1�=J;r�K��r�˵�1/��ti��l!�ʻ
|
D | 71edbf05426cc8fdd9f767c0905a3119.0000108b.honggfuzz.cov | 6 �O;��˟���H�D8��QGv�&��5@��fu�2�Um�-G�7 Y����&+v�PX����~��#��:���u����� !|��5q�c)w��y�…
|
/external/syzkaller/pkg/build/ |
D | fuchsia.go | 17 func (fu fuchsia) build(targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir, 44 func (fu fuchsia) clean(kernelDir string) error {
|
/external/mesa3d/src/intel/isl/ |
D | isl_emit_depth_stencil.c | 188 union { float f; uint32_t u; } fu; in isl_genX() local 189 fu.f = info->depth_clear_value; in isl_genX() 190 clear.DepthClearValue = fu.u; in isl_genX()
|
/external/icu/icu4c/source/data/translit/ |
D | ja_Latn_ko.txt | 97 fu\~ → | p ; # フュ 98 fu → | hu ;
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1131 Float4 fu, fv; in sampleFloat2D() local 1133 …address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, fun… in sampleFloat2D() 1160 if(componentCount >= 1) c0.x = c0.x + fu * (c1.x - c0.x); in sampleFloat2D() 1161 if(componentCount >= 2) c0.y = c0.y + fu * (c1.y - c0.y); in sampleFloat2D() 1162 if(componentCount >= 3) c0.z = c0.z + fu * (c1.z - c0.z); in sampleFloat2D() 1163 if(componentCount >= 4) c0.w = c0.w + fu * (c1.w - c0.w); in sampleFloat2D() 1165 if(componentCount >= 1) c2.x = c2.x + fu * (c3.x - c2.x); in sampleFloat2D() 1166 if(componentCount >= 2) c2.y = c2.y + fu * (c3.y - c2.y); in sampleFloat2D() 1167 if(componentCount >= 3) c2.z = c2.z + fu * (c3.z - c2.z); in sampleFloat2D() 1168 if(componentCount >= 4) c2.w = c2.w + fu * (c3.w - c2.w); in sampleFloat2D() [all …]
|
/external/iproute2/genl/ |
D | genl_utils.h | 11 int (*parse_genlopt)(struct genl_util *fu, int argc, char **argv);
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1222 Float4 fu, fv; in sampleFloat2D() local 1224 …address(u, x0, x1, fu, mipmap, offset.x, filter, OFFSET(Mipmap, width), state.addressingModeU, fun… in sampleFloat2D() 1251 if(componentCount >= 1) c0.x = c0.x + fu * (c1.x - c0.x); in sampleFloat2D() 1252 if(componentCount >= 2) c0.y = c0.y + fu * (c1.y - c0.y); in sampleFloat2D() 1253 if(componentCount >= 3) c0.z = c0.z + fu * (c1.z - c0.z); in sampleFloat2D() 1254 if(componentCount >= 4) c0.w = c0.w + fu * (c1.w - c0.w); in sampleFloat2D() 1256 if(componentCount >= 1) c2.x = c2.x + fu * (c3.x - c2.x); in sampleFloat2D() 1257 if(componentCount >= 2) c2.y = c2.y + fu * (c3.y - c2.y); in sampleFloat2D() 1258 if(componentCount >= 3) c2.z = c2.z + fu * (c3.z - c2.z); in sampleFloat2D() 1259 if(componentCount >= 4) c2.w = c2.w + fu * (c3.w - c2.w); in sampleFloat2D() [all …]
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | strconcat.td | 11 def Z : Y<"fu">;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 990 } fu; in ureg_DECL_immediate() local 994 fu.f[i] = v[i]; in ureg_DECL_immediate() 997 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32); in ureg_DECL_immediate() 1008 } fu; in ureg_DECL_immediate_f64() local 1013 fu.d[i] = v[i]; in ureg_DECL_immediate_f64() 1016 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT64); in ureg_DECL_immediate_f64() 1073 } fu; in ureg_DECL_immediate_uint64() local 1078 fu.u64[i] = v[i]; in ureg_DECL_immediate_uint64() 1081 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_UINT64); in ureg_DECL_immediate_uint64() 1092 } fu; in ureg_DECL_immediate_int64() local [all …]
|
/external/iproute2/tc/ |
D | f_flow.c | 133 static int flow_parse_opt(struct filter_util *fu, char *handle, in flow_parse_opt() argument 266 static int flow_print_opt(struct filter_util *fu, FILE *f, struct rtattr *opt, in flow_print_opt() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | optimize-max-1.ll | 69 define void @fu(double* nocapture %p, i64 %n) nounwind { 70 ; CHECK-LABEL: fu:
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSchedule.td | 120 class ProcessorItineraries<list<FuncUnit> fu, list<Bypass> bp, 122 list<FuncUnit> FU = fu;
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 1262 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()
|