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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFract.rs 26 float out = fract(inV, &outFloor);
33 float2 out = fract(inV, &outFloor);
40 float3 out = fract(inV, &outFloor);
47 float4 out = fract(inV, &outFloor);
53 return fract(inV);
57 return fract(inV);
61 return fract(inV);
65 return fract(inV);
70 half out = fract(inV, &outFloor);
77 half2 out = fract(inV, &outFloor)
    [all...]
  /external/dng_sdk/source/
dng_resample.h 149 const real32 *Weights32 (uint32 fract) const
154 if (fract >= kResampleSubsampleCount)
161 return fWeights32->Buffer_real32 () + fract * fWeightStep;
165 const int16 *Weights16 (uint32 fract) const
170 if (fract >= kResampleSubsampleCount)
177 return fWeights16->Buffer_int16 () + fract * fWeightStep;
238 const real32 *Weights32 (dng_point fract) const
243 if (fract.v < 0 || fract.h < 0
244 || fract.v >= static_cast<int32>(kResampleSubsampleCount2D
    [all...]
dng_abort_sniffer.h 137 /// \param fract Percentage of total processing this task is expected to
141 real64 fract);
148 /// \param fract percentage of processing completed on current task.
151 virtual void UpdateProgress (real64 fract);
174 /// \param fract Percentage of total processing this task is expected
179 real64 fract = 0.0)
185 fSniffer->StartTask (name, fract);
203 /// \param fract Percentage of processing completed on current task,
206 void UpdateProgress (real64 fract)
209 fSniffer->UpdateProgress (fract);
    [all...]
dng_1d_table.h 92 real32 fract = y - z; local
94 return fTable [index ] * (1.0f - fract) +
95 fTable [index + 1] * ( fract);
dng_1d_table.cpp 168 real64 fract = 0.0; local
173 table16 [j] = (uint16) (base + slope * fract);
175 fract += step;
177 if (fract > 1.0)
181 fract -= 1.0;
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 30 unsigned int rate,fract; local
38 power = fract = 0;
41 fract = fract*10+*end-48;
54 while (power && fract)
56 fract /= 10;
60 fract *= 10;
63 rate += fract;
  /external/skia/src/core/
SkScalar.cpp 34 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); local
35 return SkScalarInterp(values[right-1], values[right], fract);
  /external/deqp/framework/delibs/debase/
deMath.c 117 double fract = frexp(x, &tmpExp); local
119 return fract * 2.0;
132 double fract = modf(a, &integer); local
133 if (fabs(fract) == 0.5)
  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.c 170 if (parent->cg.prop.fract == 0.0)
180 if (arc->count == 0 || child == parent || child->cg.prop.fract == 0)
217 /* (1 - cg.prop.fract) gets lost along the way: */
218 prop_share = parent->cg.prop.fract * share;
222 arc->time *= parent->cg.prop.fract;
223 arc->child_time *= parent->cg.prop.fract;
256 if (member->cg.prop.fract == 0.0)
266 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time;
370 child->cg.prop.fract = 0.0;
386 child->cg.prop.fract += parent->cg.prop.frac
    [all...]
symtab.h 85 double fract; /* What % of time propagates. */
84 double fract; \/* What % of time propagates. *\/ member in struct:sym::__anon75369::__anon75370
alpha.c 103 indirect_child.cg.prop.fract = 1.0;
mips.c 55 indirect_child.cg.prop.fract = 1.0;
utils.c 93 DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 193 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale)); local
196 fract = ECConstants.ONE.shiftLeft(scale).subtract(fract);
199 if ((floorBigInt.signum() == -1) && (!(fract.equals(ECConstants.ZERO))))
206 String fractStr = fract.toString(2);
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_27_to_33.s 147 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
171 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
182 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
196 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
215 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
232 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
249 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
262 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
278 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
292 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_luma_mode_27_to_33.s 151 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
174 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
185 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
199 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
217 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
234 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
251 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
264 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
280 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
293 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_filters_luma_mode_19_to_25.s 262 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
283 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
293 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
307 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
325 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
340 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
356 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
369 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
385 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
398 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_filters_chroma_mode_19_to_25.s 257 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
280 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
290 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
304 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
323 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
338 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
354 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
370 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
386 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
401 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_filters_neon_intr.c 2108 WORD32 pos, fract = 100, fract_prev; local
2321 WORD32 pos, fract = 1000, fract_prev; local
2582 WORD32 inv_ang, inv_ang_sum, pos, fract = 1000, fract_prev;; local
2802 WORD32 pos, fract = 0, fract_prev; local
    [all...]
  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 178 * -# Compute the fractional portion (fract) of the table index.
191 * wa=-(1/6)*fract.^3 + (1/2)*fract.^2 - (1/3)*fract;
192 * wb=(1/2)*fract.^3 - fract.^2 - (1/2)*fract + 1;
193 * wc=-(1/2)*fract.^3+(1/2)*fract.^2+fract;
212 float32_t sinVal, fract, in; \/* Temporary variables for input, output *\/ local
301 float32_t cosVal, fract, in; \/* Temporary variables for input, output *\/ local
    [all...]
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 1140 WORD32 inv_ang, inv_ang_sum, pos, fract; local
1246 WORD32 pos, fract; local
    [all...]
ihevc_intra_pred_filters.c 1283 WORD32 pos, fract; local
1364 WORD32 pos, fract; local
1467 WORD32 inv_ang, inv_ang_sum, pos, fract; local
1563 WORD32 two_nt, pos, fract; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdfix.h 35 #undef fract macro
38 #define fract _Fract macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdfix.h 35 #undef fract macro
38 #define fract _Fract macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdfix.h 35 #undef fract macro
38 #define fract _Fract macro

Completed in 1282 milliseconds

1 2 3