Searched refs:x0 (Results 51 - 75 of 1378) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DAbstractDistribution.java45 * to this distribution, this method returns P(x0 ≤ X ≤ x1).
49 * P(x0 &le; X &le; x1) = P(X &le; x1) - P(X &le; x0) </p>
51 * @param x0 the (inclusive) lower 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) argument
62 if (x0 > x1) {
65 x0, x1);
67 return cumulativeProbability(x1) - cumulativeProbability(x0);
[all...]
H A DDistribution.java43 * to this distribution, this method returns P(x0 &le; X &le; x1).
45 * @param x0 the (inclusive) lower bound
48 * will take a value between <code>x0</code> and <code>x1</code>,
52 * @throws IllegalArgumentException if <code>x0 > x1</code>
54 double cumulativeProbability(double x0, double x1) throws MathException; argument
/external/compiler-rt/test/builtins/Unit/
H A Dextendsftf2_test.c45 UINT64_C(0x0)))
50 UINT64_C(0x0)))
55 UINT64_C(0x0)))
58 if (test__extendsftf2(0.0f, UINT64_C(0x0), UINT64_C(0x0)))
63 UINT64_C(0x0)))
67 UINT64_C(0x0)))
71 UINT64_C(0x0)))
75 UINT64_C(0x0)))
H A Dmodsi3_test.c45 if (test__modsi3(0x80000000, 1, 0x0))
47 if (test__modsi3(0x80000000, 2, 0x0))
49 if (test__modsi3(0x80000000, -2, 0x0))
/external/libhevc/decoder/
H A Dihevcd_intra_pred_mode_prediction.h42 WORD32 x0,
/external/llvm/test/MC/AArch64/
H A Dneon-simd-ldst-multi-elem.s8 st1 { v0.16b }, [x0]
11 st1 { v0.2d }, [x0]
12 st1 { v0.8b }, [x0]
15 st1 { v0.1d }, [x0]
16 // CHECK: st1 { v0.16b }, [x0] // encoding: [0x00,0x70,0x00,0x4c]
19 // CHECK: st1 { v0.2d }, [x0] // encoding: [0x00,0x7c,0x00,0x4c]
20 // CHECK: st1 { v0.8b }, [x0] // encoding: [0x00,0x70,0x00,0x0c]
23 // CHECK: st1 { v0.1d }, [x0] // encoding: [0x00,0x7c,0x00,0x0c]
28 st1 { v0.16b, v1.16b }, [x0]
31 st1 { v0.2d, v1.2d }, [x0]
[all...]
H A Delf-reloc-ldrlit.s4 ldr x0, some_label
11 // OBJ-NEXT: 0x0 R_AARCH64_LD_PREL_LO19 some_label 0x0
12 // OBJ-NEXT: 0x4 R_AARCH64_LD_PREL_LO19 some_label 0x0
13 // OBJ-NEXT: 0x8 R_AARCH64_LD_PREL_LO19 some_label 0x0
14 // OBJ-NEXT: 0xC R_AARCH64_LD_PREL_LO19 some_label 0x0
H A Delf-reloc-pcreladdressing.s8 ldr x0, [x5, #:got_lo12:some_label]
12 // OBJ-NEXT: 0x0 R_AARCH64_ADR_PREL_LO21 some_label 0x0
13 // OBJ-NEXT: 0x4 R_AARCH64_ADR_PREL_PG_HI21 some_label 0x0
14 // OBJ-NEXT: 0x8 R_AARCH64_ADR_GOT_PAGE some_label 0x0
15 // OBJ-NEXT: 0xC R_AARCH64_LD64_GOT_LO12_NC some_label 0x0
H A Dneon-simd-ldst-one-elem.s8 ld1r { v0.16b }, [x0]
11 ld1r { v0.2d }, [x0]
12 ld1r { v0.8b }, [x0]
15 ld1r { v0.1d }, [x0]
16 // CHECK: ld1r { v0.16b }, [x0] // encoding: [0x00,0xc0,0x40,0x4d]
19 // CHECK: ld1r { v0.2d }, [x0] // encoding: [0x00,0xcc,0x40,0x4d]
20 // CHECK: ld1r { v0.8b }, [x0] // encoding: [0x00,0xc0,0x40,0x0d]
23 // CHECK: ld1r { v0.1d }, [x0] // encoding: [0x00,0xcc,0x40,0x0d]
29 ld2r { v0.16b, v1.16b }, [x0]
32 ld2r { v0.2d, v1.2d }, [x0]
[all...]
/external/skia/debugger/QT/
H A Dqrc_SkIcons.cpp14 0x0,0x0,0x4,0x1e,
16 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
17 0x0,0x0,0x20,0x0,0x0,
[all...]
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp31 X0<int> x0; (void)x0; local
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h35 int x0, x1; member in struct:u_rect
45 return (!(a->x1 < b->x0 ||
46 b->x1 < a->x0 ||
59 if (b->x0 < a->x0) b->x0 = a->x0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/valgrind/memcheck/tests/darwin/
H A Dscalar_nocancel.c13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
56 SY(__NR_sem_wait_nocancel, x0); FAIL;
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_18_34.s85 //x0 => *pu1_ref
117 add x0,x0,x4,lsl #2
122 add x0,x0,#4
124 sub x20,x0,#4
125 csel x0, x20, x0,ne
130 mov x8,x0
157 add x8,x0,#1
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-personalityindex.s31 @ RELOC: 0x0 R_ARM_PREL31 .pr0 0x0
32 @ RELOC: 0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
60 @ RELOC: 0x0 R_ARM_PREL31 .pr0.nontrivial 0x0
61 @ RELOC: 0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
93 @ RELOC: 0x0 R_ARM_PREL31 .pr1 0x0
[all...]
H A Darm-elf-symver.s27 @ CHECK-NEXT: 0x0 R_ARM_ABS32 .text 0x0
28 @ CHECK-NEXT: 0x4 R_ARM_ABS32 bar2@zed 0x0
29 @ CHECK-NEXT: 0x8 R_ARM_ABS32 .text 0x0
30 @ CHECK-NEXT: 0xC R_ARM_ABS32 .text 0x0
31 @ CHECK-NEXT: 0x10 R_ARM_ABS32 bar6@zed 0x0
37 @ CHECK-NEXT: Value: 0x0
39 @ CHECK-NEXT: Binding: Local (0x0)
40 @ CHECK-NEXT: Type: None (0x0)
46 @ CHECK-NEXT: Value: 0x0
[all...]
/external/vixl/examples/
H A Dfactorial-rec.cc35 // n -> x0
41 __ Cbz(x0, &input_is_zero);
43 __ Mov(x1, x0);
44 __ Sub(x0, x0, 1);
48 __ Mul(x0, x0, x1);
52 __ Mov(x0, 1);
H A Dabs.cc35 // x -> x0
39 __ Cmp(x0, 0);
40 __ Cneg(x0, x0, mi);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local
65 x0 = _mm_abs_epi16(z0);
69 x0 = _mm_add_epi16(x0, round0);
73 y0 = _mm_mulhi_epi16(x0, quant_fast0);
85 x0 = _mm_sub_epi16(y0, sz0);
89 _mm_store_si128((__m128i *)(d->qcoeff), x0);
93 x0 = _mm_mullo_epi16(x0, dequant0);
97 _mm_store_si128((__m128i *)(d->dqcoeff), x0);
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-func-addr.s5 # CHECK: 0x0 R_MIPS_32 bar 0x0
6 # CHECK: 0x4 R_MIPS_32 L1 0x0
/external/skia/include/c/
H A Dsk_path.h28 void sk_path_quad_to(sk_path_t*, float x0, float y0, float x1, float y1);
29 void sk_path_conic_to(sk_path_t*, float x0, float y0, float x1, float y1, float w);
30 void sk_path_cubic_to(sk_path_t*, float x0, float y0, float x1, float y1, float x2, float y2);
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp11 X0 x0; local
/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp38 int *arg = (argv[1][0] == '0') ? 0x0 : &local;
41 return C(0x0, arg).value();
45 return C(0x0, &local).method(arg, 0x0);

Completed in 895 milliseconds

1234567891011>>