HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/syslinux/com32/modules/
gpxecmd.c 41 struct s_PXENV_FILE_EXEC *fx; local
43 fx = lmalloc(sizeof *fx);
44 if (!fx)
47 q = (char *)(fx + 1);
49 fx->Status = 1;
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
60 pxe_call(PXENV_FILE_EXEC, fx);
sanboot.c 41 struct s_PXENV_FILE_EXEC *fx; local
43 fx = lmalloc(sizeof *fx);
44 if (!fx)
47 q = (char *)(fx + 1);
49 fx->Status = 1;
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
61 pxe_call(PXENV_FILE_EXEC, fx);
  /external/clang/test/CodeGenCXX/
debug-info-fn-template.cpp 9 T fx(XF<T> xi) { function
15 template int fx(XF<int>);
  /external/skia/src/core/
SkBitmapProcState_utils.h 21 * 2. [fx, fx+dx, fx+2dx, fx+3dx, ... fx+(count-1)dx] are all <= maxX
28 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx,
40 // Note: it seems the test should be (fx <= max && lastFx <= max); but
46 if ((unsigned)SkFixedFloorToInt(fx) >= max) {
51 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1);
SkBitmapProcState_matrix_template.h 23 SkFractionalInt fx; local
28 fx = mapper.fractionalIntX();
40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
52 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
53 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
59 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
60 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx
87 SkFractionalInt fx = mapper.fractionalIntX(); local
    [all...]
SkBitmapProcState_matrixProcs.cpp 42 void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
43 void decal_filter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
61 #define TILEX_PROCF(fx, max) SkClampMax((fx) >> 16, max)
68 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) {
69 return SkClampMax(fx >> 16, max);
97 #define TILEX_PROCF(fx, max) SK_USHIFT16((unsigned)((fx) & 0xFFFF) * ((max) + 1))
103 static unsigned X(const SkBitmapProcState&, SkFixed fx, int max) {
105 return SK_USHIFT16((unsigned)((fx) & 0xFFFF) * ((max) + 1))
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 13 var fx [10]float64 var
26 fy = fx[0:]
95 fy = fx[lb:hb]
97 fy = fx[lb:10]
99 fy = fx[lb:]
101 fy = fx[:hb]
103 fy = fx[0:hb]
105 fy = fx[0:10]
107 fy = fx[0:]
109 fy = fx[:10
    [all...]
sliceslice.go 13 var fx []float64 var
86 fy = fx[lb:hb]
88 fy = fx[lb:10]
90 fy = fx[lb:]
92 fy = fx[:hb]
94 fy = fx[0:hb]
96 fy = fx[0:10]
98 fy = fx[0:]
100 fy = fx[:10]
102 fy = fx[:
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 13 var fx [10]float64 var
26 fy = fx[0:]
95 fy = fx[lb:hb]
97 fy = fx[lb:10]
99 fy = fx[lb:]
101 fy = fx[:hb]
103 fy = fx[0:hb]
105 fy = fx[0:10]
107 fy = fx[0:]
109 fy = fx[:10
    [all...]
sliceslice.go 13 var fx []float64 var
86 fy = fx[lb:hb]
88 fy = fx[lb:10]
90 fy = fx[lb:]
92 fy = fx[:hb]
94 fy = fx[0:hb]
96 fy = fx[0:10]
98 fy = fx[0:]
100 fy = fx[:10]
102 fy = fx[:
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 18 static void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
19 static void decal_filter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count);
21 // TILEX_PROCF(fx, max) SkClampMax((fx) >> 16, max)
35 // TILEX_PROCF(fx, max) SkClampMax((fx) >> 16, max)
50 static inline int32x4_t sbpsm_clamp_tile4_low_bits(int32x4_t fx) {
53 ret = vshrq_n_s32(fx, 12);
63 // TILEX_PROCF(fx, max) (((fx)&0xFFFF)*((max)+1)>> 16
    [all...]
SkBitmapProcState_opts_SSE2.cpp 262 // now initialize fx
263 SkFixed fx = mapper.fixedX(); local
266 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
270 SkASSERT((fx >> (16 + 14)) == 0);
271 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1);
272 fx += dx;
278 __m128i wide_fx = _mm_set_epi32(fx + dx * 3, fx + dx * 2,
279 fx + dx, fx)
377 SkFixed fx = mapper.fixedX(); local
489 SkFixed fx = mapper.fixedX(); local
560 SkFixed fx = mapper.fixedX(); local
    [all...]
  /external/skia/src/effects/gradients/
SkClampRange.cpp 77 void SkClampRange::initFor1(SkGradFixed fx) {
79 if (fx <= 0) {
81 } else if (fx < kFracMax_SkGradFixed) {
83 fFx1 = fx;
102 int64_t fx = fx0; local
108 !sk_64_sadd_check(fx, count_times_dx, &ex)) {
115 if ((uint64_t)(fx | ex) <= kFracMax_SkGradFixed) {
121 if (fx <= 0 && ex <= 0) {
126 if (fx >= kFracMax_SkGradFixed && ex >= kFracMax_SkGradFixed) {
139 fx -= dx
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BrentOptimizer.java 107 double fx = computeObjectiveValue(x); local
109 fx = -fx;
111 double fv = fx;
112 double fw = fx;
127 r = (x - w) * (fx - fv);
128 q = (x - v) * (fx - fw);
192 if (fu <= fx) {
201 fw = fx;
203 fx = fu
    [all...]
  /external/eigen/Eigen/src/Core/arch/NEON/
MathFunctions.h 23 Packet4f tmp, fx; local
44 fx = vmlaq_f32(p4f_half, x, p4f_cephes_LOG2EF);
47 tmp = vcvtq_f32_s32(vcvtq_s32_f32(fx));
50 Packet4ui mask = vcgtq_f32(tmp, fx);
53 fx = vsubq_f32(tmp, vreinterpretq_f32_u32(mask));
55 tmp = vmulq_f32(fx, p4f_cephes_exp_C1);
56 Packet4f z = vmulq_f32(fx, p4f_cephes_exp_C2);
78 mm = vcvtq_s32_f32(fx);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2.s 14 bsr/tx -3 -> bsr/fx -10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
24 bsr/tx -3 -> bra/fx 10 ; Valid
29 bra/tx -3 -> bsr/fx 10 ; Valid
serial2O.s 14 bsr/tx -3 -> bsr/fx -10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
24 bsr/tx -3 -> bra/fx 10 ; Valid
29 bra/tx -3 -> bsr/fx 10 ; Valid
  /external/skia/bench/
InterpBench.cpp 62 void performTest(int16_t dst[], float fx, float dx, int count) override {
63 SkFixed curr = SkFloatToFixed(fx);
81 void performTest(int16_t dst[], float fx, float dx, int count) override {
82 int64_t curr = (int64_t)(fx * 65536 * 655536);
112 void performTest(int16_t dst[], float fx, float dx, int count) override {
113 int64_t curr = (int64_t)(fx * 65536 * 655536 * 65536);
132 void performTest(int16_t dst[], float fx, float dx, int count) override {
135 tmp = SkFloatToFixed(fx); dst[i + 0] = TILE(tmp, count); fx += dx;
136 tmp = SkFloatToFixed(fx); dst[i + 1] = TILE(tmp, count); fx += dx
    [all...]
  /external/ImageMagick/PerlMagick/demo/
Makefile 10 perl pixel-fx.pl
17 compose-specials.jpg single-pixels.gif pixel-fx.gif
  /external/skia/src/image/
SkImageShaderContext.h 31 float fx[8]; member in struct:SkImageShaderContext
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6703a.go 11 func fx() int { func
16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 11 func fx() int { func
16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6703a.go 11 func fx() int { func
16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 11 func fx() int { func
16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
nodyn4.d 14 LOAD [0-9a-fx ]+ R E 0x2000
15 LOAD [0-9a-fx ]+ RW 0x2000

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 9