/bionic/libm/x86_64/ |
floor.S | 34 roundsd $0x1,%xmm0,%xmm0
|
floorf.S | 34 roundss $0x1,%xmm0,%xmm0
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
AbstractDistribution.java | 45 * to this distribution, this method returns P(x0 ≤ X ≤ x1). 49 * P(x0 ≤ X ≤ x1) = P(X ≤ x1) - P(X ≤ x0) </p> 52 * @param x1 the (inclusive) upper bound 54 * will take a value between <code>x0</code> and <code>x1</code>, 58 * @throws IllegalArgumentException if <code>x0 > x1</code> 60 public double cumulativeProbability(double x0, double x1) 62 if (x0 > x1) { 65 x0, x1); 67 return cumulativeProbability(x1) - cumulativeProbability(x0) [all...] |
AbstractIntegerDistribution.java | 75 * to this distribution, this method returns P(x0 ≤ X ≤ x1). 78 * @param x1 the (inclusive) upper bound 80 * will take a value between <code>x0</code> and <code>x1</code>, 84 * @throws IllegalArgumentException if <code>x0 > x1</code> 87 public double cumulativeProbability(double x0, double x1) 89 if (x0 > x1) { 91 LocalizedFormats.LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT, x0, x1); 95 (int) FastMath.floor(x1)); // don't want to count mass below x0 98 (int) FastMath.floor(x1)); 136 * to this distribution, this method returns P(x0 ≤ X ≤ x1) 173 int x1 = getDomainUpperBound(p); local [all...] |
/frameworks/rs/driver/runtime/ |
rs_abi_debuginfo.c | 11 typedef void (*ForEachFunc_t)(const struct RsExpandKernelDriverInfo *info, uint32_t x1, uint32_t x2, uint32_t outStride);
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_audio_sbc.h | 26 #define AUDIO_SBC_BA_SNR 0x1 29 #define AUDIO_SBC_MODE_DUAL 0x1 32 #define AUDIO_SBC_BANDS_8 0x1 35 #define AUDIO_SBC_BLOCKS_8 0x1
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_audio_sbc.h | 13 #define AUDIO_SBC_BA_SNR 0x1 16 #define AUDIO_SBC_MODE_DUAL 0x1 20 #define AUDIO_SBC_BANDS_8 0x1 23 #define AUDIO_SBC_BLOCKS_8 0x1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
warning-016.s | 5 cmpeqi r0,#0x0 || cmpeqi r1,#0x1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
intel-got32.s | 4 mov edx, [x1@GOTOFF + x2]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/ |
syscontrol2.s | 6 extr #0x1 11 atomic #0x1 19 exts #0x1,#0x4 22 extsr #0x1,#0x4
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
tls-relax-gdesc-ie-2.s | 10 ldr x1, [x0, #:tlsdesc_lo12:var] 18 blr x1 20 mrs x1, tpidr_el0 21 add x0, x1, x0
|
tls-relax-gdesc-le-2.s | 10 ldr x1, [x0, #:tlsdesc_lo12:var] 17 blr x1 19 mrs x1, tpidr_el0 20 add x0, x1, x0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
pr14323-2.c | 5 int x1 = 1; variable
|
/external/ceres-solver/include/ceres/ |
numeric_diff_functor.h | 149 const double* x1, 151 return functor_(x0, x1, residuals); 155 const double* x1, 158 return functor_(x0, x1, x2, residuals); 162 const double* x1, 166 return functor_(x0, x1, x2, x3, residuals); 170 const double* x1, 175 return functor_(x0, x1, x2, x3, x4, residuals); 179 const double* x1, 185 return functor_(x0, x1, x2, x3, x4, x5, residuals) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 48 x1 RN 10 label 90 LDM pSrc, {x0, x1, x2} 96 STM pDst!, {x0, x1, x2} ;// Store aligned output row 101 LDM pSrc, {x0, x1, x2} 108 ORR x0, x0, x1, LSL #24 109 MOV x1, x1, LSR #8 110 ORR x1, x1, x2, LSL #24 112 STM pDst!, {x0, x1, x2} ;// Store aligned output ro [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 48 x1 RN 10 label 90 LDM pSrc, {x0, x1, x2} 96 STM pDst!, {x0, x1, x2} ;// Store aligned output row 101 LDM pSrc, {x0, x1, x2} 108 ORR x0, x0, x1, LSL #24 109 MOV x1, x1, LSR #8 110 ORR x1, x1, x2, LSL #24 112 STM pDst!, {x0, x1, x2} ;// Store aligned output ro [all...] |
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonBaseInfo.h | 72 HasV2SubTOnly = 0x1, 76 NoV3SubT = 0x1, 114 SoloMask = 0x1, 117 SoloAXMask = 0x1, 120 SoloAin1Mask = 0x1, 124 PredicatedMask = 0x1, 126 PredicatedFalseMask = 0x1, 128 PredicatedNewMask = 0x1, 130 PredicateLateMask = 0x1, 134 NewValueMask = 0x1, [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600d.h | 132 #define PREDICATION_OP_ZPASS 0x1 157 #define PKT3_PRED_S(x) (((x) >> 0) & 0x1) 162 #define S_008490_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0) 172 #define S_008C00_VC_ENABLE(x) (((x) & 0x1) << 0) 173 #define G_008C00_VC_ENABLE(x) (((x) >> 0) & 0x1) 175 #define S_008C00_EXPORT_SRC_C(x) (((x) & 0x1) << 1) 176 #define G_008C00_EXPORT_SRC_C(x) (((x) >> 1) & 0x1) 178 #define S_008C00_DX9_CONSTS(x) (((x) & 0x1) << 2) 179 #define G_008C00_DX9_CONSTS(x) (((x) >> 2) & 0x1) 181 #define S_008C00_ALU_INST_PREFER_VECTOR(x) (((x) & 0x1) << 3 [all...] |
/external/ceres-solver/internal/ceres/ |
numeric_diff_test_utils.cc | 45 bool EasyFunctor::operator()(const double* x1, 50 residuals[0] += x1[i] * x2[i]; 60 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; local 62 double *parameters[] = { &x1[0], &x2[0] }; 82 ExpectClose(x1[i], dydx2[5 * 0 + i], tolerance); 84 ExpectClose(2 * x1[i] * residuals[0], dydx2[5 * 1 + i], tolerance); 90 bool TranscendentalFunctor::operator()(const double* x1, 95 x1x2 += x1[i] * x2[i]; 106 double x1[5]; member in struct:ceres::internal::__anon7398 112 { { 0.0, 2.0, 3.0, 0.0, 5.0 }, // Some zeros x1 130 double *x1 = &(kTests[k].x1[0]); local [all...] |
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
DoubleMath.java | 99 0x1.0p0, 100 0x1.30777758p44, 101 0x1.956ad0aae33a4p117, 102 0x1.ee69a78d72cb6p202, 103 0x1.fe478ee34844ap295, 104 0x1.c619094edabffp394, 105 0x1.3638dd7bd6347p498, 106 0x1.7cac197cfe503p605, 107 0x1.1e5dfc140e1e5p716, 108 0x1.8ce85fadb707ep829 [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_quantize_sse2.c | 43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 70 x1 = _mm_xor_si128(z1, sz1); 72 x1 = _mm_sub_epi16(x1, sz1); 82 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 90 x1 = _mm_add_epi16(x1, round1); 93 y1 = _mm_mulhi_epi16(x1, quant1); 96 y1 = _mm_add_epi16(y1, x1); 158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local [all...] |
/external/valgrind/coregrind/m_dispatch/ |
dispatch-arm64-linux.S | 62 x1 holds guest_state 83 mov x21, x1 119 but not x1 */ 129 str x1, [x0, #0] 144 mov x1, #VG_TRC_CHAIN_ME_TO_SLOW_EP 162 mov x1, #VG_TRC_CHAIN_ME_TO_FAST_EP 180 adrp x1, VG_(stats__n_xindirs_32) 181 add x1, x1, :lo12:VG_(stats__n_xindirs_32) 182 ldr w2, [x1, #0 [all...] |
/external/ceres-solver/examples/ |
libmv_homography.cc | 105 // forward_error = D(H * x1, x2) 106 // backward_error = D(H^-1 * x2, x1) 111 const Eigen::Matrix<T, 2, 1> &x1, 116 Vec3 x(x1(0), x1(1), T(1.0)); 133 // D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2 136 const Vec2 &x1, 140 x1, 188 // | 1 0 -x1| * |d e f| * |y2| = |0 [all...] |
/art/runtime/interpreter/mterp/arm64/ |
op_throw.S | 9 str x1, [xSELF, #THREAD_EXCEPTION_OFFSET] // thread->exception<- obj
|
/art/test/564-checker-negbitwise/src/ |
Main.java | 271 return (tmp & 0x1) + (base & tmp); 293 assertIntEquals(0xe, $opt$noinline$notAnd(0xf, 0x1)); 294 assertLongEquals(~0x0, $opt$noinline$notOr(0xf, 0x1)); 295 assertIntEquals(~0xe, $opt$noinline$notXor(0xf, 0x1)); 296 assertIntEquals(0xe, $opt$noinline$notAndConstant(0x1)); 297 assertIntEquals(0xe, $opt$noinline$notAndMultipleUses(0xf, 0x1)); 298 assertIntEquals(~0x1, $opt$noinline$deMorganOr(0x3, 0x1));
|