Searched refs:one (Results 151 - 175 of 1174) sorted by relevance

1234567891011>>

/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c77 alpha = lp_build_clamp(&bld, alpha, bld.zero, bld.one);
78 ref = lp_build_clamp(&bld, ref, bld.zero, bld.one);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/clang/test/Modules/
H A Dnormal-module-map.cpp44 return extra_a + one + decltype_val;
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-aggregates.cpp3 struct one { char c[1]; }; struct
63 one overloaded(A);
66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload");
70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
/external/curl/docs/cmdline-opts/
H A Dfail-early.d8 attempt to operate on each given URL, one by one. By default, it will ignore
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
H A DErrorCodeEnum.pass.cpp21 zero, one, two enumerator in enum:testing
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
H A DErrorCodeEnum.pass.cpp21 zero, one, two enumerator in enum:testing
/external/skia/tests/
H A DPathOpsExtendedTest.h23 //extern int comparePaths(const SkPath& one, const SkPath& two);
25 const SkPath& one, const SkPath& two, SkBitmap& bitmap);
28 const SkPath& one, const SkPath& two) {
30 return comparePaths(reporter, filename, one, two, bitmap);
33 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
27 comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, const SkPath& two) argument
/external/skqp/tests/
H A DPathOpsExtendedTest.h23 //extern int comparePaths(const SkPath& one, const SkPath& two);
25 const SkPath& one, const SkPath& two, SkBitmap& bitmap);
28 const SkPath& one, const SkPath& two) {
30 return comparePaths(reporter, filename, one, two, bitmap);
33 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
27 comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, const SkPath& two) argument
/external/fdlibm/
H A Ds_modf.c27 static const double one = 1.0; variable
29 static double one = 1.0; variable
63 *iptr = x*one;
H A De_asin.c52 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
96 w = one-ieee_fabs(x);
99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dbitdepth_conversion_sse2.h34 const __m128i one = _mm_set1_epi16(1); local
35 const __m128i a_hi = _mm_mulhi_epi16(a, one);
36 const __m128i a_lo = _mm_mullo_epi16(a, one);
/external/syslinux/diag/geodsp/
H A Dmk-lba-img.c36 int i, rv = 0, one = 0; local
47 one = 1;
80 if (one) {
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dzero_division_test.py33 one = constant_op.constant(1, dtype=dtype)
34 bads = [one // zero]
36 bads.append(one % zero)
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
103 * so each one is equivalent to 4 decimal digits.
111 private final Dfp one; field in class:DfpField
194 this.one = new Dfp(this, 1);
388 * @param nans code of the value, must be one of {@link Dfp#INFINITE},
407 return one;
596 * @param one constant with value 1 at desired precision
601 private static Dfp computePi(final Dfp one, final Dfp two, final Dfp three) { argument
604 Dfp yk = sqrt2.subtract(one);
619 final Dfp oneMinusY4 = one
643 computeExp(final Dfp a, final Dfp one) argument
726 computeLn(final Dfp a, final Dfp one, final Dfp two) argument
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
24 void add(int one, int two, int flags = 0);
28 inline void addSymmetry(int one, int two) { add(one, two, 0); } argument
29 inline void addAntiSymmetry(int one, int two) { add(one, two, NegationFlag); } argument
30 inline void addHermiticity(int one, int two) { add(one, two, ConjugationFlag); } argument
31 inline void addAntiHermiticity(int one, int two) { add(one, tw argument
79 int one; member in struct:Eigen::DynamicSGroup::Generator
195 add(int one, int two, int flags) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct_neon.c31 const int16x4_t one = vreinterpret_s16_s64(vdup_n_s64(1)); local
32 input_0 = vadd_s16(input_0, one);
82 const int16x8_t one = vdupq_n_s16(1); local
85 out_01 = vshrq_n_s16(vaddq_s16(out_01, one), 2);
86 out_23 = vshrq_n_s16(vaddq_s16(out_23, one), 2);
/external/mockito/src/test/java/org/mockitousage/verification/
H A DVerificationUsingMatchersTest.java45 Object one = new String("1243");
49 assertNotSame(one, two);
50 assertEquals(one, two);
53 mock.oneArg(one);
56 verify(mock).oneArg(same(one));
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp112 int one = 1; local
121 ib[1].reset(&one);
135 id[2].reset(&one);
143 ie[2].reset(&one);
152 ig[2].reset(&one);
153 ig[3].reset(&one);
161 ih[1].reset(&one);
162 ih[2].reset(&one);
170 ii[1].reset(&one);
171 ii[2].reset(&one);
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h108 SkFixed one PREAMBLE_PARAM_Y) {
111 return (i << 14) | (TILEY_PROCF((f + one), max));
115 SkFixed one PREAMBLE_PARAM_X) {
118 return (i << 14) | (TILEX_PROCF((f + one), max));
122 SkFixed one PREAMBLE_PARAM_X) {
126 wide_one = vdupq_n_s32(one);
143 SkFixed one PREAMBLE_PARAM_X) {
147 wide_one = vdupq_n_s32(one);
172 const SkFixed one = s.fFilterOneX; local
208 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_
[all...]
/external/skqp/src/opts/
H A DSkBitmapProcState_matrix_neon.h108 SkFixed one PREAMBLE_PARAM_Y) {
111 return (i << 14) | (TILEY_PROCF((f + one), max));
115 SkFixed one PREAMBLE_PARAM_X) {
118 return (i << 14) | (TILEX_PROCF((f + one), max));
122 SkFixed one PREAMBLE_PARAM_X) {
126 wide_one = vdupq_n_s32(one);
143 SkFixed one PREAMBLE_PARAM_X) {
147 wide_one = vdupq_n_s32(one);
172 const SkFixed one = s.fFilterOneX; local
208 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_
[all...]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Delu_op.cc37 const auto one = XlaHelpers::One(b, input_type(0)); variable
39 const auto expm1 = b->Sub(b->Exp(ctx->Input(0)), one);
52 const auto one = XlaHelpers::One(b, input_type(0)); variable
55 const auto exp_grad = b->Mul(grad, b->Add(activation, one));
71 const auto one = XlaHelpers::One(b, input_type(0)); variable
77 const auto expm1 = b->Sub(b->Exp(ctx->Input(0)), one);
91 const auto one = XlaHelpers::One(b, input_type(0)); variable

Completed in 892 milliseconds

1234567891011>>