HomeSort by relevance Sort by last modified time
    Searched defs:fu (Results 1 - 14 of 14) sorted by null

  /external/elfutils/tests/
run-addr2line-i-demangle-test.sh 58 fu() function
60 fubar inlined at /tmp/x.cpp:32 in fu()
62 fu() function
64 foobar inlined at /tmp/x.cpp:33 in fu()
66 fu() function
  /external/mesa3d/src/intel/compiler/
brw_packed_float.c 25 union fu { union
38 union fu fu = { .f = f }; local
42 return fu.s.sign << 7;
44 unsigned mantissa = fu.s.mantissa >> (23 - 4);
45 unsigned exponent = fu.s.exponent - (127 - 3);
46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa;
53 if (fu.u & 0x7ffff || exponent > 7)
62 union fu fu; local
    [all...]
test_vf_float_conversions.cpp 50 union fu { union
58 union fu fu; local
59 fu.f = f;
60 return fu.u;
  /external/mesa3d/src/intel/isl/
isl_emit_depth_stencil.c 188 union { float f; uint32_t u; } fu; local
189 fu.f = info->depth_clear_value;
190 clear.DepthClearValue = fu.u;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BrentOptimizer.java 186 double fu = computeObjectiveValue(u); local
188 fu = -fu;
192 if (fu <= fx) {
203 fx = fu;
210 if (fu <= fw || w == x) {
214 fw = fu;
215 } else if (fu <= fv || v == x || v == w) {
217 fv = fu;
  /external/freetype/src/autofit/
afhints.c 565 AF_DUMP(( "Table of %s edges (1px=%.2fu, 10u=%.2fpx):\n",
570 AF_DUMP(( "Table of %s edges (1px=%.2fu, 10u=%.2fpx):\n",
1280 FT_Pos u, ou, fu; \/* point position *\/ local
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 1262 UText fu = UTEXT_INITIALIZER; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 990 } fu; local
994 fu.f[i] = v[i];
997 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32);
1008 } fu; local
1013 fu.d[i] = v[i];
1016 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT64);
1073 } fu; local
1078 fu.u64[i] = v[i];
1081 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_UINT64);
1092 } fu; local
    [all...]
  /external/swiftshader/src/Pipeline/
SamplerCore.cpp 1131 Float4 fu, fv; local
1200 Float4 fu, fv, fw; local
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp 1222 Float4 fu, fv; local
1291 Float4 fu, fv, fw; local
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 754 } fu; local
758 fu.f[i] = v[i];
761 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32);
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 761 milliseconds