/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
omxSP_FFTInv_CToC_SC32_Sfs_s.S | 96 #define round r3 define
|
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 75 #define round r3 define
|
armSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S | 82 #define round r3 define
|
omxSP_FFTFwd_CToC_SC16_Sfs_s.S | 97 #define round r3 define
|
omxSP_FFTFwd_CToC_SC32_Sfs_s.S | 95 #define round r3 define
|
omxSP_FFTInv_CToC_SC16_Sfs_s.S | 97 #define round r3 define
|
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S | 60 #define round r3 define
|
omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 84 #define round r3 define
|
omxSP_FFTInv_CCSToR_S16_Sfs_s.S | 75 #define round r3 define
|
omxSP_FFTInv_CCSToR_S32_Sfs_s.S | 101 #define round r3 define
|
/external/compiler-rt/lib/builtins/ |
divtf3.c | 186 // code to round them correctly. 190 const bool round = (residual << 1) >= bSignificand; local 195 // Round 196 absResult += round;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
PathAnimations.java | 55 return new Point(Math.round(v.getX()), Math.round(v.getY())); 253 mPoint.set(Math.round(value.x), Math.round(value.y));
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.h | 80 #define round(x) ((x)>=0?(long)((x)+0.5):(long)((x)-0.5)) macro
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 69 #define round r3 define
|
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S | 76 #define round r3 define
|
omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 72 #define round r3 define 198 mov round, #1 199 vmov.f32 fone, round
|
/external/iproute2/ip/ |
ipneigh.c | 387 int round = 0; local 395 while (round < MAX_ROUNDS) { 407 if (round == 0) 410 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":""); 415 round++; 419 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathFunctions.cpp | 229 static double round(double); 518 long pos = static_cast<long>(FunRound::round(doublePos)); 525 len = static_cast<long>(FunRound::round(doubleLen)); 669 double FunRound::round(double val) function in class:blink::XPath::FunRound 682 return round(arg(0)->evaluate(context).toNumber()); 710 { "round", { &createFunRound, 1 } },
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LayoutUnit.h | 147 ALWAYS_INLINE int round() const function in class:blink::LayoutUnit 758 return (fraction + size).round() - fraction.round(); 763 return value.round();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
MathExtras.h | 82 static double round(double num) function 96 inline long long llround(double num) { return static_cast<long long>(round(num)); } 98 inline long lround(double num) { return static_cast<long>(round(num)); } 188 double rounded = round(flt);
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
dct16x16_test.cc | 31 static int round(double x) { function in namespace:__anon17605 382 << "Error: 16x16 FHT/IHT has an individual round trip error > 1"; 385 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block"; 543 coeff[j] = round(out_r[j]);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_block.h | 42 int16_t *round; member in struct:macroblock_plane
|
/external/chromium_org/third_party/skia/bench/ |
nanobench.cpp | 163 int round = 0; local 166 if (round++ == FLAGS_maxCalibrationAttempts) { 222 // _this_ round, not still timing last round. We force this by looping
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 34 static int round(double x) { function in namespace:__anon4330 320 << "Error: 16x16 FHT/IHT has an individual round trip error > 1"; 323 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block"; 401 coeff[j] = round(out_r[j]);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
Tnaf.java | 166 public static ZTauElement round(SimpleBigDecimal lambda0, method in class:Tnaf 181 BigInteger f0 = lambda0.round(); 182 BigInteger f1 = lambda1.round(); 299 // round up 615 ZTauElement q = round(lambda0, lambda1, mu);
|